COLOR #5A6F3F

HEX: #5A6F3F
RGB: (90,111,63)

Color info

#5A6F3F contains red, green and blue colors in about the same proportion. Web safe color of #5A6F3F is #666633 (or #663).

RGB color model

#5A6F3F color RGB value is (90,111,63).

  • red value is 90;
  • green value is 111;
  • blue value is 63.
RGB:
(90,111,63)
(35%,44%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 111 of 255 = 44%
B 63 of 255 = 25%

90
111
63

R + G + B ~ 35%. #5A6F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 111 + 63 = 264 (100%)
R 90 of 264 ~ 34.09%
G 111 of 264 ~ 42.05%
B 63 of 264 ~ 23.86%

%34.09
%42.05
%23.86

CMYK color model

#5A6F3F color CMYK value is (19,0,43,56).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(19,0,43,56)
C19M0Y43K56 
(19%,0%,43%,56%)
(0.19/0.00/0.43/0.56)	

CMYK percentages

%18.92
%0
%43.24
%56.47

Codes

Color #5A6F3F in popluar color models

5A6F3F
RGB9011163
HSL86°27.59%34.12%
HSB/HSV86°43.24%43.53%
CMYK18.92%0.00%43.24%
56.47%

Color #5A6F3F in popluar number systems.

HEX5A6F3F
Decimal9011163
Binary10110101101111111111
Octal13215777

Shades and tints

Shades of #5A6F3F

#5A6F3F
(90,111,63)
#52653A
(82,101,58)
#4A5B35
(74,91,53)
#425130
(66,81,48)
#3A472B
(58,71,43)
#323D26
(50,61,38)
#2A3321
(42,51,33)
#22291C
(34,41,28)
#1A1F17
(26,31,23)
#121512
(18,21,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #5A6F3F

#5A6F3F
(90,111,63)
#697C50
(105,124,80)
#788961
(120,137,97)
#879672
(135,150,114)
#96A383
(150,163,131)
#A5B094
(165,176,148)
#B4BDA5
(180,189,165)
#C3CAB6
(195,202,182)
#D2D7C7
(210,215,199)
#E1E4D8
(225,228,216)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6F3F color. Also use rgb(90,111,63) instead hex code.

Text Font Color

.myTextColor { color: #5A6F3F; }

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

This text font color is #5A6F3F.


Background Color

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

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

This div background color is #5A6F3F.


Border color

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

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

This div border color is #5A6F3F.


Opacity

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

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

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

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

This text has shadow with #5A6F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6F3F on black background.


Color preview on white background

This text has color #5A6F3F on white background.



Black color preview on #5A6F3F background

This text has black color on #5A6F3F background.


White color preview on #5A6F3F background

This text has white color on #5A6F3F background.