COLOR #554112

HEX: #554112 RGB: (85,65,18)

Color info

#554112 contains mainly red and green colors. Web safe color of #554112 is #663300 (or #630).

RGB color model

#554112 color RGB value is (85,65,18).

RGB: (85,65,18) (33%, 25%, 7%)

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 18 of 255 = 7%

85
65
18

R + G + B ~ 22%. #554112 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 65 + 18 = 168 (100%)
R 85 of 168 ~ 50.6%
G 65 of 168 ~ 38.69%
B 18 of 168 ~ 10.71'%

%50.6
%38.69
%10.71

CMYK color model

#554112 color CMYK value is (0,24,79,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 78.82%
  • key color value is 66.67%

CMYK: (0,24,79,67)
C0M24Y79K67 (0%, 24%, 79%, 67%)
(0.00 / 0.24 / 0.79 / 0.67)

CMYK percentages

%0
%23.53
%78.82
%66.67

Codes

Color #554112 in popluar color models

55 41 12
RGB 85 65 18
HSL 42° 65.05% 20.20%
HSB/HSV 42° 78.82% 33.33%
CMYK 0.00% 23.53% 78.82%
66.67%

Color #554112 in popluar number systems.

HEX 55 41 12
Decimal 85 65 18
Binary 1010101 1000001 10010
Octal 125 101 22

Shades and tints

Shades of #554112

#554112
(85,65,18)
#4E3C11
(78,60,17)
#473710
(71,55,16)
#40320F
(64,50,15)
#392D0E
(57,45,14)
#32280D
(50,40,13)
#2B230C
(43,35,12)
#241E0B
(36,30,11)
#1D190A
(29,25,10)
#161409
(22,20,9)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #554112

#554112
(85,65,18)
#645227
(100,82,39)
#73633C
(115,99,60)
#827451
(130,116,81)
#918566
(145,133,102)
#A0967B
(160,150,123)
#AFA790
(175,167,144)
#BEB8A5
(190,184,165)
#CDC9BA
(205,201,186)
#DCDACF
(220,218,207)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554112 color. Also use rgb(85,65,18) instead hex code.

Text Font Color

.myTextColor { color: #554112; }

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

This text font color is #554112.

Background Color

.myBgColor { background-color: #554112; }

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

This div background color is #554112.

Border color

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

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

This div border color is #554112.

Opacity

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

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

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

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

This text has shadow with #554112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554112.

Preview

Color preview on black background

This text has color #554112 on black background.


Color preview on white background

This text has color #554112 on white background.


Black color preview on #554112 background

This text has black color on #554112 background.


White color preview on #554112 background

This text has white color on #554112 background.


Related colors

Complementary color

Complementary color for #hex is #AABEED.


I love getcolorcode.com

Triadic colors

1 #125541 and #411255 with #554112 are triadic colors.

2 #124155 and #415512 with #554112 are triadic colors.