COLOR #555148

HEX: #555148 RGB: (85,81,72)

Color info

#555148 contains red, green and blue colors in about the same proportion. Web safe color of #555148 is #666633 (or #663).

RGB color model

#555148 color RGB value is (85,81,72).

RGB: (85,81,72) (33%, 32%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 72 of 255 = 28%

85
81
72

R + G + B ~ 31%. #555148 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 81 + 72 = 238 (100%)
R 85 of 238 ~ 35.71%
G 81 of 238 ~ 34.03%
B 72 of 238 ~ 30.25'%

%35.71
%34.03
%30.25

CMYK color model

#555148 color CMYK value is (0,5,15,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 15.29%
  • key color value is 66.67%

CMYK: (0,5,15,67)
C0M5Y15K67 (0%, 5%, 15%, 67%)
(0.00 / 0.05 / 0.15 / 0.67)

CMYK percentages

%0
%4.71
%15.29
%66.67

Codes

Color #555148 in popluar color models

55 51 48
RGB 85 81 72
HSL 42° 8.28% 30.78%
HSB/HSV 42° 15.29% 33.33%
CMYK 0.00% 4.71% 15.29%
66.67%

Color #555148 in popluar number systems.

HEX 55 51 48
Decimal 85 81 72
Binary 1010101 1010001 1001000
Octal 125 121 110

Shades and tints

Shades of #555148

#555148
(85,81,72)
#4E4A42
(78,74,66)
#47433C
(71,67,60)
#403C36
(64,60,54)
#393530
(57,53,48)
#322E2A
(50,46,42)
#2B2724
(43,39,36)
#24201E
(36,32,30)
#1D1918
(29,25,24)
#161212
(22,18,18)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #555148

#555148
(85,81,72)
#646058
(100,96,88)
#736F68
(115,111,104)
#827E78
(130,126,120)
#918D88
(145,141,136)
#A09C98
(160,156,152)
#AFABA8
(175,171,168)
#BEBAB8
(190,186,184)
#CDC9C8
(205,201,200)
#DCD8D8
(220,216,216)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555148 color. Also use rgb(85,81,72) instead hex code.

Text Font Color

.myTextColor { color: #555148; }

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

This text font color is #555148.

Background Color

.myBgColor { background-color: #555148; }

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

This div background color is #555148.

Border color

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

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

This div border color is #555148.

Opacity

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

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

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

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

This text has shadow with #555148 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555148.

Preview

Color preview on black background

This text has color #555148 on black background.


Color preview on white background

This text has color #555148 on white background.


Black color preview on #555148 background

This text has black color on #555148 background.


White color preview on #555148 background

This text has white color on #555148 background.


Related colors

Complementary color

Complementary color for #hex is #AAAEB7.


I love getcolorcode.com

Triadic colors

1 #485551 and #514855 with #555148 are triadic colors.

2 #485155 and #515548 with #555148 are triadic colors.