COLOR #5A6B1D

HEX: #5A6B1D
RGB: (90,107,29)

Color info

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

RGB color model

#5A6B1D color RGB value is (90,107,29).

  • red value is 90;
  • green value is 107;
  • blue value is 29.
RGB:
(90,107,29)
(35%,42%,11%)

RGB channels and saturation

R 90 of 255 = 35%
G 107 of 255 = 42%
B 29 of 255 = 11%

90
107
29

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

Portions of RGB colors in percentages

R + G + B =
90 + 107 + 29 = 226 (100%)
R 90 of 226 ~ 39.82%
G 107 of 226 ~ 47.35%
B 29 of 226 ~ 12.83%

%39.82
%47.35
%12.83

CMYK color model

#5A6B1D color CMYK value is (16,0,73,58).

  • cyan value is 15.89%
  • magenta value is 0.00%
  • yellow value is 72.90%
  • key color value is 58.04%
CMYK:
(16,0,73,58)
C16M0Y73K58 
(16%,0%,73%,58%)
(0.16/0.00/0.73/0.58)	

CMYK percentages

%15.89
%0
%72.9
%58.04

Codes

Color #5A6B1D in popluar color models

5A6B1D
RGB9010729
HSL73°57.35%26.67%
HSB/HSV73°72.90%41.96%
CMYK15.89%0.00%72.90%
58.04%

Color #5A6B1D in popluar number systems.

HEX5A6B1D
Decimal9010729
Binary1011010110101111101
Octal13215335

Shades and tints

Shades of #5A6B1D

#5A6B1D
(90,107,29)
#52621B
(82,98,27)
#4A5919
(74,89,25)
#425017
(66,80,23)
#3A4715
(58,71,21)
#323E13
(50,62,19)
#2A3511
(42,53,17)
#222C0F
(34,44,15)
#1A230D
(26,35,13)
#121A0B
(18,26,11)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #5A6B1D

#5A6B1D
(90,107,29)
#697831
(105,120,49)
#788545
(120,133,69)
#879259
(135,146,89)
#969F6D
(150,159,109)
#A5AC81
(165,172,129)
#B4B995
(180,185,149)
#C3C6A9
(195,198,169)
#D2D3BD
(210,211,189)
#E1E0D1
(225,224,209)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6B1D color. Also use rgb(90,107,29) instead hex code.

Text Font Color

.myTextColor { color: #5A6B1D; }

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

This text font color is #5A6B1D.


Background Color

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

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

This div background color is #5A6B1D.


Border color

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

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

This div border color is #5A6B1D.


Opacity

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

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

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

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

This text has shadow with #5A6B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6B1D on black background.


Color preview on white background

This text has color #5A6B1D on white background.



Black color preview on #5A6B1D background

This text has black color on #5A6B1D background.


White color preview on #5A6B1D background

This text has white color on #5A6B1D background.