COLOR #5A925D

HEX: #5A925D
RGB: (90,146,93)

Color info

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

RGB color model

#5A925D color RGB value is (90,146,93).

  • red value is 90;
  • green value is 146;
  • blue value is 93.
RGB:
(90,146,93)
(35%,57%,36%)

RGB channels and saturation

R 90 of 255 = 35%
G 146 of 255 = 57%
B 93 of 255 = 36%

90
146
93

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

Portions of RGB colors in percentages

R + G + B =
90 + 146 + 93 = 329 (100%)
R 90 of 329 ~ 27.36%
G 146 of 329 ~ 44.38%
B 93 of 329 ~ 28.27%

%27.36
%44.38
%28.27

CMYK color model

#5A925D color CMYK value is (38,0,36,43).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 42.75%
CMYK:
(38,0,36,43)
C38M0Y36K43 
(38%,0%,36%,43%)
(0.38/0.00/0.36/0.43)	

CMYK percentages

%38.36
%0
%36.3
%42.75

Codes

Color #5A925D in popluar color models

5A925D
RGB9014693
HSL123°23.73%46.27%
HSB/HSV123°38.36%57.25%
CMYK38.36%0.00%36.30%
42.75%

Color #5A925D in popluar number systems.

HEX5A925D
Decimal9014693
Binary1011010100100101011101
Octal132222135

Shades and tints

Shades of #5A925D

#5A925D
(90,146,93)
#528555
(82,133,85)
#4A784D
(74,120,77)
#426B45
(66,107,69)
#3A5E3D
(58,94,61)
#325135
(50,81,53)
#2A442D
(42,68,45)
#223725
(34,55,37)
#1A2A1D
(26,42,29)
#121D15
(18,29,21)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #5A925D

#5A925D
(90,146,93)
#699B6B
(105,155,107)
#78A479
(120,164,121)
#87AD87
(135,173,135)
#96B695
(150,182,149)
#A5BFA3
(165,191,163)
#B4C8B1
(180,200,177)
#C3D1BF
(195,209,191)
#D2DACD
(210,218,205)
#E1E3DB
(225,227,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A925D; }

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

This text font color is #5A925D.


Background Color

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

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

This div background color is #5A925D.


Border color

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

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

This div border color is #5A925D.


Opacity

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

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

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

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

This text has shadow with #5A925D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A925D on black background.


Color preview on white background

This text has color #5A925D on white background.



Black color preview on #5A925D background

This text has black color on #5A925D background.


White color preview on #5A925D background

This text has white color on #5A925D background.