COLOR #552125

HEX: #552125
RGB: (85,33,37)

Color info

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

RGB color model

#552125 color RGB value is (85,33,37).

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

RGB channels and saturation

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

85
33
37

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

Portions of RGB colors in percentages

R + G + B =
85 + 33 + 37 = 155 (100%)
R 85 of 155 ~ 54.84%
G 33 of 155 ~ 21.29%
B 37 of 155 ~ 23.87%

%54.84
%21.29
%23.87

CMYK color model

#552125 color CMYK value is (0,61,56,67).

  • cyan value is 0.00%
  • magenta value is 61.18%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,61,56,67)
C0M61Y56K67 
(0%,61%,56%,67%)
(0.00/0.61/0.56/0.67)	

CMYK percentages

%0
%61.18
%56.47
%66.67

Codes

Color #552125 in popluar color models

552125
RGB853337
HSL355°44.07%23.14%
HSB/HSV355°61.18%33.33%
CMYK0.00%61.18%56.47%
66.67%

Color #552125 in popluar number systems.

HEX552125
Decimal853337
Binary1010101100001100101
Octal1254145

Shades and tints

Shades of #552125

#552125
(85,33,37)
#4E1E22
(78,30,34)
#471B1F
(71,27,31)
#40181C
(64,24,28)
#391519
(57,21,25)
#321216
(50,18,22)
#2B0F13
(43,15,19)
#240C10
(36,12,16)
#1D090D
(29,9,13)
#16060A
(22,6,10)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #552125

#552125
(85,33,37)
#643538
(100,53,56)
#73494B
(115,73,75)
#825D5E
(130,93,94)
#917171
(145,113,113)
#A08584
(160,133,132)
#AF9997
(175,153,151)
#BEADAA
(190,173,170)
#CDC1BD
(205,193,189)
#DCD5D0
(220,213,208)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552125; }

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

This text font color is #552125.


Background Color

.myBgColor { background-color: #552125; }

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

This div background color is #552125.


Border color

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

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

This div border color is #552125.


Opacity

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

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

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

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

This text has shadow with #552125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552125 on black background.


Color preview on white background

This text has color #552125 on white background.



Black color preview on #552125 background

This text has black color on #552125 background.


White color preview on #552125 background

This text has white color on #552125 background.