COLOR #552500

HEX: #552500
RGB: (85,37,0)

Color info

#552500 contains only red and green colors. Web safe color of #552500 is #663300 (or #630).

RGB color model

#552500 color RGB value is (85,37,0).

  • red value is 85;
  • green value is 37;
  • blue value is 0.
RGB:
(85,37,0)
(33%,15%,0%)

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 0 of 255 = 0%

85
37
0

R + G + B ~ 16%. #552500 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 0 = 122 (100%)
R 85 of 122 ~ 69.67%
G 37 of 122 ~ 30.33%
B 0 of 122 ~ 0%

%69.67
%30.33

CMYK color model

#552500 color CMYK value is (0,56,100,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 100.00%
  • key color value is 66.67%
CMYK:
(0,56,100,67)
C0M56Y100K67 
(0%,56%,100%,67%)
(0.00/0.56/1.00/0.67)	

CMYK percentages

%0
%56.47
%100
%66.67

Codes

Color #552500 in popluar color models

552500
RGB85370
HSL26°100.00%16.67%
HSB/HSV26°100.00%33.33%
CMYK0.00%56.47%100.00%
66.67%

Color #552500 in popluar number systems.

HEX552500
Decimal85370
Binary10101011001010
Octal125450

Shades and tints

Shades of #552500

#552500
(85,37,0)
#4E2200
(78,34,0)
#471F00
(71,31,0)
#401C00
(64,28,0)
#391900
(57,25,0)
#321600
(50,22,0)
#2B1300
(43,19,0)
#241000
(36,16,0)
#1D0D00
(29,13,0)
#160A00
(22,10,0)
#0F0700
(15,7,0)
#000000
(0,0,0)

Tints of #552500

#552500
(85,37,0)
#643817
(100,56,23)
#734B2E
(115,75,46)
#825E45
(130,94,69)
#91715C
(145,113,92)
#A08473
(160,132,115)
#AF978A
(175,151,138)
#BEAAA1
(190,170,161)
#CDBDB8
(205,189,184)
#DCD0CF
(220,208,207)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552500 color. Also use rgb(85,37,0) instead hex code.

Text Font Color

.myTextColor { color: #552500; }

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

This text font color is #552500.


Background Color

.myBgColor { background-color: #552500; }

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

This div background color is #552500.


Border color

.myBorderColor { border: 1px solid #552500; }

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

This div border color is #552500.


Opacity

.myOpacity80 { color: #552500; opacity: 0.8; }

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

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

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

This text has shadow with #552500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552500 on black background.


Color preview on white background

This text has color #552500 on white background.



Black color preview on #552500 background

This text has black color on #552500 background.


White color preview on #552500 background

This text has white color on #552500 background.