COLOR #4B6C2F

HEX: #4B6C2F
RGB: (75,108,47)

Color info

#4B6C2F contains mainly red and green colors. Web safe color of #4B6C2F is #336633 (or #363).

RGB color model

#4B6C2F color RGB value is (75,108,47).

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

RGB channels and saturation

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

75
108
47

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

Portions of RGB colors in percentages

R + G + B =
75 + 108 + 47 = 230 (100%)
R 75 of 230 ~ 32.61%
G 108 of 230 ~ 46.96%
B 47 of 230 ~ 20.43%

%32.61
%46.96
%20.43

CMYK color model

#4B6C2F color CMYK value is (31,0,56,58).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 56.48%
  • key color value is 57.65%
CMYK:
(31,0,56,58)
C31M0Y56K58 
(31%,0%,56%,58%)
(0.31/0.00/0.56/0.58)	

CMYK percentages

%30.56
%0
%56.48
%57.65

Codes

Color #4B6C2F in popluar color models

4B6C2F
RGB7510847
HSL92°39.35%30.39%
HSB/HSV92°56.48%42.35%
CMYK30.56%0.00%56.48%
57.65%

Color #4B6C2F in popluar number systems.

HEX4B6C2F
Decimal7510847
Binary10010111101100101111
Octal11315457

Shades and tints

Shades of #4B6C2F

#4B6C2F
(75,108,47)
#45632B
(69,99,43)
#3F5A27
(63,90,39)
#395123
(57,81,35)
#33481F
(51,72,31)
#2D3F1B
(45,63,27)
#273617
(39,54,23)
#212D13
(33,45,19)
#1B240F
(27,36,15)
#151B0B
(21,27,11)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #4B6C2F

#4B6C2F
(75,108,47)
#5B7941
(91,121,65)
#6B8653
(107,134,83)
#7B9365
(123,147,101)
#8BA077
(139,160,119)
#9BAD89
(155,173,137)
#ABBA9B
(171,186,155)
#BBC7AD
(187,199,173)
#CBD4BF
(203,212,191)
#DBE1D1
(219,225,209)
#EBEEE3
(235,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6C2F; }

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

This text font color is #4B6C2F.


Background Color

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

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

This div background color is #4B6C2F.


Border color

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

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

This div border color is #4B6C2F.


Opacity

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

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

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

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

This text has shadow with #4B6C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6C2F on black background.


Color preview on white background

This text has color #4B6C2F on white background.



Black color preview on #4B6C2F background

This text has black color on #4B6C2F background.


White color preview on #4B6C2F background

This text has white color on #4B6C2F background.