COLOR #4B572B

HEX: #4B572B
RGB: (75,87,43)

Color info

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

RGB color model

#4B572B color RGB value is (75,87,43).

  • red value is 75;
  • green value is 87;
  • blue value is 43.
RGB:
(75,87,43)
(29%,34%,17%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 43 of 255 = 17%

75
87
43

R + G + B ~ 27%. #4B572B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 43 = 205 (100%)
R 75 of 205 ~ 36.59%
G 87 of 205 ~ 42.44%
B 43 of 205 ~ 20.98%

%36.59
%42.44
%20.98

CMYK color model

#4B572B color CMYK value is (14,0,51,66).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 50.57%
  • key color value is 65.88%
CMYK:
(14,0,51,66)
C14M0Y51K66 
(14%,0%,51%,66%)
(0.14/0.00/0.51/0.66)	

CMYK percentages

%13.79
%0
%50.57
%65.88

Codes

Color #4B572B in popluar color models

4B572B
RGB758743
HSL76°33.85%25.49%
HSB/HSV76°50.57%34.12%
CMYK13.79%0.00%50.57%
65.88%

Color #4B572B in popluar number systems.

HEX4B572B
Decimal758743
Binary10010111010111101011
Octal11312753

Shades and tints

Shades of #4B572B

#4B572B
(75,87,43)
#455028
(69,80,40)
#3F4925
(63,73,37)
#394222
(57,66,34)
#333B1F
(51,59,31)
#2D341C
(45,52,28)
#272D19
(39,45,25)
#212616
(33,38,22)
#1B1F13
(27,31,19)
#151810
(21,24,16)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #4B572B

#4B572B
(75,87,43)
#5B663E
(91,102,62)
#6B7551
(107,117,81)
#7B8464
(123,132,100)
#8B9377
(139,147,119)
#9BA28A
(155,162,138)
#ABB19D
(171,177,157)
#BBC0B0
(187,192,176)
#CBCFC3
(203,207,195)
#DBDED6
(219,222,214)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B572B color. Also use rgb(75,87,43) instead hex code.

Text Font Color

.myTextColor { color: #4B572B; }

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

This text font color is #4B572B.


Background Color

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

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

This div background color is #4B572B.


Border color

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

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

This div border color is #4B572B.


Opacity

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

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

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

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

This text has shadow with #4B572B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B572B on black background.


Color preview on white background

This text has color #4B572B on white background.



Black color preview on #4B572B background

This text has black color on #4B572B background.


White color preview on #4B572B background

This text has white color on #4B572B background.