COLOR #5E6423

HEX: #5E6423
RGB: (94,100,35)

Color info

#5E6423 contains mainly red and green colors. Web safe color of #5E6423 is #666633 (or #663).

RGB color model

#5E6423 color RGB value is (94,100,35).

  • red value is 94;
  • green value is 100;
  • blue value is 35.
RGB:
(94,100,35)
(37%,39%,14%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 35 of 255 = 14%

94
100
35

R + G + B ~ 30%. #5E6423 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 35 = 229 (100%)
R 94 of 229 ~ 41.05%
G 100 of 229 ~ 43.67%
B 35 of 229 ~ 15.28%

%41.05
%43.67
%15.28

CMYK color model

#5E6423 color CMYK value is (6,0,65,61).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 60.78%
CMYK:
(6,0,65,61)
C6M0Y65K61 
(6%,0%,65%,61%)
(0.06/0.00/0.65/0.61)	

CMYK percentages

%6
%0
%65
%60.78

Codes

Color #5E6423 in popluar color models

5E6423
RGB9410035
HSL66°48.15%26.47%
HSB/HSV66°65.00%39.22%
CMYK6.00%0.00%65.00%
60.78%

Color #5E6423 in popluar number systems.

HEX5E6423
Decimal9410035
Binary10111101100100100011
Octal13614443

Shades and tints

Shades of #5E6423

#5E6423
(94,100,35)
#565B20
(86,91,32)
#4E521D
(78,82,29)
#46491A
(70,73,26)
#3E4017
(62,64,23)
#363714
(54,55,20)
#2E2E11
(46,46,17)
#26250E
(38,37,14)
#1E1C0B
(30,28,11)
#161308
(22,19,8)
#0E0A05
(14,10,5)
#000000
(0,0,0)

Tints of #5E6423

#5E6423
(94,100,35)
#6C7237
(108,114,55)
#7A804B
(122,128,75)
#888E5F
(136,142,95)
#969C73
(150,156,115)
#A4AA87
(164,170,135)
#B2B89B
(178,184,155)
#C0C6AF
(192,198,175)
#CED4C3
(206,212,195)
#DCE2D7
(220,226,215)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6423 color. Also use rgb(94,100,35) instead hex code.

Text Font Color

.myTextColor { color: #5E6423; }

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

This text font color is #5E6423.


Background Color

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

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

This div background color is #5E6423.


Border color

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

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

This div border color is #5E6423.


Opacity

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

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

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

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

This text has shadow with #5E6423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6423 on black background.


Color preview on white background

This text has color #5E6423 on white background.



Black color preview on #5E6423 background

This text has black color on #5E6423 background.


White color preview on #5E6423 background

This text has white color on #5E6423 background.