COLOR #5F924C

HEX: #5F924C RGB: (95,146,76)

Color info

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

RGB color model

#5F924C color RGB value is (95,146,76).

RGB: (95,146,76) (37%, 57%, 30%)

RGB channels and saturation

R 95 of 255 = 37%
G 146 of 255 = 57%
B 76 of 255 = 30%

95
146
76

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

Portions of RGB colors in percentages

R + G + B = 95 + 146 + 76 = 317 (100%)
R 95 of 317 ~ 29.97%
G 146 of 317 ~ 46.06%
B 76 of 317 ~ 23.97'%

%29.97
%46.06
%23.97

CMYK color model

#5F924C color CMYK value is (35,0,48,43).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 47.95%
  • key color value is 42.75%

CMYK: (35,0,48,43)
C35M0Y48K43 (35%, 0%, 48%, 43%)
(0.35 / 0.00 / 0.48 / 0.43)

CMYK percentages

%34.93
%0
%47.95
%42.75

Codes

Color #5F924C in popluar color models

5F 92 4C
RGB 95 146 76
HSL 104° 31.53% 43.53%
HSB/HSV 104° 47.95% 57.25%
CMYK 34.93% 0.00% 47.95%
42.75%

Color #5F924C in popluar number systems.

HEX 5F 92 4C
Decimal 95 146 76
Binary 1011111 10010010 1001100
Octal 137 222 114

Shades and tints

Shades of #5F924C

#5F924C
(95,146,76)
#578546
(87,133,70)
#4F7840
(79,120,64)
#476B3A
(71,107,58)
#3F5E34
(63,94,52)
#37512E
(55,81,46)
#2F4428
(47,68,40)
#273722
(39,55,34)
#1F2A1C
(31,42,28)
#171D16
(23,29,22)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F924C

#5F924C
(95,146,76)
#6D9B5C
(109,155,92)
#7BA46C
(123,164,108)
#89AD7C
(137,173,124)
#97B68C
(151,182,140)
#A5BF9C
(165,191,156)
#B3C8AC
(179,200,172)
#C1D1BC
(193,209,188)
#CFDACC
(207,218,204)
#DDE3DC
(221,227,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F924C color. Also use rgb(95,146,76) instead hex code.

Text Font Color

.myTextColor { color: #5F924C; }

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

This text font color is #5F924C.

Background Color

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

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

This div background color is #5F924C.

Border color

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

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

This div border color is #5F924C.

Opacity

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

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

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

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

This text has shadow with #5F924C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F924C.

Preview

Color preview on black background

This text has color #5F924C on black background.


Color preview on white background

This text has color #5F924C on white background.


Black color preview on #5F924C background

This text has black color on #5F924C background.


White color preview on #5F924C background

This text has white color on #5F924C background.


Related colors

Complementary color

Complementary color for #hex is #A06DB3.


I love getcolorcode.com

Triadic colors

1 #4C5F92 and #924C5F with #5F924C are triadic colors.

2 #4C925F and #925F4C with #5F924C are triadic colors.