COLOR #5E6344

HEX: #5E6344
RGB: (94,99,68)

Color info

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

RGB color model

#5E6344 color RGB value is (94,99,68).

  • red value is 94;
  • green value is 99;
  • blue value is 68.
RGB:
(94,99,68)
(37%,39%,27%)

RGB channels and saturation

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

94
99
68

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

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 68 = 261 (100%)
R 94 of 261 ~ 36.02%
G 99 of 261 ~ 37.93%
B 68 of 261 ~ 26.05%

%36.02
%37.93
%26.05

CMYK color model

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

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 61.18%
CMYK:
(5,0,31,61)
C5M0Y31K61 
(5%,0%,31%,61%)
(0.05/0.00/0.31/0.61)	

CMYK percentages

%5.05
%0
%31.31
%61.18

Codes

Color #5E6344 in popluar color models

5E6344
RGB949968
HSL70°18.56%32.75%
HSB/HSV70°31.31%38.82%
CMYK5.05%0.00%31.31%
61.18%

Color #5E6344 in popluar number systems.

HEX5E6344
Decimal949968
Binary101111011000111000100
Octal136143104

Shades and tints

Shades of #5E6344

#5E6344
(94,99,68)
#565A3E
(86,90,62)
#4E5138
(78,81,56)
#464832
(70,72,50)
#3E3F2C
(62,63,44)
#363626
(54,54,38)
#2E2D20
(46,45,32)
#26241A
(38,36,26)
#1E1B14
(30,27,20)
#16120E
(22,18,14)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #5E6344

#5E6344
(94,99,68)
#6C7155
(108,113,85)
#7A7F66
(122,127,102)
#888D77
(136,141,119)
#969B88
(150,155,136)
#A4A999
(164,169,153)
#B2B7AA
(178,183,170)
#C0C5BB
(192,197,187)
#CED3CC
(206,211,204)
#DCE1DD
(220,225,221)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6344; }

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

This text font color is #5E6344.


Background Color

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

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

This div background color is #5E6344.


Border color

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

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

This div border color is #5E6344.


Opacity

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

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

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

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

This text has shadow with #5E6344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6344 on black background.


Color preview on white background

This text has color #5E6344 on white background.



Black color preview on #5E6344 background

This text has black color on #5E6344 background.


White color preview on #5E6344 background

This text has white color on #5E6344 background.