COLOR #4B5B33

HEX: #4B5B33
RGB: (75,91,51)

Color info

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

RGB color model

#4B5B33 color RGB value is (75,91,51).

  • red value is 75;
  • green value is 91;
  • blue value is 51.
RGB:
(75,91,51)
(29%,36%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 91 of 255 = 36%
B 51 of 255 = 20%

75
91
51

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

Portions of RGB colors in percentages

R + G + B =
75 + 91 + 51 = 217 (100%)
R 75 of 217 ~ 34.56%
G 91 of 217 ~ 41.94%
B 51 of 217 ~ 23.5%

%34.56
%41.94
%23.5

CMYK color model

#4B5B33 color CMYK value is (18,0,44,64).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 64.31%
CMYK:
(18,0,44,64)
C18M0Y44K64 
(18%,0%,44%,64%)
(0.18/0.00/0.44/0.64)	

CMYK percentages

%17.58
%0
%43.96
%64.31

Codes

Color #4B5B33 in popluar color models

4B5B33
RGB759151
HSL84°28.17%27.84%
HSB/HSV84°43.96%35.69%
CMYK17.58%0.00%43.96%
64.31%

Color #4B5B33 in popluar number systems.

HEX4B5B33
Decimal759151
Binary10010111011011110011
Octal11313363

Shades and tints

Shades of #4B5B33

#4B5B33
(75,91,51)
#45532F
(69,83,47)
#3F4B2B
(63,75,43)
#394327
(57,67,39)
#333B23
(51,59,35)
#2D331F
(45,51,31)
#272B1B
(39,43,27)
#212317
(33,35,23)
#1B1B13
(27,27,19)
#15130F
(21,19,15)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B5B33

#4B5B33
(75,91,51)
#5B6945
(91,105,69)
#6B7757
(107,119,87)
#7B8569
(123,133,105)
#8B937B
(139,147,123)
#9BA18D
(155,161,141)
#ABAF9F
(171,175,159)
#BBBDB1
(187,189,177)
#CBCBC3
(203,203,195)
#DBD9D5
(219,217,213)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5B33 color. Also use rgb(75,91,51) instead hex code.

Text Font Color

.myTextColor { color: #4B5B33; }

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

This text font color is #4B5B33.


Background Color

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

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

This div background color is #4B5B33.


Border color

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

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

This div border color is #4B5B33.


Opacity

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

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

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

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

This text has shadow with #4B5B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5B33 on black background.


Color preview on white background

This text has color #4B5B33 on white background.



Black color preview on #4B5B33 background

This text has black color on #4B5B33 background.


White color preview on #4B5B33 background

This text has white color on #4B5B33 background.