COLOR #4B5D48

HEX: #4B5D48
RGB: (75,93,72)

Color info

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

RGB color model

#4B5D48 color RGB value is (75,93,72).

  • red value is 75;
  • green value is 93;
  • blue value is 72.
RGB:
(75,93,72)
(29%,36%,28%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 72 of 255 = 28%

75
93
72

R + G + B ~ 31%. #4B5D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 72 = 240 (100%)
R 75 of 240 ~ 31.25%
G 93 of 240 ~ 38.75%
B 72 of 240 ~ 30%

%31.25
%38.75
%30

CMYK color model

#4B5D48 color CMYK value is (19,0,23,64).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(19,0,23,64)
C19M0Y23K64 
(19%,0%,23%,64%)
(0.19/0.00/0.23/0.64)	

CMYK percentages

%19.35
%0
%22.58
%63.53

Codes

Color #4B5D48 in popluar color models

4B5D48
RGB759372
HSL111°12.73%32.35%
HSB/HSV111°22.58%36.47%
CMYK19.35%0.00%22.58%
63.53%

Color #4B5D48 in popluar number systems.

HEX4B5D48
Decimal759372
Binary100101110111011001000
Octal113135110

Shades and tints

Shades of #4B5D48

#4B5D48
(75,93,72)
#455542
(69,85,66)
#3F4D3C
(63,77,60)
#394536
(57,69,54)
#333D30
(51,61,48)
#2D352A
(45,53,42)
#272D24
(39,45,36)
#21251E
(33,37,30)
#1B1D18
(27,29,24)
#151512
(21,21,18)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B5D48

#4B5D48
(75,93,72)
#5B6B58
(91,107,88)
#6B7968
(107,121,104)
#7B8778
(123,135,120)
#8B9588
(139,149,136)
#9BA398
(155,163,152)
#ABB1A8
(171,177,168)
#BBBFB8
(187,191,184)
#CBCDC8
(203,205,200)
#DBDBD8
(219,219,216)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5D48 color. Also use rgb(75,93,72) instead hex code.

Text Font Color

.myTextColor { color: #4B5D48; }

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

This text font color is #4B5D48.


Background Color

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

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

This div background color is #4B5D48.


Border color

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

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

This div border color is #4B5D48.


Opacity

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

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

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

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

This text has shadow with #4B5D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D48 on black background.


Color preview on white background

This text has color #4B5D48 on white background.



Black color preview on #4B5D48 background

This text has black color on #4B5D48 background.


White color preview on #4B5D48 background

This text has white color on #4B5D48 background.