COLOR #5F663F

HEX: #5F663F
RGB: (95,102,63)

Color info

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

RGB color model

#5F663F color RGB value is (95,102,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 63 of 255 = 25%

95
102
63

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 63 = 260 (100%)
R 95 of 260 ~ 36.54%
G 102 of 260 ~ 39.23%
B 63 of 260 ~ 24.23%

%36.54
%39.23
%24.23

CMYK color model

#5F663F color CMYK value is (7,0,38,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 60.00%
CMYK:
(7,0,38,60)
C7M0Y38K60 
(7%,0%,38%,60%)
(0.07/0.00/0.38/0.60)	

CMYK percentages

%6.86
%0
%38.24
%60

Codes

Color #5F663F in popluar color models

5F663F
RGB9510263
HSL71°23.64%32.35%
HSB/HSV71°38.24%40.00%
CMYK6.86%0.00%38.24%
60.00%

Color #5F663F in popluar number systems.

HEX5F663F
Decimal9510263
Binary10111111100110111111
Octal13714677

Shades and tints

Shades of #5F663F

#5F663F
(95,102,63)
#575D3A
(87,93,58)
#4F5435
(79,84,53)
#474B30
(71,75,48)
#3F422B
(63,66,43)
#373926
(55,57,38)
#2F3021
(47,48,33)
#27271C
(39,39,28)
#1F1E17
(31,30,23)
#171512
(23,21,18)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F663F

#5F663F
(95,102,63)
#6D7350
(109,115,80)
#7B8061
(123,128,97)
#898D72
(137,141,114)
#979A83
(151,154,131)
#A5A794
(165,167,148)
#B3B4A5
(179,180,165)
#C1C1B6
(193,193,182)
#CFCEC7
(207,206,199)
#DDDBD8
(221,219,216)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F663F; }

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

This text font color is #5F663F.


Background Color

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

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

This div background color is #5F663F.


Border color

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

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

This div border color is #5F663F.


Opacity

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

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

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

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

This text has shadow with #5F663F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F663F on black background.


Color preview on white background

This text has color #5F663F on white background.



Black color preview on #5F663F background

This text has black color on #5F663F background.


White color preview on #5F663F background

This text has white color on #5F663F background.