COLOR #5F7C6F

HEX: #5F7C6F RGB: (95,124,111)

Color info

#5F7C6F contains red, green and blue colors in about the same proportion. Web safe color of #5F7C6F is #666666 (or #666).

RGB color model

#5F7C6F color RGB value is (95,124,111).

RGB: (95,124,111) (37%, 49%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 124 of 255 = 49%
B 111 of 255 = 44%

95
124
111

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

Portions of RGB colors in percentages

R + G + B = 95 + 124 + 111 = 330 (100%)
R 95 of 330 ~ 28.79%
G 124 of 330 ~ 37.58%
B 111 of 330 ~ 33.64'%

%28.79
%37.58
%33.64

CMYK color model

#5F7C6F color CMYK value is (23,0,10,51).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 51.37%

CMYK: (23,0,10,51)
C23M0Y10K51 (23%, 0%, 10%, 51%)
(0.23 / 0.00 / 0.10 / 0.51)

CMYK percentages

%23.39
%0
%10.48
%51.37

Codes

Color #5F7C6F in popluar color models

5F 7C 6F
RGB 95 124 111
HSL 153° 13.24% 42.94%
HSB/HSV 153° 23.39% 48.63%
CMYK 23.39% 0.00% 10.48%
51.37%

Color #5F7C6F in popluar number systems.

HEX 5F 7C 6F
Decimal 95 124 111
Binary 1011111 1111100 1101111
Octal 137 174 157

Shades and tints

Shades of #5F7C6F

#5F7C6F
(95,124,111)
#577165
(87,113,101)
#4F665B
(79,102,91)
#475B51
(71,91,81)
#3F5047
(63,80,71)
#37453D
(55,69,61)
#2F3A33
(47,58,51)
#272F29
(39,47,41)
#1F241F
(31,36,31)
#171915
(23,25,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #5F7C6F

#5F7C6F
(95,124,111)
#6D877C
(109,135,124)
#7B9289
(123,146,137)
#899D96
(137,157,150)
#97A8A3
(151,168,163)
#A5B3B0
(165,179,176)
#B3BEBD
(179,190,189)
#C1C9CA
(193,201,202)
#CFD4D7
(207,212,215)
#DDDFE4
(221,223,228)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7C6F color. Also use rgb(95,124,111) instead hex code.

Text Font Color

.myTextColor { color: #5F7C6F; }

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

This text font color is #5F7C6F.

Background Color

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

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

This div background color is #5F7C6F.

Border color

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

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

This div border color is #5F7C6F.

Opacity

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

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

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

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

This text has shadow with #5F7C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7C6F.

Preview

Color preview on black background

This text has color #5F7C6F on black background.


Color preview on white background

This text has color #5F7C6F on white background.


Black color preview on #5F7C6F background

This text has black color on #5F7C6F background.


White color preview on #5F7C6F background

This text has white color on #5F7C6F background.


Related colors

Complementary color

Complementary color for #hex is #A08390.


I love getcolorcode.com

Triadic colors

1 #6F5F7C and #7C6F5F with #5F7C6F are triadic colors.

2 #6F7C5F and #7C5F6F with #5F7C6F are triadic colors.