COLOR #4B6D3E

HEX: #4B6D3E
RGB: (75,109,62)

Color info

#4B6D3E contains red, green and blue colors in about the same proportion. Web safe color of #4B6D3E is #336633 (or #363).

RGB color model

#4B6D3E color RGB value is (75,109,62).

  • red value is 75;
  • green value is 109;
  • blue value is 62.
RGB:
(75,109,62)
(29%,43%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 109 of 255 = 43%
B 62 of 255 = 24%

75
109
62

R + G + B ~ 32%. #4B6D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 109 + 62 = 246 (100%)
R 75 of 246 ~ 30.49%
G 109 of 246 ~ 44.31%
B 62 of 246 ~ 25.2%

%30.49
%44.31
%25.2

CMYK color model

#4B6D3E color CMYK value is (31,0,43,57).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 43.12%
  • key color value is 57.25%
CMYK:
(31,0,43,57)
C31M0Y43K57 
(31%,0%,43%,57%)
(0.31/0.00/0.43/0.57)	

CMYK percentages

%31.19
%0
%43.12
%57.25

Codes

Color #4B6D3E in popluar color models

4B6D3E
RGB7510962
HSL103°27.49%33.53%
HSB/HSV103°43.12%42.75%
CMYK31.19%0.00%43.12%
57.25%

Color #4B6D3E in popluar number systems.

HEX4B6D3E
Decimal7510962
Binary10010111101101111110
Octal11315576

Shades and tints

Shades of #4B6D3E

#4B6D3E
(75,109,62)
#456439
(69,100,57)
#3F5B34
(63,91,52)
#39522F
(57,82,47)
#33492A
(51,73,42)
#2D4025
(45,64,37)
#273720
(39,55,32)
#212E1B
(33,46,27)
#1B2516
(27,37,22)
#151C11
(21,28,17)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #4B6D3E

#4B6D3E
(75,109,62)
#5B7A4F
(91,122,79)
#6B8760
(107,135,96)
#7B9471
(123,148,113)
#8BA182
(139,161,130)
#9BAE93
(155,174,147)
#ABBBA4
(171,187,164)
#BBC8B5
(187,200,181)
#CBD5C6
(203,213,198)
#DBE2D7
(219,226,215)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6D3E color. Also use rgb(75,109,62) instead hex code.

Text Font Color

.myTextColor { color: #4B6D3E; }

<p style="color:#4B6D3E">This sample text font color is #4B6D3E.</p>

This text font color is #4B6D3E.


Background Color

.myBgColor { background-color: #4B6D3E; }

<div style="background-color:#4B6D3E">Inner text</div>

This div background color is #4B6D3E.


Border color

.myBorderColor { border: 1px solid #4B6D3E; }

<div style="border:3px solid #4B6D3E">Div</div>

This div border color is #4B6D3E.


Opacity

.myOpacity80 { color: #4B6D3E; opacity: 0.8; }

<p style="color:#4B6D3E;opacity:0.8;">80%</p>

Text with #4B6D3E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B6D3E;}

<p style="text-shadow: 3px 3px 1px #4B6D3E">Text here.</p>

This text has shadow with #4B6D3E color.

.textShadow {text-shadow: 3px 3px 1px #4B6D3E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B6D3E, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B6D3E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B6D3E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B6D3E, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B6D3E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B6D3E;
  -webkit-box-shadow:	1px 1px 3px 2px #4B6D3E;
  box-shadow:		1px 1px 3px 2px #4B6D3E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B6D3E;
-webkit-box-shadow: 1px 1px 3px 2px #4B6D3E;
box-shadow:1px 1px 3px 2px #4B6D3E;">
Div content here</div>
This div box has shadow with color #4B6D3E.

Preview

Color preview on black background

This text has color #4B6D3E on black background.


Color preview on white background

This text has color #4B6D3E on white background.



Black color preview on #4B6D3E background

This text has black color on #4B6D3E background.


White color preview on #4B6D3E background

This text has white color on #4B6D3E background.