COLOR #5A671F

HEX: #5A671F
RGB: (90,103,31)

Color info

#5A671F contains mainly red and green colors. Web safe color of #5A671F is #666633 (or #663).

RGB color model

#5A671F color RGB value is (90,103,31).

  • red value is 90;
  • green value is 103;
  • blue value is 31.
RGB:
(90,103,31)
(35%,40%,12%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 31 of 255 = 12%

90
103
31

R + G + B ~ 29%. #5A671F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 103 + 31 = 224 (100%)
R 90 of 224 ~ 40.18%
G 103 of 224 ~ 45.98%
B 31 of 224 ~ 13.84%

%40.18
%45.98
%13.84

CMYK color model

#5A671F color CMYK value is (13,0,70,60).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 69.90%
  • key color value is 59.61%
CMYK:
(13,0,70,60)
C13M0Y70K60 
(13%,0%,70%,60%)
(0.13/0.00/0.70/0.60)	

CMYK percentages

%12.62
%0
%69.9
%59.61

Codes

Color #5A671F in popluar color models

5A671F
RGB9010331
HSL71°53.73%26.27%
HSB/HSV71°69.90%40.39%
CMYK12.62%0.00%69.90%
59.61%

Color #5A671F in popluar number systems.

HEX5A671F
Decimal9010331
Binary1011010110011111111
Octal13214737

Shades and tints

Shades of #5A671F

#5A671F
(90,103,31)
#525E1D
(82,94,29)
#4A551B
(74,85,27)
#424C19
(66,76,25)
#3A4317
(58,67,23)
#323A15
(50,58,21)
#2A3113
(42,49,19)
#222811
(34,40,17)
#1A1F0F
(26,31,15)
#12160D
(18,22,13)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #5A671F

#5A671F
(90,103,31)
#697433
(105,116,51)
#788147
(120,129,71)
#878E5B
(135,142,91)
#969B6F
(150,155,111)
#A5A883
(165,168,131)
#B4B597
(180,181,151)
#C3C2AB
(195,194,171)
#D2CFBF
(210,207,191)
#E1DCD3
(225,220,211)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A671F color. Also use rgb(90,103,31) instead hex code.

Text Font Color

.myTextColor { color: #5A671F; }

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

This text font color is #5A671F.


Background Color

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

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

This div background color is #5A671F.


Border color

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

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

This div border color is #5A671F.


Opacity

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

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

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

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

This text has shadow with #5A671F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A671F on black background.


Color preview on white background

This text has color #5A671F on white background.



Black color preview on #5A671F background

This text has black color on #5A671F background.


White color preview on #5A671F background

This text has white color on #5A671F background.