COLOR #5F693F

HEX: #5F693F
RGB: (95,105,63)

Color info

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

RGB color model

#5F693F color RGB value is (95,105,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 63 of 255 = 25%

95
105
63

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

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 63 = 263 (100%)
R 95 of 263 ~ 36.12%
G 105 of 263 ~ 39.92%
B 63 of 263 ~ 23.95%

%36.12
%39.92
%23.95

CMYK color model

#5F693F color CMYK value is (10,0,40,59).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 58.82%
CMYK:
(10,0,40,59)
C10M0Y40K59 
(10%,0%,40%,59%)
(0.10/0.00/0.40/0.59)	

CMYK percentages

%9.52
%0
%40
%58.82

Codes

Color #5F693F in popluar color models

5F693F
RGB9510563
HSL74°25.00%32.94%
HSB/HSV74°40.00%41.18%
CMYK9.52%0.00%40.00%
58.82%

Color #5F693F in popluar number systems.

HEX5F693F
Decimal9510563
Binary10111111101001111111
Octal13715177

Shades and tints

Shades of #5F693F

#5F693F
(95,105,63)
#57603A
(87,96,58)
#4F5735
(79,87,53)
#474E30
(71,78,48)
#3F452B
(63,69,43)
#373C26
(55,60,38)
#2F3321
(47,51,33)
#272A1C
(39,42,28)
#1F2117
(31,33,23)
#171812
(23,24,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F693F

#5F693F
(95,105,63)
#6D7650
(109,118,80)
#7B8361
(123,131,97)
#899072
(137,144,114)
#979D83
(151,157,131)
#A5AA94
(165,170,148)
#B3B7A5
(179,183,165)
#C1C4B6
(193,196,182)
#CFD1C7
(207,209,199)
#DDDED8
(221,222,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F693F; }

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

This text font color is #5F693F.


Background Color

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

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

This div background color is #5F693F.


Border color

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

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

This div border color is #5F693F.


Opacity

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

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

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

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

This text has shadow with #5F693F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F693F on black background.


Color preview on white background

This text has color #5F693F on white background.



Black color preview on #5F693F background

This text has black color on #5F693F background.


White color preview on #5F693F background

This text has white color on #5F693F background.