COLOR #553715

HEX: #553715
RGB: (85,55,21)

Color info

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

RGB color model

#553715 color RGB value is (85,55,21).

  • red value is 85;
  • green value is 55;
  • blue value is 21.
RGB:
(85,55,21)
(33%,22%,8%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 21 of 255 = 8%

85
55
21

R + G + B ~ 21%. #553715 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 21 = 161 (100%)
R 85 of 161 ~ 52.8%
G 55 of 161 ~ 34.16%
B 21 of 161 ~ 13.04%

%52.8
%34.16
%13.04

CMYK color model

#553715 color CMYK value is (0,35,75,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,35,75,67)
C0M35Y75K67 
(0%,35%,75%,67%)
(0.00/0.35/0.75/0.67)	

CMYK percentages

%0
%35.29
%75.29
%66.67

Codes

Color #553715 in popluar color models

553715
RGB855521
HSL32°60.38%20.78%
HSB/HSV32°75.29%33.33%
CMYK0.00%35.29%75.29%
66.67%

Color #553715 in popluar number systems.

HEX553715
Decimal855521
Binary101010111011110101
Octal1256725

Shades and tints

Shades of #553715

#553715
(85,55,21)
#4E3214
(78,50,20)
#472D13
(71,45,19)
#402812
(64,40,18)
#392311
(57,35,17)
#321E10
(50,30,16)
#2B190F
(43,25,15)
#24140E
(36,20,14)
#1D0F0D
(29,15,13)
#160A0C
(22,10,12)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #553715

#553715
(85,55,21)
#64492A
(100,73,42)
#735B3F
(115,91,63)
#826D54
(130,109,84)
#917F69
(145,127,105)
#A0917E
(160,145,126)
#AFA393
(175,163,147)
#BEB5A8
(190,181,168)
#CDC7BD
(205,199,189)
#DCD9D2
(220,217,210)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553715 color. Also use rgb(85,55,21) instead hex code.

Text Font Color

.myTextColor { color: #553715; }

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

This text font color is #553715.


Background Color

.myBgColor { background-color: #553715; }

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

This div background color is #553715.


Border color

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

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

This div border color is #553715.


Opacity

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

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

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

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

This text has shadow with #553715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553715 on black background.


Color preview on white background

This text has color #553715 on white background.



Black color preview on #553715 background

This text has black color on #553715 background.


White color preview on #553715 background

This text has white color on #553715 background.