COLOR #5C953A

HEX: #5C953A
RGB: (92,149,58)

Color info

#5C953A contains mainly red and green colors. Web safe color of #5C953A is #669933 (or #693).

RGB color model

#5C953A color RGB value is (92,149,58).

  • red value is 92;
  • green value is 149;
  • blue value is 58.
RGB:
(92,149,58)
(36%,58%,23%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 58 of 255 = 23%

92
149
58

R + G + B ~ 39%. #5C953A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 58 = 299 (100%)
R 92 of 299 ~ 30.77%
G 149 of 299 ~ 49.83%
B 58 of 299 ~ 19.4%

%30.77
%49.83
%19.4

CMYK color model

#5C953A color CMYK value is (38,0,61,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 61.07%
  • key color value is 41.57%
CMYK:
(38,0,61,42)
C38M0Y61K42 
(38%,0%,61%,42%)
(0.38/0.00/0.61/0.42)	

CMYK percentages

%38.26
%0
%61.07
%41.57

Codes

Color #5C953A in popluar color models

5C953A
RGB9214958
HSL98°43.96%40.59%
HSB/HSV98°61.07%58.43%
CMYK38.26%0.00%61.07%
41.57%

Color #5C953A in popluar number systems.

HEX5C953A
Decimal9214958
Binary101110010010101111010
Octal13422572

Shades and tints

Shades of #5C953A

#5C953A
(92,149,58)
#548835
(84,136,53)
#4C7B30
(76,123,48)
#446E2B
(68,110,43)
#3C6126
(60,97,38)
#345421
(52,84,33)
#2C471C
(44,71,28)
#243A17
(36,58,23)
#1C2D12
(28,45,18)
#14200D
(20,32,13)
#0C1308
(12,19,8)
#000000
(0,0,0)

Tints of #5C953A

#5C953A
(92,149,58)
#6A9E4B
(106,158,75)
#78A75C
(120,167,92)
#86B06D
(134,176,109)
#94B97E
(148,185,126)
#A2C28F
(162,194,143)
#B0CBA0
(176,203,160)
#BED4B1
(190,212,177)
#CCDDC2
(204,221,194)
#DAE6D3
(218,230,211)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C953A color. Also use rgb(92,149,58) instead hex code.

Text Font Color

.myTextColor { color: #5C953A; }

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

This text font color is #5C953A.


Background Color

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

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

This div background color is #5C953A.


Border color

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

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

This div border color is #5C953A.


Opacity

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

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

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

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

This text has shadow with #5C953A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C953A on black background.


Color preview on white background

This text has color #5C953A on white background.



Black color preview on #5C953A background

This text has black color on #5C953A background.


White color preview on #5C953A background

This text has white color on #5C953A background.