COLOR #4B6A2F

HEX: #4B6A2F
RGB: (75,106,47)

Color info

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

RGB color model

#4B6A2F color RGB value is (75,106,47).

  • red value is 75;
  • green value is 106;
  • blue value is 47.
RGB:
(75,106,47)
(29%,42%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 106 of 255 = 42%
B 47 of 255 = 18%

75
106
47

R + G + B ~ 30%. #4B6A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 106 + 47 = 228 (100%)
R 75 of 228 ~ 32.89%
G 106 of 228 ~ 46.49%
B 47 of 228 ~ 20.61%

%32.89
%46.49
%20.61

CMYK color model

#4B6A2F color CMYK value is (29,0,56,58).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 55.66%
  • key color value is 58.43%
CMYK:
(29,0,56,58)
C29M0Y56K58 
(29%,0%,56%,58%)
(0.29/0.00/0.56/0.58)	

CMYK percentages

%29.25
%0
%55.66
%58.43

Codes

Color #4B6A2F in popluar color models

4B6A2F
RGB7510647
HSL92°38.56%30.00%
HSB/HSV92°55.66%41.57%
CMYK29.25%0.00%55.66%
58.43%

Color #4B6A2F in popluar number systems.

HEX4B6A2F
Decimal7510647
Binary10010111101010101111
Octal11315257

Shades and tints

Shades of #4B6A2F

#4B6A2F
(75,106,47)
#45612B
(69,97,43)
#3F5827
(63,88,39)
#394F23
(57,79,35)
#33461F
(51,70,31)
#2D3D1B
(45,61,27)
#273417
(39,52,23)
#212B13
(33,43,19)
#1B220F
(27,34,15)
#15190B
(21,25,11)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #4B6A2F

#4B6A2F
(75,106,47)
#5B7741
(91,119,65)
#6B8453
(107,132,83)
#7B9165
(123,145,101)
#8B9E77
(139,158,119)
#9BAB89
(155,171,137)
#ABB89B
(171,184,155)
#BBC5AD
(187,197,173)
#CBD2BF
(203,210,191)
#DBDFD1
(219,223,209)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6A2F color. Also use rgb(75,106,47) instead hex code.

Text Font Color

.myTextColor { color: #4B6A2F; }

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

This text font color is #4B6A2F.


Background Color

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

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

This div background color is #4B6A2F.


Border color

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

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

This div border color is #4B6A2F.


Opacity

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

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

Text with #4B6A2F 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 #4B6A2F;}

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

This text has shadow with #4B6A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6A2F on black background.


Color preview on white background

This text has color #4B6A2F on white background.



Black color preview on #4B6A2F background

This text has black color on #4B6A2F background.


White color preview on #4B6A2F background

This text has white color on #4B6A2F background.