COLOR #5FA258

HEX: #5FA258 RGB: (95,162,88)

Color info

#5FA258 contains mainly green color. Web safe color of #5FA258 is #669966 (or #696).

RGB color model

#5FA258 color RGB value is (95,162,88).

RGB: (95,162,88) (37%, 64%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 162 of 255 = 64%
B 88 of 255 = 35%

95
162
88

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

Portions of RGB colors in percentages

R + G + B = 95 + 162 + 88 = 345 (100%)
R 95 of 345 ~ 27.54%
G 162 of 345 ~ 46.96%
B 88 of 345 ~ 25.51'%

%27.54
%46.96
%25.51

CMYK color model

#5FA258 color CMYK value is (41,0,46,36).

  • cyan value is 41.36%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 36.47%

CMYK: (41,0,46,36)
C41M0Y46K36 (41%, 0%, 46%, 36%)
(0.41 / 0.00 / 0.46 / 0.36)

CMYK percentages

%41.36
%0
%45.68
%36.47

Codes

Color #5FA258 in popluar color models

5F A2 58
RGB 95 162 88
HSL 114° 29.60% 49.02%
HSB/HSV 114° 45.68% 63.53%
CMYK 41.36% 0.00% 45.68%
36.47%

Color #5FA258 in popluar number systems.

HEX 5F A2 58
Decimal 95 162 88
Binary 1011111 10100010 1011000
Octal 137 242 130

Shades and tints

Shades of #5FA258

#5FA258
(95,162,88)
#579450
(87,148,80)
#4F8648
(79,134,72)
#477840
(71,120,64)
#3F6A38
(63,106,56)
#375C30
(55,92,48)
#2F4E28
(47,78,40)
#274020
(39,64,32)
#1F3218
(31,50,24)
#172410
(23,36,16)
#0F1608
(15,22,8)
#000000
(0,0,0)

Tints of #5FA258

#5FA258
(95,162,88)
#6DAA67
(109,170,103)
#7BB276
(123,178,118)
#89BA85
(137,186,133)
#97C294
(151,194,148)
#A5CAA3
(165,202,163)
#B3D2B2
(179,210,178)
#C1DAC1
(193,218,193)
#CFE2D0
(207,226,208)
#DDEADF
(221,234,223)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA258 color. Also use rgb(95,162,88) instead hex code.

Text Font Color

.myTextColor { color: #5FA258; }

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

This text font color is #5FA258.

Background Color

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

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

This div background color is #5FA258.

Border color

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

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

This div border color is #5FA258.

Opacity

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

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

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

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

This text has shadow with #5FA258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA258.

Preview

Color preview on black background

This text has color #5FA258 on black background.


Color preview on white background

This text has color #5FA258 on white background.


Black color preview on #5FA258 background

This text has black color on #5FA258 background.


White color preview on #5FA258 background

This text has white color on #5FA258 background.


Related colors

Complementary color

Complementary color for #hex is #A05DA7.


I love getcolorcode.com

Triadic colors

1 #585FA2 and #A2585F with #5FA258 are triadic colors.

2 #58A25F and #A25F58 with #5FA258 are triadic colors.