COLOR #5F856D

HEX: #5F856D RGB: (95,133,109)

Color info

#5F856D contains red, green and blue colors in about the same proportion. Web safe color of #5F856D is #669966 (or #696).

RGB color model

#5F856D color RGB value is (95,133,109).

RGB: (95,133,109) (37%, 52%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 133 of 255 = 52%
B 109 of 255 = 43%

95
133
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 133 + 109 = 337 (100%)
R 95 of 337 ~ 28.19%
G 133 of 337 ~ 39.47%
B 109 of 337 ~ 32.34'%

%28.19
%39.47
%32.34

CMYK color model

#5F856D color CMYK value is (29,0,18,48).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%

CMYK: (29,0,18,48)
C29M0Y18K48 (29%, 0%, 18%, 48%)
(0.29 / 0.00 / 0.18 / 0.48)

CMYK percentages

%28.57
%0
%18.05
%47.84

Codes

Color #5F856D in popluar color models

5F 85 6D
RGB 95 133 109
HSL 142° 16.67% 44.71%
HSB/HSV 142° 28.57% 52.16%
CMYK 28.57% 0.00% 18.05%
47.84%

Color #5F856D in popluar number systems.

HEX 5F 85 6D
Decimal 95 133 109
Binary 1011111 10000101 1101101
Octal 137 205 155

Shades and tints

Shades of #5F856D

#5F856D
(95,133,109)
#577964
(87,121,100)
#4F6D5B
(79,109,91)
#476152
(71,97,82)
#3F5549
(63,85,73)
#374940
(55,73,64)
#2F3D37
(47,61,55)
#27312E
(39,49,46)
#1F2525
(31,37,37)
#17191C
(23,25,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #5F856D

#5F856D
(95,133,109)
#6D907A
(109,144,122)
#7B9B87
(123,155,135)
#89A694
(137,166,148)
#97B1A1
(151,177,161)
#A5BCAE
(165,188,174)
#B3C7BB
(179,199,187)
#C1D2C8
(193,210,200)
#CFDDD5
(207,221,213)
#DDE8E2
(221,232,226)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F856D color. Also use rgb(95,133,109) instead hex code.

Text Font Color

.myTextColor { color: #5F856D; }

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

This text font color is #5F856D.

Background Color

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

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

This div background color is #5F856D.

Border color

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

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

This div border color is #5F856D.

Opacity

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

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

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

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

This text has shadow with #5F856D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F856D.

Preview

Color preview on black background

This text has color #5F856D on black background.


Color preview on white background

This text has color #5F856D on white background.


Black color preview on #5F856D background

This text has black color on #5F856D background.


White color preview on #5F856D background

This text has white color on #5F856D background.


Related colors

Complementary color

Complementary color for #hex is #A07A92.


I love getcolorcode.com

Triadic colors

1 #6D5F85 and #856D5F with #5F856D are triadic colors.

2 #6D855F and #855F6D with #5F856D are triadic colors.