COLOR #4B5C1B

HEX: #4B5C1B
RGB: (75,92,27)

Color info

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

RGB color model

#4B5C1B color RGB value is (75,92,27).

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

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 27 of 255 = 11%

75
92
27

R + G + B ~ 25%. #4B5C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 27 = 194 (100%)
R 75 of 194 ~ 38.66%
G 92 of 194 ~ 47.42%
B 27 of 194 ~ 13.92%

%38.66
%47.42
%13.92

CMYK color model

#4B5C1B color CMYK value is (18,0,71,64).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 70.65%
  • key color value is 63.92%
CMYK:
(18,0,71,64)
C18M0Y71K64 
(18%,0%,71%,64%)
(0.18/0.00/0.71/0.64)	

CMYK percentages

%18.48
%0
%70.65
%63.92

Codes

Color #4B5C1B in popluar color models

4B5C1B
RGB759227
HSL76°54.62%23.33%
HSB/HSV76°70.65%36.08%
CMYK18.48%0.00%70.65%
63.92%

Color #4B5C1B in popluar number systems.

HEX4B5C1B
Decimal759227
Binary1001011101110011011
Octal11313433

Shades and tints

Shades of #4B5C1B

#4B5C1B
(75,92,27)
#455419
(69,84,25)
#3F4C17
(63,76,23)
#394415
(57,68,21)
#333C13
(51,60,19)
#2D3411
(45,52,17)
#272C0F
(39,44,15)
#21240D
(33,36,13)
#1B1C0B
(27,28,11)
#151409
(21,20,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #4B5C1B

#4B5C1B
(75,92,27)
#5B6A2F
(91,106,47)
#6B7843
(107,120,67)
#7B8657
(123,134,87)
#8B946B
(139,148,107)
#9BA27F
(155,162,127)
#ABB093
(171,176,147)
#BBBEA7
(187,190,167)
#CBCCBB
(203,204,187)
#DBDACF
(219,218,207)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5C1B; }

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

This text font color is #4B5C1B.


Background Color

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

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

This div background color is #4B5C1B.


Border color

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

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

This div border color is #4B5C1B.


Opacity

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

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

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

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

This text has shadow with #4B5C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C1B on black background.


Color preview on white background

This text has color #4B5C1B on white background.



Black color preview on #4B5C1B background

This text has black color on #4B5C1B background.


White color preview on #4B5C1B background

This text has white color on #4B5C1B background.