COLOR #5F653A

HEX: #5F653A RGB: (95,101,58)

Color info

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

RGB color model

#5F653A color RGB value is (95,101,58).

RGB: (95,101,58) (37%, 40%, 23%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 58 of 255 = 23%

95
101
58

R + G + B ~ 33%. #5F653A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 101 + 58 = 254 (100%)
R 95 of 254 ~ 37.4%
G 101 of 254 ~ 39.76%
B 58 of 254 ~ 22.83'%

%37.4
%39.76
%22.83

CMYK color model

#5F653A color CMYK value is (6,0,43,60).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 60.39%

CMYK: (6,0,43,60)
C6M0Y43K60 (6%, 0%, 43%, 60%)
(0.06 / 0.00 / 0.43 / 0.60)

CMYK percentages

%5.94
%0
%42.57
%60.39

Codes

Color #5F653A in popluar color models

5F 65 3A
RGB 95 101 58
HSL 68° 27.04% 31.18%
HSB/HSV 68° 42.57% 39.61%
CMYK 5.94% 0.00% 42.57%
60.39%

Color #5F653A in popluar number systems.

HEX 5F 65 3A
Decimal 95 101 58
Binary 1011111 1100101 111010
Octal 137 145 72

Shades and tints

Shades of #5F653A

#5F653A
(95,101,58)
#575C35
(87,92,53)
#4F5330
(79,83,48)
#474A2B
(71,74,43)
#3F4126
(63,65,38)
#373821
(55,56,33)
#2F2F1C
(47,47,28)
#272617
(39,38,23)
#1F1D12
(31,29,18)
#17140D
(23,20,13)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #5F653A

#5F653A
(95,101,58)
#6D734B
(109,115,75)
#7B815C
(123,129,92)
#898F6D
(137,143,109)
#979D7E
(151,157,126)
#A5AB8F
(165,171,143)
#B3B9A0
(179,185,160)
#C1C7B1
(193,199,177)
#CFD5C2
(207,213,194)
#DDE3D3
(221,227,211)
#EBF1E4
(235,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F653A color. Also use rgb(95,101,58) instead hex code.

Text Font Color

.myTextColor { color: #5F653A; }

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

This text font color is #5F653A.

Background Color

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

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

This div background color is #5F653A.

Border color

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

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

This div border color is #5F653A.

Opacity

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

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

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

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

This text has shadow with #5F653A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F653A.

Preview

Color preview on black background

This text has color #5F653A on black background.


Color preview on white background

This text has color #5F653A on white background.


Black color preview on #5F653A background

This text has black color on #5F653A background.


White color preview on #5F653A background

This text has white color on #5F653A background.


Related colors

Complementary color

Complementary color for #hex is #A09AC5.


I love getcolorcode.com

Triadic colors

1 #3A5F65 and #653A5F with #5F653A are triadic colors.

2 #3A655F and #655F3A with #5F653A are triadic colors.