COLOR #5F693A

HEX: #5F693A RGB: (95,105,58)

Color info

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

RGB color model

#5F693A color RGB value is (95,105,58).

RGB: (95,105,58) (37%, 41%, 23%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 58 of 255 = 23%

95
105
58

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

Portions of RGB colors in percentages

R + G + B = 95 + 105 + 58 = 258 (100%)
R 95 of 258 ~ 36.82%
G 105 of 258 ~ 40.7%
B 58 of 258 ~ 22.48'%

%36.82
%40.7
%22.48

CMYK color model

#5F693A color CMYK value is (10,0,45,59).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 58.82%
CMYK: (10,0,45,59) C10M0Y45K59 (10%,0%,45%,59%) (0.10/0.00/0.45/0.59) 

CMYK percentages

%9.52
%0
%44.76
%58.82

Codes

Color #5F693A in popluar color models

5F 69 3A
RGB 95 105 58
HSL 73° 28.83% 31.96%
HSB/HSV 73° 44.76% 41.18%
CMYK 9.52% 0.00% 44.76%
58.82%

Color #5F693A in popluar number systems.

HEX 5F 69 3A
Decimal 95 105 58
Binary 1011111 1101001 111010
Octal 137 151 72

Shades and tints

Shades of #5F693A

#5F693A
(95,105,58)
#576035
(87,96,53)
#4F5730
(79,87,48)
#474E2B
(71,78,43)
#3F4526
(63,69,38)
#373C21
(55,60,33)
#2F331C
(47,51,28)
#272A17
(39,42,23)
#1F2112
(31,33,18)
#17180D
(23,24,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #5F693A

#5F693A
(95,105,58)
#6D764B
(109,118,75)
#7B835C
(123,131,92)
#89906D
(137,144,109)
#979D7E
(151,157,126)
#A5AA8F
(165,170,143)
#B3B7A0
(179,183,160)
#C1C4B1
(193,196,177)
#CFD1C2
(207,209,194)
#DDDED3
(221,222,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F693A; }

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

This text font color is #5F693A.

Background Color

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

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

This div background color is #5F693A.

Border color

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

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

This div border color is #5F693A.

Opacity

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

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

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

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

This text has shadow with #5F693A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F693A.

Preview

Color preview on black background

This text has color #5F693A on black background.


Color preview on white background

This text has color #5F693A on white background.


Black color preview on #5F693A background

This text has black color on #5F693A background.


White color preview on #5F693A background

This text has white color on #5F693A background.


Related colors

Complementary color

Complementary color for #hex is #A096C5.


I love getcolorcode.com

Triadic colors

1 #3A5F69 and #693A5F with #5F693A are triadic colors.

2 #3A695F and #695F3A with #5F693A are triadic colors.