COLOR #555130

HEX: #555130 RGB: (85,81,48)

Color info

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

RGB color model

#555130 color RGB value is (85,81,48).

RGB: (85,81,48) (33%, 32%, 19%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 48 of 255 = 19%

85
81
48

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

Portions of RGB colors in percentages

R + G + B = 85 + 81 + 48 = 214 (100%)
R 85 of 214 ~ 39.72%
G 81 of 214 ~ 37.85%
B 48 of 214 ~ 22.43'%

%39.72
%37.85
%22.43

CMYK color model

#555130 color CMYK value is (0,5,44,67).

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

CMYK: (0,5,44,67)
C0M5Y44K67 (0%, 5%, 44%, 67%)
(0.00 / 0.05 / 0.44 / 0.67)

CMYK percentages

%0
%4.71
%43.53
%66.67

Codes

Color #555130 in popluar color models

55 51 30
RGB 85 81 48
HSL 54° 27.82% 26.08%
HSB/HSV 54° 43.53% 33.33%
CMYK 0.00% 4.71% 43.53%
66.67%

Color #555130 in popluar number systems.

HEX 55 51 30
Decimal 85 81 48
Binary 1010101 1010001 110000
Octal 125 121 60

Shades and tints

Shades of #555130

#555130
(85,81,48)
#4E4A2C
(78,74,44)
#474328
(71,67,40)
#403C24
(64,60,36)
#393520
(57,53,32)
#322E1C
(50,46,28)
#2B2718
(43,39,24)
#242014
(36,32,20)
#1D1910
(29,25,16)
#16120C
(22,18,12)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #555130

#555130
(85,81,48)
#646042
(100,96,66)
#736F54
(115,111,84)
#827E66
(130,126,102)
#918D78
(145,141,120)
#A09C8A
(160,156,138)
#AFAB9C
(175,171,156)
#BEBAAE
(190,186,174)
#CDC9C0
(205,201,192)
#DCD8D2
(220,216,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555130; }

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

This text font color is #555130.

Background Color

.myBgColor { background-color: #555130; }

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

This div background color is #555130.

Border color

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

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

This div border color is #555130.

Opacity

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

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

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

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

This text has shadow with #555130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555130.

Preview

Color preview on black background

This text has color #555130 on black background.


Color preview on white background

This text has color #555130 on white background.


Black color preview on #555130 background

This text has black color on #555130 background.


White color preview on #555130 background

This text has white color on #555130 background.


Related colors

Complementary color

Complementary color for #hex is #AAAECF.


I love getcolorcode.com

Triadic colors

1 #305551 and #513055 with #555130 are triadic colors.

2 #305155 and #515530 with #555130 are triadic colors.