COLOR #552025

HEX: #552025
RGB: (85,32,37)

Color info

#552025 contains red, green and blue colors in about the same proportion. Web safe color of #552025 is #663333 (or #633).

RGB color model

#552025 color RGB value is (85,32,37).

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

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 37 of 255 = 15%

85
32
37

R + G + B ~ 20%. #552025 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 37 = 154 (100%)
R 85 of 154 ~ 55.19%
G 32 of 154 ~ 20.78%
B 37 of 154 ~ 24.03%

%55.19
%20.78
%24.03

CMYK color model

#552025 color CMYK value is (0,62,56,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,62,56,67)
C0M62Y56K67 
(0%,62%,56%,67%)
(0.00/0.62/0.56/0.67)	

CMYK percentages

%0
%62.35
%56.47
%66.67

Codes

Color #552025 in popluar color models

552025
RGB853237
HSL354°45.30%22.94%
HSB/HSV354°62.35%33.33%
CMYK0.00%62.35%56.47%
66.67%

Color #552025 in popluar number systems.

HEX552025
Decimal853237
Binary1010101100000100101
Octal1254045

Shades and tints

Shades of #552025

#552025
(85,32,37)
#4E1E22
(78,30,34)
#471C1F
(71,28,31)
#401A1C
(64,26,28)
#391819
(57,24,25)
#321616
(50,22,22)
#2B1413
(43,20,19)
#241210
(36,18,16)
#1D100D
(29,16,13)
#160E0A
(22,14,10)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #552025

#552025
(85,32,37)
#643438
(100,52,56)
#73484B
(115,72,75)
#825C5E
(130,92,94)
#917071
(145,112,113)
#A08484
(160,132,132)
#AF9897
(175,152,151)
#BEACAA
(190,172,170)
#CDC0BD
(205,192,189)
#DCD4D0
(220,212,208)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552025; }

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

This text font color is #552025.


Background Color

.myBgColor { background-color: #552025; }

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

This div background color is #552025.


Border color

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

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

This div border color is #552025.


Opacity

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

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

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

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

This text has shadow with #552025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552025 on black background.


Color preview on white background

This text has color #552025 on white background.



Black color preview on #552025 background

This text has black color on #552025 background.


White color preview on #552025 background

This text has white color on #552025 background.