COLOR #551E3F

HEX: #551E3F RGB: (85,30,63)

Color info

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

RGB color model

#551E3F color RGB value is (85,30,63).

RGB: (85,30,63) (33%, 12%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 63 of 255 = 25%

85
30
63

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

Portions of RGB colors in percentages

R + G + B = 85 + 30 + 63 = 178 (100%)
R 85 of 178 ~ 47.75%
G 30 of 178 ~ 16.85%
B 63 of 178 ~ 35.39'%

%47.75
%16.85
%35.39

CMYK color model

#551E3F color CMYK value is (0,65,26,67).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK: (0,65,26,67) C0M65Y26K67 (0%,65%,26%,67%) (0.00/0.65/0.26/0.67) 

CMYK percentages

%0
%64.71
%25.88
%66.67

Codes

Color #551E3F in popluar color models

55 1E 3F
RGB 85 30 63
HSL 324° 47.83% 22.55%
HSB/HSV 324° 64.71% 33.33%
CMYK 0.00% 64.71% 25.88%
66.67%

Color #551E3F in popluar number systems.

HEX 55 1E 3F
Decimal 85 30 63
Binary 1010101 11110 111111
Octal 125 36 77

Shades and tints

Shades of #551E3F

#551E3F
(85,30,63)
#4E1C3A
(78,28,58)
#471A35
(71,26,53)
#401830
(64,24,48)
#39162B
(57,22,43)
#321426
(50,20,38)
#2B1221
(43,18,33)
#24101C
(36,16,28)
#1D0E17
(29,14,23)
#160C12
(22,12,18)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #551E3F

#551E3F
(85,30,63)
#643250
(100,50,80)
#734661
(115,70,97)
#825A72
(130,90,114)
#916E83
(145,110,131)
#A08294
(160,130,148)
#AF96A5
(175,150,165)
#BEAAB6
(190,170,182)
#CDBEC7
(205,190,199)
#DCD2D8
(220,210,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551E3F; }

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

This text font color is #551E3F.

Background Color

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

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

This div background color is #551E3F.

Border color

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

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

This div border color is #551E3F.

Opacity

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

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

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

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

This text has shadow with #551E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551E3F.

Preview

Color preview on black background

This text has color #551E3F on black background.


Color preview on white background

This text has color #551E3F on white background.


Black color preview on #551E3F background

This text has black color on #551E3F background.


White color preview on #551E3F background

This text has white color on #551E3F background.


Related colors

Complementary color

Complementary color for #hex is #AAE1C0.


I love getcolorcode.com

Triadic colors

1 #3F551E and #1E3F55 with #551E3F are triadic colors.

2 #3F1E55 and #1E553F with #551E3F are triadic colors.