COLOR #5F993F

HEX: #5F993F RGB: (95,153,63)

Color info

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

RGB color model

#5F993F color RGB value is (95,153,63).

RGB: (95,153,63) (37%, 60%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 153 of 255 = 60%
B 63 of 255 = 25%

95
153
63

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

Portions of RGB colors in percentages

R + G + B = 95 + 153 + 63 = 311 (100%)
R 95 of 311 ~ 30.55%
G 153 of 311 ~ 49.2%
B 63 of 311 ~ 20.26'%

%30.55
%49.2
%20.26

CMYK color model

#5F993F color CMYK value is (38,0,59,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 40.00%

CMYK: (38,0,59,40)
C38M0Y59K40 (38%, 0%, 59%, 40%)
(0.38 / 0.00 / 0.59 / 0.40)

CMYK percentages

%37.91
%0
%58.82
%40

Codes

Color #5F993F in popluar color models

5F 99 3F
RGB 95 153 63
HSL 99° 41.67% 42.35%
HSB/HSV 99° 58.82% 60.00%
CMYK 37.91% 0.00% 58.82%
40.00%

Color #5F993F in popluar number systems.

HEX 5F 99 3F
Decimal 95 153 63
Binary 1011111 10011001 111111
Octal 137 231 77

Shades and tints

Shades of #5F993F

#5F993F
(95,153,63)
#578C3A
(87,140,58)
#4F7F35
(79,127,53)
#477230
(71,114,48)
#3F652B
(63,101,43)
#375826
(55,88,38)
#2F4B21
(47,75,33)
#273E1C
(39,62,28)
#1F3117
(31,49,23)
#172412
(23,36,18)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #5F993F

#5F993F
(95,153,63)
#6DA250
(109,162,80)
#7BAB61
(123,171,97)
#89B472
(137,180,114)
#97BD83
(151,189,131)
#A5C694
(165,198,148)
#B3CFA5
(179,207,165)
#C1D8B6
(193,216,182)
#CFE1C7
(207,225,199)
#DDEAD8
(221,234,216)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F993F color. Also use rgb(95,153,63) instead hex code.

Text Font Color

.myTextColor { color: #5F993F; }

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

This text font color is #5F993F.

Background Color

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

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

This div background color is #5F993F.

Border color

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

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

This div border color is #5F993F.

Opacity

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

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

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

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

This text has shadow with #5F993F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F993F.

Preview

Color preview on black background

This text has color #5F993F on black background.


Color preview on white background

This text has color #5F993F on white background.


Black color preview on #5F993F background

This text has black color on #5F993F background.


White color preview on #5F993F background

This text has white color on #5F993F background.


Related colors

Complementary color

Complementary color for #hex is #A066C0.


I love getcolorcode.com

Triadic colors

1 #3F5F99 and #993F5F with #5F993F are triadic colors.

2 #3F995F and #995F3F with #5F993F are triadic colors.