COLOR #4B5C2F

HEX: #4B5C2F
RGB: (75,92,47)

Color info

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

RGB color model

#4B5C2F color RGB value is (75,92,47).

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

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 47 of 255 = 18%

75
92
47

R + G + B ~ 28%. #4B5C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 47 = 214 (100%)
R 75 of 214 ~ 35.05%
G 92 of 214 ~ 42.99%
B 47 of 214 ~ 21.96%

%35.05
%42.99
%21.96

CMYK color model

#4B5C2F color CMYK value is (18,0,49,64).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 63.92%
CMYK:
(18,0,49,64)
C18M0Y49K64 
(18%,0%,49%,64%)
(0.18/0.00/0.49/0.64)	

CMYK percentages

%18.48
%0
%48.91
%63.92

Codes

Color #4B5C2F in popluar color models

4B5C2F
RGB759247
HSL83°32.37%27.25%
HSB/HSV83°48.91%36.08%
CMYK18.48%0.00%48.91%
63.92%

Color #4B5C2F in popluar number systems.

HEX4B5C2F
Decimal759247
Binary10010111011100101111
Octal11313457

Shades and tints

Shades of #4B5C2F

#4B5C2F
(75,92,47)
#45542B
(69,84,43)
#3F4C27
(63,76,39)
#394423
(57,68,35)
#333C1F
(51,60,31)
#2D341B
(45,52,27)
#272C17
(39,44,23)
#212413
(33,36,19)
#1B1C0F
(27,28,15)
#15140B
(21,20,11)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #4B5C2F

#4B5C2F
(75,92,47)
#5B6A41
(91,106,65)
#6B7853
(107,120,83)
#7B8665
(123,134,101)
#8B9477
(139,148,119)
#9BA289
(155,162,137)
#ABB09B
(171,176,155)
#BBBEAD
(187,190,173)
#CBCCBF
(203,204,191)
#DBDAD1
(219,218,209)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5C2F; }

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

This text font color is #4B5C2F.


Background Color

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

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

This div background color is #4B5C2F.


Border color

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

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

This div border color is #4B5C2F.


Opacity

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

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

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

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

This text has shadow with #4B5C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C2F on black background.


Color preview on white background

This text has color #4B5C2F on white background.



Black color preview on #4B5C2F background

This text has black color on #4B5C2F background.


White color preview on #4B5C2F background

This text has white color on #4B5C2F background.