COLOR #5F6344

HEX: #5F6344 RGB: (95,99,68)

Color info

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

RGB color model

#5F6344 color RGB value is (95,99,68).

RGB: (95,99,68) (37%, 39%, 27%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 68 of 255 = 27%

95
99
68

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

Portions of RGB colors in percentages

R + G + B = 95 + 99 + 68 = 262 (100%)
R 95 of 262 ~ 36.26%
G 99 of 262 ~ 37.79%
B 68 of 262 ~ 25.95'%

%36.26
%37.79
%25.95

CMYK color model

#5F6344 color CMYK value is (4,0,31,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 61.18%

CMYK: (4,0,31,61)
C4M0Y31K61 (4%, 0%, 31%, 61%)
(0.04 / 0.00 / 0.31 / 0.61)

CMYK percentages

%4.04
%0
%31.31
%61.18

Codes

Color #5F6344 in popluar color models

5F 63 44
RGB 95 99 68
HSL 68° 18.56% 32.75%
HSB/HSV 68° 31.31% 38.82%
CMYK 4.04% 0.00% 31.31%
61.18%

Color #5F6344 in popluar number systems.

HEX 5F 63 44
Decimal 95 99 68
Binary 1011111 1100011 1000100
Octal 137 143 104

Shades and tints

Shades of #5F6344

#5F6344
(95,99,68)
#575A3E
(87,90,62)
#4F5138
(79,81,56)
#474832
(71,72,50)
#3F3F2C
(63,63,44)
#373626
(55,54,38)
#2F2D20
(47,45,32)
#27241A
(39,36,26)
#1F1B14
(31,27,20)
#17120E
(23,18,14)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #5F6344

#5F6344
(95,99,68)
#6D7155
(109,113,85)
#7B7F66
(123,127,102)
#898D77
(137,141,119)
#979B88
(151,155,136)
#A5A999
(165,169,153)
#B3B7AA
(179,183,170)
#C1C5BB
(193,197,187)
#CFD3CC
(207,211,204)
#DDE1DD
(221,225,221)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6344 color. Also use rgb(95,99,68) instead hex code.

Text Font Color

.myTextColor { color: #5F6344; }

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

This text font color is #5F6344.

Background Color

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

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

This div background color is #5F6344.

Border color

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

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

This div border color is #5F6344.

Opacity

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

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

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

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

This text has shadow with #5F6344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6344.

Preview

Color preview on black background

This text has color #5F6344 on black background.


Color preview on white background

This text has color #5F6344 on white background.


Black color preview on #5F6344 background

This text has black color on #5F6344 background.


White color preview on #5F6344 background

This text has white color on #5F6344 background.


Related colors

Complementary color

Complementary color for #hex is #A09CBB.


I love getcolorcode.com

Triadic colors

1 #445F63 and #63445F with #5F6344 are triadic colors.

2 #44635F and #635F44 with #5F6344 are triadic colors.