COLOR #5A725A

HEX: #5A725A
RGB: (90,114,90)

Color info

#5A725A contains red, green and blue colors in about the same proportion. Web safe color of #5A725A is #666666 (or #666).

RGB color model

#5A725A color RGB value is (90,114,90).

  • red value is 90;
  • green value is 114;
  • blue value is 90.
RGB:
(90,114,90)
(35%,45%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 114 of 255 = 45%
B 90 of 255 = 35%

90
114
90

R + G + B ~ 38%. #5A725A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 114 + 90 = 294 (100%)
R 90 of 294 ~ 30.61%
G 114 of 294 ~ 38.78%
B 90 of 294 ~ 30.61%

%30.61
%38.78
%30.61

CMYK color model

#5A725A color CMYK value is (21,0,21,55).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(21,0,21,55)
C21M0Y21K55 
(21%,0%,21%,55%)
(0.21/0.00/0.21/0.55)	

CMYK percentages

%21.05
%0
%21.05
%55.29

Codes

Color #5A725A in popluar color models

5A725A
RGB9011490
HSL120°11.76%40.00%
HSB/HSV120°21.05%44.71%
CMYK21.05%0.00%21.05%
55.29%

Color #5A725A in popluar number systems.

HEX5A725A
Decimal9011490
Binary101101011100101011010
Octal132162132

Shades and tints

Shades of #5A725A

#5A725A
(90,114,90)
#526852
(82,104,82)
#4A5E4A
(74,94,74)
#425442
(66,84,66)
#3A4A3A
(58,74,58)
#324032
(50,64,50)
#2A362A
(42,54,42)
#222C22
(34,44,34)
#1A221A
(26,34,26)
#121812
(18,24,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #5A725A

#5A725A
(90,114,90)
#697E69
(105,126,105)
#788A78
(120,138,120)
#879687
(135,150,135)
#96A296
(150,162,150)
#A5AEA5
(165,174,165)
#B4BAB4
(180,186,180)
#C3C6C3
(195,198,195)
#D2D2D2
(210,210,210)
#E1DEE1
(225,222,225)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A725A; }

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

This text font color is #5A725A.


Background Color

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

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

This div background color is #5A725A.


Border color

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

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

This div border color is #5A725A.


Opacity

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

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

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

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

This text has shadow with #5A725A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A725A on black background.


Color preview on white background

This text has color #5A725A on white background.



Black color preview on #5A725A background

This text has black color on #5A725A background.


White color preview on #5A725A background

This text has white color on #5A725A background.