COLOR #552B07

HEX: #552B07
RGB: (85,43,7)

Color info

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

RGB color model

#552B07 color RGB value is (85,43,7).

  • red value is 85;
  • green value is 43;
  • blue value is 7.
RGB:
(85,43,7)
(33%,17%,3%)

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 7 of 255 = 3%

85
43
7

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

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 7 = 135 (100%)
R 85 of 135 ~ 62.96%
G 43 of 135 ~ 31.85%
B 7 of 135 ~ 5.19%

%62.96
%31.85

CMYK color model

#552B07 color CMYK value is (0,49,92,67).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 91.76%
  • key color value is 66.67%
CMYK:
(0,49,92,67)
C0M49Y92K67 
(0%,49%,92%,67%)
(0.00/0.49/0.92/0.67)	

CMYK percentages

%0
%49.41
%91.76
%66.67

Codes

Color #552B07 in popluar color models

552B07
RGB85437
HSL28°84.78%18.04%
HSB/HSV28°91.76%33.33%
CMYK0.00%49.41%91.76%
66.67%

Color #552B07 in popluar number systems.

HEX552B07
Decimal85437
Binary1010101101011111
Octal125537

Shades and tints

Shades of #552B07

#552B07
(85,43,7)
#4E2807
(78,40,7)
#472507
(71,37,7)
#402207
(64,34,7)
#391F07
(57,31,7)
#321C07
(50,28,7)
#2B1907
(43,25,7)
#241607
(36,22,7)
#1D1307
(29,19,7)
#161007
(22,16,7)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #552B07

#552B07
(85,43,7)
#643E1D
(100,62,29)
#735133
(115,81,51)
#826449
(130,100,73)
#91775F
(145,119,95)
#A08A75
(160,138,117)
#AF9D8B
(175,157,139)
#BEB0A1
(190,176,161)
#CDC3B7
(205,195,183)
#DCD6CD
(220,214,205)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552B07 color. Also use rgb(85,43,7) instead hex code.

Text Font Color

.myTextColor { color: #552B07; }

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

This text font color is #552B07.


Background Color

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

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

This div background color is #552B07.


Border color

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

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

This div border color is #552B07.


Opacity

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

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

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

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

This text has shadow with #552B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B07 on black background.


Color preview on white background

This text has color #552B07 on white background.



Black color preview on #552B07 background

This text has black color on #552B07 background.


White color preview on #552B07 background

This text has white color on #552B07 background.