COLOR #5F643B

HEX: #5F643B RGB: (95,100,59)

Color info

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

RGB color model

#5F643B color RGB value is (95,100,59).

RGB: (95,100,59) (37%, 39%, 23%)

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 59 of 255 = 23%

95
100
59

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

Portions of RGB colors in percentages

R + G + B = 95 + 100 + 59 = 254 (100%)
R 95 of 254 ~ 37.4%
G 100 of 254 ~ 39.37%
B 59 of 254 ~ 23.23'%

%37.4
%39.37
%23.23

CMYK color model

#5F643B color CMYK value is (5,0,41,61).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 41.00%
  • key color value is 60.78%

CMYK: (5,0,41,61)
C5M0Y41K61 (5%, 0%, 41%, 61%)
(0.05 / 0.00 / 0.41 / 0.61)

CMYK percentages

%5
%0
%41
%60.78

Codes

Color #5F643B in popluar color models

5F 64 3B
RGB 95 100 59
HSL 67° 25.79% 31.18%
HSB/HSV 67° 41.00% 39.22%
CMYK 5.00% 0.00% 41.00%
60.78%

Color #5F643B in popluar number systems.

HEX 5F 64 3B
Decimal 95 100 59
Binary 1011111 1100100 111011
Octal 137 144 73

Shades and tints

Shades of #5F643B

#5F643B
(95,100,59)
#575B36
(87,91,54)
#4F5231
(79,82,49)
#47492C
(71,73,44)
#3F4027
(63,64,39)
#373722
(55,55,34)
#2F2E1D
(47,46,29)
#272518
(39,37,24)
#1F1C13
(31,28,19)
#17130E
(23,19,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #5F643B

#5F643B
(95,100,59)
#6D724C
(109,114,76)
#7B805D
(123,128,93)
#898E6E
(137,142,110)
#979C7F
(151,156,127)
#A5AA90
(165,170,144)
#B3B8A1
(179,184,161)
#C1C6B2
(193,198,178)
#CFD4C3
(207,212,195)
#DDE2D4
(221,226,212)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F643B color. Also use rgb(95,100,59) instead hex code.

Text Font Color

.myTextColor { color: #5F643B; }

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

This text font color is #5F643B.

Background Color

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

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

This div background color is #5F643B.

Border color

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

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

This div border color is #5F643B.

Opacity

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

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

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

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

This text has shadow with #5F643B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F643B.

Preview

Color preview on black background

This text has color #5F643B on black background.


Color preview on white background

This text has color #5F643B on white background.


Black color preview on #5F643B background

This text has black color on #5F643B background.


White color preview on #5F643B background

This text has white color on #5F643B background.


Related colors

Complementary color

Complementary color for #hex is #A09BC4.


I love getcolorcode.com

Triadic colors

1 #3B5F64 and #643B5F with #5F643B are triadic colors.

2 #3B645F and #645F3B with #5F643B are triadic colors.