COLOR #553741

HEX: #553741
RGB: (85,55,65)

Color info

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

RGB color model

#553741 color RGB value is (85,55,65).

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

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 65 of 255 = 25%

85
55
65

R + G + B ~ 27%. #553741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 65 = 205 (100%)
R 85 of 205 ~ 41.46%
G 55 of 205 ~ 26.83%
B 65 of 205 ~ 31.71%

%41.46
%26.83
%31.71

CMYK color model

#553741 color CMYK value is (0,35,24,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,35,24,67)
C0M35Y24K67 
(0%,35%,24%,67%)
(0.00/0.35/0.24/0.67)	

CMYK percentages

%0
%35.29
%23.53
%66.67

Codes

Color #553741 in popluar color models

553741
RGB855565
HSL340°21.43%27.45%
HSB/HSV340°35.29%33.33%
CMYK0.00%35.29%23.53%
66.67%

Color #553741 in popluar number systems.

HEX553741
Decimal855565
Binary10101011101111000001
Octal12567101

Shades and tints

Shades of #553741

#553741
(85,55,65)
#4E323C
(78,50,60)
#472D37
(71,45,55)
#402832
(64,40,50)
#39232D
(57,35,45)
#321E28
(50,30,40)
#2B1923
(43,25,35)
#24141E
(36,20,30)
#1D0F19
(29,15,25)
#160A14
(22,10,20)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #553741

#553741
(85,55,65)
#644952
(100,73,82)
#735B63
(115,91,99)
#826D74
(130,109,116)
#917F85
(145,127,133)
#A09196
(160,145,150)
#AFA3A7
(175,163,167)
#BEB5B8
(190,181,184)
#CDC7C9
(205,199,201)
#DCD9DA
(220,217,218)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553741; }

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

This text font color is #553741.


Background Color

.myBgColor { background-color: #553741; }

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

This div background color is #553741.


Border color

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

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

This div border color is #553741.


Opacity

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

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

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

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

This text has shadow with #553741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553741 on black background.


Color preview on white background

This text has color #553741 on white background.



Black color preview on #553741 background

This text has black color on #553741 background.


White color preview on #553741 background

This text has white color on #553741 background.