COLOR #4B5B38

HEX: #4B5B38
RGB: (75,91,56)

Color info

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

RGB color model

#4B5B38 color RGB value is (75,91,56).

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

RGB channels and saturation

R 75 of 255 = 29%
G 91 of 255 = 36%
B 56 of 255 = 22%

75
91
56

R + G + B ~ 29%. #4B5B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 91 + 56 = 222 (100%)
R 75 of 222 ~ 33.78%
G 91 of 222 ~ 40.99%
B 56 of 222 ~ 25.23%

%33.78
%40.99
%25.23

CMYK color model

#4B5B38 color CMYK value is (18,0,38,64).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 64.31%
CMYK:
(18,0,38,64)
C18M0Y38K64 
(18%,0%,38%,64%)
(0.18/0.00/0.38/0.64)	

CMYK percentages

%17.58
%0
%38.46
%64.31

Codes

Color #4B5B38 in popluar color models

4B5B38
RGB759156
HSL87°23.81%28.82%
HSB/HSV87°38.46%35.69%
CMYK17.58%0.00%38.46%
64.31%

Color #4B5B38 in popluar number systems.

HEX4B5B38
Decimal759156
Binary10010111011011111000
Octal11313370

Shades and tints

Shades of #4B5B38

#4B5B38
(75,91,56)
#455333
(69,83,51)
#3F4B2E
(63,75,46)
#394329
(57,67,41)
#333B24
(51,59,36)
#2D331F
(45,51,31)
#272B1A
(39,43,26)
#212315
(33,35,21)
#1B1B10
(27,27,16)
#15130B
(21,19,11)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #4B5B38

#4B5B38
(75,91,56)
#5B694A
(91,105,74)
#6B775C
(107,119,92)
#7B856E
(123,133,110)
#8B9380
(139,147,128)
#9BA192
(155,161,146)
#ABAFA4
(171,175,164)
#BBBDB6
(187,189,182)
#CBCBC8
(203,203,200)
#DBD9DA
(219,217,218)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5B38; }

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

This text font color is #4B5B38.


Background Color

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

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

This div background color is #4B5B38.


Border color

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

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

This div border color is #4B5B38.


Opacity

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

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

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

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

This text has shadow with #4B5B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5B38 on black background.


Color preview on white background

This text has color #4B5B38 on white background.



Black color preview on #4B5B38 background

This text has black color on #4B5B38 background.


White color preview on #4B5B38 background

This text has white color on #4B5B38 background.