COLOR #553023

HEX: #553023
RGB: (85,48,35)

Color info

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

RGB color model

#553023 color RGB value is (85,48,35).

  • red value is 85;
  • green value is 48;
  • blue value is 35.
RGB:
(85,48,35)
(33%,19%,14%)

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 35 of 255 = 14%

85
48
35

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

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 35 = 168 (100%)
R 85 of 168 ~ 50.6%
G 48 of 168 ~ 28.57%
B 35 of 168 ~ 20.83%

%50.6
%28.57
%20.83

CMYK color model

#553023 color CMYK value is (0,44,59,67).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(0,44,59,67)
C0M44Y59K67 
(0%,44%,59%,67%)
(0.00/0.44/0.59/0.67)	

CMYK percentages

%0
%43.53
%58.82
%66.67

Codes

Color #553023 in popluar color models

553023
RGB854835
HSL16°41.67%23.53%
HSB/HSV16°58.82%33.33%
CMYK0.00%43.53%58.82%
66.67%

Color #553023 in popluar number systems.

HEX553023
Decimal854835
Binary1010101110000100011
Octal1256043

Shades and tints

Shades of #553023

#553023
(85,48,35)
#4E2C20
(78,44,32)
#47281D
(71,40,29)
#40241A
(64,36,26)
#392017
(57,32,23)
#321C14
(50,28,20)
#2B1811
(43,24,17)
#24140E
(36,20,14)
#1D100B
(29,16,11)
#160C08
(22,12,8)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #553023

#553023
(85,48,35)
#644237
(100,66,55)
#73544B
(115,84,75)
#82665F
(130,102,95)
#917873
(145,120,115)
#A08A87
(160,138,135)
#AF9C9B
(175,156,155)
#BEAEAF
(190,174,175)
#CDC0C3
(205,192,195)
#DCD2D7
(220,210,215)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553023 color. Also use rgb(85,48,35) instead hex code.

Text Font Color

.myTextColor { color: #553023; }

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

This text font color is #553023.


Background Color

.myBgColor { background-color: #553023; }

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

This div background color is #553023.


Border color

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

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

This div border color is #553023.


Opacity

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

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

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

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

This text has shadow with #553023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553023 on black background.


Color preview on white background

This text has color #553023 on white background.



Black color preview on #553023 background

This text has black color on #553023 background.


White color preview on #553023 background

This text has white color on #553023 background.