COLOR #552D25

HEX: #552D25
RGB: (85,45,37)

Color info

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

RGB color model

#552D25 color RGB value is (85,45,37).

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

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 37 of 255 = 15%

85
45
37

R + G + B ~ 22%. #552D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 37 = 167 (100%)
R 85 of 167 ~ 50.9%
G 45 of 167 ~ 26.95%
B 37 of 167 ~ 22.16%

%50.9
%26.95
%22.16

CMYK color model

#552D25 color CMYK value is (0,47,56,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK: (0,47,56,67) C0M47Y56K67 (0%,47%,56%,67%) (0.00/0.47/0.56/0.67)

CMYK percentages

%0
%47.06
%56.47
%66.67

Codes

Color #552D25 in popluar color models

552D25
RGB854537
HSL10°39.34%23.92%
HSB/HSV10°56.47%33.33%
CMYK0.00%47.06%56.47%
66.67%

Color #552D25 in popluar number systems.

HEX552D25
Decimal854537
Binary1010101101101100101
Octal1255545

Shades and tints

Shades of #552D25

#552D25
(85,45,37)
#4E2922
(78,41,34)
#47251F
(71,37,31)
#40211C
(64,33,28)
#391D19
(57,29,25)
#321916
(50,25,22)
#2B1513
(43,21,19)
#241110
(36,17,16)
#1D0D0D
(29,13,13)
#16090A
(22,9,10)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #552D25

#552D25
(85,45,37)
#644038
(100,64,56)
#73534B
(115,83,75)
#82665E
(130,102,94)
#917971
(145,121,113)
#A08C84
(160,140,132)
#AF9F97
(175,159,151)
#BEB2AA
(190,178,170)
#CDC5BD
(205,197,189)
#DCD8D0
(220,216,208)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D25; }

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

This text font color is #552D25.


Background Color

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

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

This div background color is #552D25.


Border color

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

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

This div border color is #552D25.


Opacity

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

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

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

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

This text has shadow with #552D25 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #552D25 on black background.


Color preview on white background

This text has color #552D25 on white background.



Black color preview on #552D25 background

This text has black color on #552D25 background.


White color preview on #552D25 background

This text has white color on #552D25 background.