COLOR #553D42

HEX: #553D42
RGB: (85,61,66)

Color info

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

RGB color model

#553D42 color RGB value is (85,61,66).

  • red value is 85;
  • green value is 61;
  • blue value is 66.
RGB:
(85,61,66)
(33%,24%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 61 of 255 = 24%
B 66 of 255 = 26%

85
61
66

R + G + B ~ 28%. #553D42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 61 + 66 = 212 (100%)
R 85 of 212 ~ 40.09%
G 61 of 212 ~ 28.77%
B 66 of 212 ~ 31.13%

%40.09
%28.77
%31.13

CMYK color model

#553D42 color CMYK value is (0,28,22,67).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(0,28,22,67)
C0M28Y22K67 
(0%,28%,22%,67%)
(0.00/0.28/0.22/0.67)	

CMYK percentages

%0
%28.24
%22.35
%66.67

Codes

Color #553D42 in popluar color models

553D42
RGB856166
HSL348°16.44%28.63%
HSB/HSV348°28.24%33.33%
CMYK0.00%28.24%22.35%
66.67%

Color #553D42 in popluar number systems.

HEX553D42
Decimal856166
Binary10101011111011000010
Octal12575102

Shades and tints

Shades of #553D42

#553D42
(85,61,66)
#4E383C
(78,56,60)
#473336
(71,51,54)
#402E30
(64,46,48)
#39292A
(57,41,42)
#322424
(50,36,36)
#2B1F1E
(43,31,30)
#241A18
(36,26,24)
#1D1512
(29,21,18)
#16100C
(22,16,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #553D42

#553D42
(85,61,66)
#644E53
(100,78,83)
#735F64
(115,95,100)
#827075
(130,112,117)
#918186
(145,129,134)
#A09297
(160,146,151)
#AFA3A8
(175,163,168)
#BEB4B9
(190,180,185)
#CDC5CA
(205,197,202)
#DCD6DB
(220,214,219)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553D42 color. Also use rgb(85,61,66) instead hex code.

Text Font Color

.myTextColor { color: #553D42; }

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

This text font color is #553D42.


Background Color

.myBgColor { background-color: #553D42; }

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

This div background color is #553D42.


Border color

.myBorderColor { border: 1px solid #553D42; }

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

This div border color is #553D42.


Opacity

.myOpacity80 { color: #553D42; opacity: 0.8; }

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

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

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

This text has shadow with #553D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553D42 on black background.


Color preview on white background

This text has color #553D42 on white background.



Black color preview on #553D42 background

This text has black color on #553D42 background.


White color preview on #553D42 background

This text has white color on #553D42 background.