COLOR #5F824B

HEX: #5F824B RGB: (95,130,75)

Color info

#5F824B contains red, green and blue colors in about the same proportion. Web safe color of #5F824B is #669933 (or #693).

RGB color model

#5F824B color RGB value is (95,130,75).

RGB: (95,130,75) (37%, 51%, 29%)

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 75 of 255 = 29%

95
130
75

R + G + B ~ 39%. #5F824B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 130 + 75 = 300 (100%)
R 95 of 300 ~ 31.67%
G 130 of 300 ~ 43.33%
B 75 of 300 ~ 25'%

%31.67
%43.33
%25

CMYK color model

#5F824B color CMYK value is (27,0,42,49).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 49.02%

CMYK: (27,0,42,49)
C27M0Y42K49 (27%, 0%, 42%, 49%)
(0.27 / 0.00 / 0.42 / 0.49)

CMYK percentages

%26.92
%0
%42.31
%49.02

Codes

Color #5F824B in popluar color models

5F 82 4B
RGB 95 130 75
HSL 98° 26.83% 40.20%
HSB/HSV 98° 42.31% 50.98%
CMYK 26.92% 0.00% 42.31%
49.02%

Color #5F824B in popluar number systems.

HEX 5F 82 4B
Decimal 95 130 75
Binary 1011111 10000010 1001011
Octal 137 202 113

Shades and tints

Shades of #5F824B

#5F824B
(95,130,75)
#577745
(87,119,69)
#4F6C3F
(79,108,63)
#476139
(71,97,57)
#3F5633
(63,86,51)
#374B2D
(55,75,45)
#2F4027
(47,64,39)
#273521
(39,53,33)
#1F2A1B
(31,42,27)
#171F15
(23,31,21)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #5F824B

#5F824B
(95,130,75)
#6D8D5B
(109,141,91)
#7B986B
(123,152,107)
#89A37B
(137,163,123)
#97AE8B
(151,174,139)
#A5B99B
(165,185,155)
#B3C4AB
(179,196,171)
#C1CFBB
(193,207,187)
#CFDACB
(207,218,203)
#DDE5DB
(221,229,219)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F824B color. Also use rgb(95,130,75) instead hex code.

Text Font Color

.myTextColor { color: #5F824B; }

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

This text font color is #5F824B.

Background Color

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

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

This div background color is #5F824B.

Border color

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

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

This div border color is #5F824B.

Opacity

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

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

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

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

This text has shadow with #5F824B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F824B.

Preview

Color preview on black background

This text has color #5F824B on black background.


Color preview on white background

This text has color #5F824B on white background.


Black color preview on #5F824B background

This text has black color on #5F824B background.


White color preview on #5F824B background

This text has white color on #5F824B background.


Related colors

Complementary color

Complementary color for #hex is #A07DB4.


I love getcolorcode.com

Triadic colors

1 #4B5F82 and #824B5F with #5F824B are triadic colors.

2 #4B825F and #825F4B with #5F824B are triadic colors.