COLOR #4B552F

HEX: #4B552F
RGB: (75,85,47)

Color info

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

RGB color model

#4B552F color RGB value is (75,85,47).

  • red value is 75;
  • green value is 85;
  • blue value is 47.
RGB:
(75,85,47)
(29%,33%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 47 of 255 = 18%

75
85
47

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

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 47 = 207 (100%)
R 75 of 207 ~ 36.23%
G 85 of 207 ~ 41.06%
B 47 of 207 ~ 22.71%

%36.23
%41.06
%22.71

CMYK color model

#4B552F color CMYK value is (12,0,45,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(12,0,45,67)
C12M0Y45K67 
(12%,0%,45%,67%)
(0.12/0.00/0.45/0.67)	

CMYK percentages

%11.76
%0
%44.71
%66.67

Codes

Color #4B552F in popluar color models

4B552F
RGB758547
HSL76°28.79%25.88%
HSB/HSV76°44.71%33.33%
CMYK11.76%0.00%44.71%
66.67%

Color #4B552F in popluar number systems.

HEX4B552F
Decimal758547
Binary10010111010101101111
Octal11312557

Shades and tints

Shades of #4B552F

#4B552F
(75,85,47)
#454E2B
(69,78,43)
#3F4727
(63,71,39)
#394023
(57,64,35)
#33391F
(51,57,31)
#2D321B
(45,50,27)
#272B17
(39,43,23)
#212413
(33,36,19)
#1B1D0F
(27,29,15)
#15160B
(21,22,11)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #4B552F

#4B552F
(75,85,47)
#5B6441
(91,100,65)
#6B7353
(107,115,83)
#7B8265
(123,130,101)
#8B9177
(139,145,119)
#9BA089
(155,160,137)
#ABAF9B
(171,175,155)
#BBBEAD
(187,190,173)
#CBCDBF
(203,205,191)
#DBDCD1
(219,220,209)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B552F color. Also use rgb(75,85,47) instead hex code.

Text Font Color

.myTextColor { color: #4B552F; }

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

This text font color is #4B552F.


Background Color

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

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

This div background color is #4B552F.


Border color

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

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

This div border color is #4B552F.


Opacity

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

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

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

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

This text has shadow with #4B552F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B552F on black background.


Color preview on white background

This text has color #4B552F on white background.



Black color preview on #4B552F background

This text has black color on #4B552F background.


White color preview on #4B552F background

This text has white color on #4B552F background.