COLOR #552F06

HEX: #552F06
RGB: (85,47,6)

Color info

#552F06 contains mainly red and green colors. Web safe color of #552F06 is #663300 (or #630).

RGB color model

#552F06 color RGB value is (85,47,6).

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

RGB channels and saturation

R 85 of 255 = 33%
G 47 of 255 = 18%
B 6 of 255 = 2%

85
47
6

R + G + B ~ 18%. #552F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 47 + 6 = 138 (100%)
R 85 of 138 ~ 61.59%
G 47 of 138 ~ 34.06%
B 6 of 138 ~ 4.35%

%61.59
%34.06

CMYK color model

#552F06 color CMYK value is (0,45,93,67).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 92.94%
  • key color value is 66.67%
CMYK:
(0,45,93,67)
C0M45Y93K67 
(0%,45%,93%,67%)
(0.00/0.45/0.93/0.67)	

CMYK percentages

%0
%44.71
%92.94
%66.67

Codes

Color #552F06 in popluar color models

552F06
RGB85476
HSL31°86.81%17.84%
HSB/HSV31°92.94%33.33%
CMYK0.00%44.71%92.94%
66.67%

Color #552F06 in popluar number systems.

HEX552F06
Decimal85476
Binary1010101101111110
Octal125576

Shades and tints

Shades of #552F06

#552F06
(85,47,6)
#4E2B06
(78,43,6)
#472706
(71,39,6)
#402306
(64,35,6)
#391F06
(57,31,6)
#321B06
(50,27,6)
#2B1706
(43,23,6)
#241306
(36,19,6)
#1D0F06
(29,15,6)
#160B06
(22,11,6)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #552F06

#552F06
(85,47,6)
#64411C
(100,65,28)
#735332
(115,83,50)
#826548
(130,101,72)
#91775E
(145,119,94)
#A08974
(160,137,116)
#AF9B8A
(175,155,138)
#BEADA0
(190,173,160)
#CDBFB6
(205,191,182)
#DCD1CC
(220,209,204)
#EBE3E2
(235,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552F06 color. Also use rgb(85,47,6) instead hex code.

Text Font Color

.myTextColor { color: #552F06; }

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

This text font color is #552F06.


Background Color

.myBgColor { background-color: #552F06; }

<div style="background-color:#552F06">Inner text</div>

This div background color is #552F06.


Border color

.myBorderColor { border: 1px solid #552F06; }

<div style="border:3px solid #552F06">Div</div>

This div border color is #552F06.


Opacity

.myOpacity80 { color: #552F06; opacity: 0.8; }

<p style="color:#552F06;opacity:0.8;">80%</p>

Text with #552F06 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 #552F06;}

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

This text has shadow with #552F06 color.

.textShadow {text-shadow: 3px 3px 1px #552F06, 3px 3px 1px red;}

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

This text has shadow with #552F06 primary color and red secondary color.


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

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

This text has shadow with #552F06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552F06 on black background.


Color preview on white background

This text has color #552F06 on white background.



Black color preview on #552F06 background

This text has black color on #552F06 background.


White color preview on #552F06 background

This text has white color on #552F06 background.