COLOR #5F6713

HEX: #5F6713 RGB: (95,103,19)

Color info

#5F6713 contains mainly red and green colors. Web safe color of #5F6713 is #666600 (or #660).

RGB color model

#5F6713 color RGB value is (95,103,19).

RGB: (95,103,19) (37%, 40%, 7%)

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 19 of 255 = 7%

95
103
19

R + G + B ~ 28%. #5F6713 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 103 + 19 = 217 (100%)
R 95 of 217 ~ 43.78%
G 103 of 217 ~ 47.47%
B 19 of 217 ~ 8.76'%

%43.78
%47.47

CMYK color model

#5F6713 color CMYK value is (8,0,82,60).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 81.55%
  • key color value is 59.61%

CMYK: (8,0,82,60)
C8M0Y82K60 (8%, 0%, 82%, 60%)
(0.08 / 0.00 / 0.82 / 0.60)

CMYK percentages

%7.77
%0
%81.55
%59.61

Codes

Color #5F6713 in popluar color models

5F 67 13
RGB 95 103 19
HSL 66° 68.85% 23.92%
HSB/HSV 66° 81.55% 40.39%
CMYK 7.77% 0.00% 81.55%
59.61%

Color #5F6713 in popluar number systems.

HEX 5F 67 13
Decimal 95 103 19
Binary 1011111 1100111 10011
Octal 137 147 23

Shades and tints

Shades of #5F6713

#5F6713
(95,103,19)
#575E12
(87,94,18)
#4F5511
(79,85,17)
#474C10
(71,76,16)
#3F430F
(63,67,15)
#373A0E
(55,58,14)
#2F310D
(47,49,13)
#27280C
(39,40,12)
#1F1F0B
(31,31,11)
#17160A
(23,22,10)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F6713

#5F6713
(95,103,19)
#6D7428
(109,116,40)
#7B813D
(123,129,61)
#898E52
(137,142,82)
#979B67
(151,155,103)
#A5A87C
(165,168,124)
#B3B591
(179,181,145)
#C1C2A6
(193,194,166)
#CFCFBB
(207,207,187)
#DDDCD0
(221,220,208)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6713 color. Also use rgb(95,103,19) instead hex code.

Text Font Color

.myTextColor { color: #5F6713; }

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

This text font color is #5F6713.

Background Color

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

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

This div background color is #5F6713.

Border color

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

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

This div border color is #5F6713.

Opacity

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

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

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

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

This text has shadow with #5F6713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6713.

Preview

Color preview on black background

This text has color #5F6713 on black background.


Color preview on white background

This text has color #5F6713 on white background.


Black color preview on #5F6713 background

This text has black color on #5F6713 background.


White color preview on #5F6713 background

This text has white color on #5F6713 background.


Related colors

Complementary color

Complementary color for #hex is #A098EC.


I love getcolorcode.com

Triadic colors

1 #135F67 and #67135F with #5F6713 are triadic colors.

2 #13675F and #675F13 with #5F6713 are triadic colors.