COLOR #5A6133

HEX: #5A6133
RGB: (90,97,51)

Color info

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

RGB color model

#5A6133 color RGB value is (90,97,51).

  • red value is 90;
  • green value is 97;
  • blue value is 51.
RGB:
(90,97,51)
(35%,38%,20%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 51 of 255 = 20%

90
97
51

R + G + B ~ 31%. #5A6133 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 51 = 238 (100%)
R 90 of 238 ~ 37.82%
G 97 of 238 ~ 40.76%
B 51 of 238 ~ 21.43%

%37.82
%40.76
%21.43

CMYK color model

#5A6133 color CMYK value is (7,0,47,62).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 47.42%
  • key color value is 61.96%
CMYK:
(7,0,47,62)
C7M0Y47K62 
(7%,0%,47%,62%)
(0.07/0.00/0.47/0.62)	

CMYK percentages

%7.22
%0
%47.42
%61.96

Codes

Color #5A6133 in popluar color models

5A6133
RGB909751
HSL69°31.08%29.02%
HSB/HSV69°47.42%38.04%
CMYK7.22%0.00%47.42%
61.96%

Color #5A6133 in popluar number systems.

HEX5A6133
Decimal909751
Binary10110101100001110011
Octal13214163

Shades and tints

Shades of #5A6133

#5A6133
(90,97,51)
#52592F
(82,89,47)
#4A512B
(74,81,43)
#424927
(66,73,39)
#3A4123
(58,65,35)
#32391F
(50,57,31)
#2A311B
(42,49,27)
#222917
(34,41,23)
#1A2113
(26,33,19)
#12190F
(18,25,15)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #5A6133

#5A6133
(90,97,51)
#696F45
(105,111,69)
#787D57
(120,125,87)
#878B69
(135,139,105)
#96997B
(150,153,123)
#A5A78D
(165,167,141)
#B4B59F
(180,181,159)
#C3C3B1
(195,195,177)
#D2D1C3
(210,209,195)
#E1DFD5
(225,223,213)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6133 color. Also use rgb(90,97,51) instead hex code.

Text Font Color

.myTextColor { color: #5A6133; }

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

This text font color is #5A6133.


Background Color

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

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

This div background color is #5A6133.


Border color

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

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

This div border color is #5A6133.


Opacity

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

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

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

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

This text has shadow with #5A6133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6133 on black background.


Color preview on white background

This text has color #5A6133 on white background.



Black color preview on #5A6133 background

This text has black color on #5A6133 background.


White color preview on #5A6133 background

This text has white color on #5A6133 background.