COLOR #5F6B3D

HEX: #5F6B3D RGB: (95,107,61)

Color info

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

RGB color model

#5F6B3D color RGB value is (95,107,61).

RGB: (95,107,61) (37%, 42%, 24%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 61 of 255 = 24%

95
107
61

R + G + B ~ 34%. #5F6B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 107 + 61 = 263 (100%)
R 95 of 263 ~ 36.12%
G 107 of 263 ~ 40.68%
B 61 of 263 ~ 23.19'%

%36.12
%40.68
%23.19

CMYK color model

#5F6B3D color CMYK value is (11,0,43,58).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 42.99%
  • key color value is 58.04%

CMYK: (11,0,43,58)
C11M0Y43K58 (11%, 0%, 43%, 58%)
(0.11 / 0.00 / 0.43 / 0.58)

CMYK percentages

%11.21
%0
%42.99
%58.04

Codes

Color #5F6B3D in popluar color models

5F 6B 3D
RGB 95 107 61
HSL 76° 27.38% 32.94%
HSB/HSV 76° 42.99% 41.96%
CMYK 11.21% 0.00% 42.99%
58.04%

Color #5F6B3D in popluar number systems.

HEX 5F 6B 3D
Decimal 95 107 61
Binary 1011111 1101011 111101
Octal 137 153 75

Shades and tints

Shades of #5F6B3D

#5F6B3D
(95,107,61)
#576238
(87,98,56)
#4F5933
(79,89,51)
#47502E
(71,80,46)
#3F4729
(63,71,41)
#373E24
(55,62,36)
#2F351F
(47,53,31)
#272C1A
(39,44,26)
#1F2315
(31,35,21)
#171A10
(23,26,16)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #5F6B3D

#5F6B3D
(95,107,61)
#6D784E
(109,120,78)
#7B855F
(123,133,95)
#899270
(137,146,112)
#979F81
(151,159,129)
#A5AC92
(165,172,146)
#B3B9A3
(179,185,163)
#C1C6B4
(193,198,180)
#CFD3C5
(207,211,197)
#DDE0D6
(221,224,214)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6B3D color. Also use rgb(95,107,61) instead hex code.

Text Font Color

.myTextColor { color: #5F6B3D; }

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

This text font color is #5F6B3D.

Background Color

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

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

This div background color is #5F6B3D.

Border color

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

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

This div border color is #5F6B3D.

Opacity

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

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

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

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

This text has shadow with #5F6B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6B3D.

Preview

Color preview on black background

This text has color #5F6B3D on black background.


Color preview on white background

This text has color #5F6B3D on white background.


Black color preview on #5F6B3D background

This text has black color on #5F6B3D background.


White color preview on #5F6B3D background

This text has white color on #5F6B3D background.


Related colors

Complementary color

Complementary color for #hex is #A094C2.


I love getcolorcode.com

Triadic colors

1 #3D5F6B and #6B3D5F with #5F6B3D are triadic colors.

2 #3D6B5F and #6B5F3D with #5F6B3D are triadic colors.