COLOR #5A836F

HEX: #5A836F RGB: (90,131,111)

Color info

#5A836F contains red, green and blue colors in about the same proportion. Web safe color of #5A836F is #669966 (or #696).

RGB color model

#5A836F color RGB value is (90,131,111).

RGB: (90,131,111) (35%, 51%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 131 of 255 = 51%
B 111 of 255 = 44%

90
131
111

R + G + B ~ 43%. #5A836F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 131 + 111 = 332 (100%)
R 90 of 332 ~ 27.11%
G 131 of 332 ~ 39.46%
B 111 of 332 ~ 33.43'%

%27.11
%39.46
%33.43

CMYK color model

#5A836F color CMYK value is (31,0,15,49).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK: (31,0,15,49) C31M0Y15K49 (31%,0%,15%,49%) (0.31/0.00/0.15/0.49) 

CMYK percentages

%31.3
%0
%15.27
%48.63

Codes

Color #5A836F in popluar color models

5A 83 6F
RGB 90 131 111
HSL 151° 18.55% 43.33%
HSB/HSV 151° 31.30% 51.37%
CMYK 31.30% 0.00% 15.27%
48.63%

Color #5A836F in popluar number systems.

HEX 5A 83 6F
Decimal 90 131 111
Binary 1011010 10000011 1101111
Octal 132 203 157

Shades and tints

Shades of #5A836F

#5A836F
(90,131,111)
#527865
(82,120,101)
#4A6D5B
(74,109,91)
#426251
(66,98,81)
#3A5747
(58,87,71)
#324C3D
(50,76,61)
#2A4133
(42,65,51)
#223629
(34,54,41)
#1A2B1F
(26,43,31)
#122015
(18,32,21)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #5A836F

#5A836F
(90,131,111)
#698E7C
(105,142,124)
#789989
(120,153,137)
#87A496
(135,164,150)
#96AFA3
(150,175,163)
#A5BAB0
(165,186,176)
#B4C5BD
(180,197,189)
#C3D0CA
(195,208,202)
#D2DBD7
(210,219,215)
#E1E6E4
(225,230,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A836F; }

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

This text font color is #5A836F.

Background Color

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

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

This div background color is #5A836F.

Border color

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

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

This div border color is #5A836F.

Opacity

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

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

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

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

This text has shadow with #5A836F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A836F.

Preview

Color preview on black background

This text has color #5A836F on black background.


Color preview on white background

This text has color #5A836F on white background.


Black color preview on #5A836F background

This text has black color on #5A836F background.


White color preview on #5A836F background

This text has white color on #5A836F background.


Related colors

Complementary color

Complementary color for #hex is #A57C90.


I love getcolorcode.com

Triadic colors

1 #6F5A83 and #836F5A with #5A836F are triadic colors.

2 #6F835A and #835A6F with #5A836F are triadic colors.