COLOR #55380B

HEX: #55380B RGB: (85,56,11)

Color info

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

RGB color model

#55380B color RGB value is (85,56,11).

RGB: (85,56,11) (33%, 22%, 4%)

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 11 of 255 = 4%

85
56
11

R + G + B ~ 20%. #55380B is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 56 + 11 = 152 (100%)
R 85 of 152 ~ 55.92%
G 56 of 152 ~ 36.84%
B 11 of 152 ~ 7.24'%

%55.92
%36.84

CMYK color model

#55380B color CMYK value is (0,34,87,67).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 87.06%
  • key color value is 66.67%

CMYK: (0,34,87,67)
C0M34Y87K67 (0%, 34%, 87%, 67%)
(0.00 / 0.34 / 0.87 / 0.67)

CMYK percentages

%0
%34.12
%87.06
%66.67

Codes

Color #55380B in popluar color models

55 38 0B
RGB 85 56 11
HSL 36° 77.08% 18.82%
HSB/HSV 36° 87.06% 33.33%
CMYK 0.00% 34.12% 87.06%
66.67%

Color #55380B in popluar number systems.

HEX 55 38 0B
Decimal 85 56 11
Binary 1010101 111000 1011
Octal 125 70 13

Shades and tints

Shades of #55380B

#55380B
(85,56,11)
#4E330A
(78,51,10)
#472E09
(71,46,9)
#402908
(64,41,8)
#392407
(57,36,7)
#321F06
(50,31,6)
#2B1A05
(43,26,5)
#241504
(36,21,4)
#1D1003
(29,16,3)
#160B02
(22,11,2)
#0F0601
(15,6,1)
#000000
(0,0,0)

Tints of #55380B

#55380B
(85,56,11)
#644A21
(100,74,33)
#735C37
(115,92,55)
#826E4D
(130,110,77)
#918063
(145,128,99)
#A09279
(160,146,121)
#AFA48F
(175,164,143)
#BEB6A5
(190,182,165)
#CDC8BB
(205,200,187)
#DCDAD1
(220,218,209)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55380B color. Also use rgb(85,56,11) instead hex code.

Text Font Color

.myTextColor { color: #55380B; }

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

This text font color is #55380B.

Background Color

.myBgColor { background-color: #55380B; }

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

This div background color is #55380B.

Border color

.myBorderColor { border: 1px solid #55380B; }

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

This div border color is #55380B.

Opacity

.myOpacity80 { color: #55380B; opacity: 0.8; }

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

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

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

This text has shadow with #55380B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55380B.

Preview

Color preview on black background

This text has color #55380B on black background.


Color preview on white background

This text has color #55380B on white background.


Black color preview on #55380B background

This text has black color on #55380B background.


White color preview on #55380B background

This text has white color on #55380B background.


Related colors

Complementary color

Complementary color for #hex is #AAC7F4.


I love getcolorcode.com

Triadic colors

1 #0B5538 and #380B55 with #55380B are triadic colors.

2 #0B3855 and #38550B with #55380B are triadic colors.