COLOR #5A370B

HEX: #5A370B RGB: (90,55,11)

Color info

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

RGB color model

#5A370B color RGB value is (90,55,11).

RGB: (90,55,11) (35%, 22%, 4%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 11 of 255 = 4%

90
55
11

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

Portions of RGB colors in percentages

R + G + B = 90 + 55 + 11 = 156 (100%)
R 90 of 156 ~ 57.69%
G 55 of 156 ~ 35.26%
B 11 of 156 ~ 7.05'%

%57.69
%35.26

CMYK color model

#5A370B color CMYK value is (0,39,88,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 87.78%
  • key color value is 64.71%

CMYK: (0,39,88,65)
C0M39Y88K65 (0%, 39%, 88%, 65%)
(0.00 / 0.39 / 0.88 / 0.65)

CMYK percentages

%0
%38.89
%87.78
%64.71

Codes

Color #5A370B in popluar color models

5A 37 0B
RGB 90 55 11
HSL 33° 78.22% 19.80%
HSB/HSV 33° 87.78% 35.29%
CMYK 0.00% 38.89% 87.78%
64.71%

Color #5A370B in popluar number systems.

HEX 5A 37 0B
Decimal 90 55 11
Binary 1011010 110111 1011
Octal 132 67 13

Shades and tints

Shades of #5A370B

#5A370B
(90,55,11)
#52320A
(82,50,10)
#4A2D09
(74,45,9)
#422808
(66,40,8)
#3A2307
(58,35,7)
#321E06
(50,30,6)
#2A1905
(42,25,5)
#221404
(34,20,4)
#1A0F03
(26,15,3)
#120A02
(18,10,2)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #5A370B

#5A370B
(90,55,11)
#694921
(105,73,33)
#785B37
(120,91,55)
#876D4D
(135,109,77)
#967F63
(150,127,99)
#A59179
(165,145,121)
#B4A38F
(180,163,143)
#C3B5A5
(195,181,165)
#D2C7BB
(210,199,187)
#E1D9D1
(225,217,209)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A370B color. Also use rgb(90,55,11) instead hex code.

Text Font Color

.myTextColor { color: #5A370B; }

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

This text font color is #5A370B.

Background Color

.myBgColor { background-color: #5A370B; }

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

This div background color is #5A370B.

Border color

.myBorderColor { border: 1px solid #5A370B; }

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

This div border color is #5A370B.

Opacity

.myOpacity80 { color: #5A370B; opacity: 0.8; }

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

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

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

This text has shadow with #5A370B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A370B.

Preview

Color preview on black background

This text has color #5A370B on black background.


Color preview on white background

This text has color #5A370B on white background.


Black color preview on #5A370B background

This text has black color on #5A370B background.


White color preview on #5A370B background

This text has white color on #5A370B background.


Related colors

Complementary color

Complementary color for #hex is #A5C8F4.


I love getcolorcode.com

Triadic colors

1 #0B5A37 and #370B5A with #5A370B are triadic colors.

2 #0B375A and #375A0B with #5A370B are triadic colors.