COLOR #5F693E

HEX: #5F693E
RGB: (95,105,62)

Color info

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

RGB color model

#5F693E color RGB value is (95,105,62).

  • red value is 95;
  • green value is 105;
  • blue value is 62.
RGB:
(95,105,62)
(37%,41%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 62 of 255 = 24%

95
105
62

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

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 62 = 262 (100%)
R 95 of 262 ~ 36.26%
G 105 of 262 ~ 40.08%
B 62 of 262 ~ 23.66%

%36.26
%40.08
%23.66

CMYK color model

#5F693E color CMYK value is (10,0,41,59).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 58.82%
CMYK:
(10,0,41,59)
C10M0Y41K59 
(10%,0%,41%,59%)
(0.10/0.00/0.41/0.59)	

CMYK percentages

%9.52
%0
%40.95
%58.82

Codes

Color #5F693E in popluar color models

5F693E
RGB9510562
HSL74°25.75%32.75%
HSB/HSV74°40.95%41.18%
CMYK9.52%0.00%40.95%
58.82%

Color #5F693E in popluar number systems.

HEX5F693E
Decimal9510562
Binary10111111101001111110
Octal13715176

Shades and tints

Shades of #5F693E

#5F693E
(95,105,62)
#576039
(87,96,57)
#4F5734
(79,87,52)
#474E2F
(71,78,47)
#3F452A
(63,69,42)
#373C25
(55,60,37)
#2F3320
(47,51,32)
#272A1B
(39,42,27)
#1F2116
(31,33,22)
#171811
(23,24,17)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F693E

#5F693E
(95,105,62)
#6D764F
(109,118,79)
#7B8360
(123,131,96)
#899071
(137,144,113)
#979D82
(151,157,130)
#A5AA93
(165,170,147)
#B3B7A4
(179,183,164)
#C1C4B5
(193,196,181)
#CFD1C6
(207,209,198)
#DDDED7
(221,222,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F693E color. Also use rgb(95,105,62) instead hex code.

Text Font Color

.myTextColor { color: #5F693E; }

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

This text font color is #5F693E.


Background Color

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

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

This div background color is #5F693E.


Border color

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

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

This div border color is #5F693E.


Opacity

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

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

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

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

This text has shadow with #5F693E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F693E on black background.


Color preview on white background

This text has color #5F693E on white background.



Black color preview on #5F693E background

This text has black color on #5F693E background.


White color preview on #5F693E background

This text has white color on #5F693E background.