COLOR #5F7C41

HEX: #5F7C41 RGB: (95,124,65)

Color info

#5F7C41 contains red, green and blue colors in about the same proportion. Web safe color of #5F7C41 is #666633 (or #663).

RGB color model

#5F7C41 color RGB value is (95,124,65).

RGB: (95,124,65) (37%, 49%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 124 of 255 = 49%
B 65 of 255 = 25%

95
124
65

R + G + B ~ 37%. #5F7C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 124 + 65 = 284 (100%)
R 95 of 284 ~ 33.45%
G 124 of 284 ~ 43.66%
B 65 of 284 ~ 22.89'%

%33.45
%43.66
%22.89

CMYK color model

#5F7C41 color CMYK value is (23,0,48,51).

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

CMYK: (23,0,48,51)
C23M0Y48K51 (23%, 0%, 48%, 51%)
(0.23 / 0.00 / 0.48 / 0.51)

CMYK percentages

%23.39
%0
%47.58
%51.37

Codes

Color #5F7C41 in popluar color models

5F 7C 41
RGB 95 124 65
HSL 89° 31.22% 37.06%
HSB/HSV 89° 47.58% 48.63%
CMYK 23.39% 0.00% 47.58%
51.37%

Color #5F7C41 in popluar number systems.

HEX 5F 7C 41
Decimal 95 124 65
Binary 1011111 1111100 1000001
Octal 137 174 101

Shades and tints

Shades of #5F7C41

#5F7C41
(95,124,65)
#57713C
(87,113,60)
#4F6637
(79,102,55)
#475B32
(71,91,50)
#3F502D
(63,80,45)
#374528
(55,69,40)
#2F3A23
(47,58,35)
#272F1E
(39,47,30)
#1F2419
(31,36,25)
#171914
(23,25,20)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #5F7C41

#5F7C41
(95,124,65)
#6D8752
(109,135,82)
#7B9263
(123,146,99)
#899D74
(137,157,116)
#97A885
(151,168,133)
#A5B396
(165,179,150)
#B3BEA7
(179,190,167)
#C1C9B8
(193,201,184)
#CFD4C9
(207,212,201)
#DDDFDA
(221,223,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7C41; }

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

This text font color is #5F7C41.

Background Color

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

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

This div background color is #5F7C41.

Border color

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

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

This div border color is #5F7C41.

Opacity

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

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

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

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

This text has shadow with #5F7C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F7C41.

Preview

Color preview on black background

This text has color #5F7C41 on black background.


Color preview on white background

This text has color #5F7C41 on white background.


Black color preview on #5F7C41 background

This text has black color on #5F7C41 background.


White color preview on #5F7C41 background

This text has white color on #5F7C41 background.


Related colors

Complementary color

Complementary color for #hex is #A083BE.


I love getcolorcode.com

Triadic colors

1 #415F7C and #7C415F with #5F7C41 are triadic colors.

2 #417C5F and #7C5F41 with #5F7C41 are triadic colors.