COLOR #555126

HEX: #555126
RGB: (85,81,38)

Color info

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

RGB color model

#555126 color RGB value is (85,81,38).

  • red value is 85;
  • green value is 81;
  • blue value is 38.
RGB:
(85,81,38)
(33%,32%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 38 of 255 = 15%

85
81
38

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 38 = 204 (100%)
R 85 of 204 ~ 41.67%
G 81 of 204 ~ 39.71%
B 38 of 204 ~ 18.63%

%41.67
%39.71
%18.63

CMYK color model

#555126 color CMYK value is (0,5,55,67).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 55.29%
  • key color value is 66.67%
CMYK:
(0,5,55,67)
C0M5Y55K67 
(0%,5%,55%,67%)
(0.00/0.05/0.55/0.67)	

CMYK percentages

%0
%4.71
%55.29
%66.67

Codes

Color #555126 in popluar color models

555126
RGB858138
HSL55°38.21%24.12%
HSB/HSV55°55.29%33.33%
CMYK0.00%4.71%55.29%
66.67%

Color #555126 in popluar number systems.

HEX555126
Decimal858138
Binary10101011010001100110
Octal12512146

Shades and tints

Shades of #555126

#555126
(85,81,38)
#4E4A23
(78,74,35)
#474320
(71,67,32)
#403C1D
(64,60,29)
#39351A
(57,53,26)
#322E17
(50,46,23)
#2B2714
(43,39,20)
#242011
(36,32,17)
#1D190E
(29,25,14)
#16120B
(22,18,11)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #555126

#555126
(85,81,38)
#646039
(100,96,57)
#736F4C
(115,111,76)
#827E5F
(130,126,95)
#918D72
(145,141,114)
#A09C85
(160,156,133)
#AFAB98
(175,171,152)
#BEBAAB
(190,186,171)
#CDC9BE
(205,201,190)
#DCD8D1
(220,216,209)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555126; }

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

This text font color is #555126.


Background Color

.myBgColor { background-color: #555126; }

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

This div background color is #555126.


Border color

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

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

This div border color is #555126.


Opacity

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

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

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

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

This text has shadow with #555126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555126 on black background.


Color preview on white background

This text has color #555126 on white background.



Black color preview on #555126 background

This text has black color on #555126 background.


White color preview on #555126 background

This text has white color on #555126 background.