COLOR #551E3E

HEX: #551E3E RGB: (85,30,62)

Color info

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

RGB color model

#551E3E color RGB value is (85,30,62).

RGB: (85,30,62) (33%, 12%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 62 of 255 = 24%

85
30
62

R + G + B ~ 23%. #551E3E is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 30 + 62 = 177 (100%)
R 85 of 177 ~ 48.02%
G 30 of 177 ~ 16.95%
B 62 of 177 ~ 35.03'%

%48.02
%16.95
%35.03

CMYK color model

#551E3E color CMYK value is (0,65,27,67).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 27.06%
  • key color value is 66.67%
CMYK: (0,65,27,67) C0M65Y27K67 (0%,65%,27%,67%) (0.00/0.65/0.27/0.67) 

CMYK percentages

%0
%64.71
%27.06
%66.67

Codes

Color #551E3E in popluar color models

55 1E 3E
RGB 85 30 62
HSL 325° 47.83% 22.55%
HSB/HSV 325° 64.71% 33.33%
CMYK 0.00% 64.71% 27.06%
66.67%

Color #551E3E in popluar number systems.

HEX 55 1E 3E
Decimal 85 30 62
Binary 1010101 11110 111110
Octal 125 36 76

Shades and tints

Shades of #551E3E

#551E3E
(85,30,62)
#4E1C39
(78,28,57)
#471A34
(71,26,52)
#40182F
(64,24,47)
#39162A
(57,22,42)
#321425
(50,20,37)
#2B1220
(43,18,32)
#24101B
(36,16,27)
#1D0E16
(29,14,22)
#160C11
(22,12,17)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #551E3E

#551E3E
(85,30,62)
#64324F
(100,50,79)
#734660
(115,70,96)
#825A71
(130,90,113)
#916E82
(145,110,130)
#A08293
(160,130,147)
#AF96A4
(175,150,164)
#BEAAB5
(190,170,181)
#CDBEC6
(205,190,198)
#DCD2D7
(220,210,215)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551E3E color. Also use rgb(85,30,62) instead hex code.

Text Font Color

.myTextColor { color: #551E3E; }

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

This text font color is #551E3E.

Background Color

.myBgColor { background-color: #551E3E; }

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

This div background color is #551E3E.

Border color

.myBorderColor { border: 1px solid #551E3E; }

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

This div border color is #551E3E.

Opacity

.myOpacity80 { color: #551E3E; opacity: 0.8; }

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

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

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

This text has shadow with #551E3E color.


.textShadow {text-shadow: 3px 3px 1px #551E3E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #551E3E; -webkit-box-shadow: 1px 1px 3px 2px #551E3E; box-shadow:1px 1px 3px 2px #551E3E;">
Div content here
</div>

This div box has shadow with color #551E3E.

Preview

Color preview on black background

This text has color #551E3E on black background.


Color preview on white background

This text has color #551E3E on white background.


Black color preview on #551E3E background

This text has black color on #551E3E background.


White color preview on #551E3E background

This text has white color on #551E3E background.


Related colors

Complementary color

Complementary color for #hex is #AAE1C1.


I love getcolorcode.com

Triadic colors

1 #3E551E and #1E3E55 with #551E3E are triadic colors.

2 #3E1E55 and #1E553E with #551E3E are triadic colors.