COLOR #5E7B38

HEX: #5E7B38
RGB: (94,123,56)

Color info

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

RGB color model

#5E7B38 color RGB value is (94,123,56).

  • red value is 94;
  • green value is 123;
  • blue value is 56.
RGB:
(94,123,56)
(37%,48%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 123 of 255 = 48%
B 56 of 255 = 22%

94
123
56

R + G + B ~ 36%. #5E7B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 123 + 56 = 273 (100%)
R 94 of 273 ~ 34.43%
G 123 of 273 ~ 45.05%
B 56 of 273 ~ 20.51%

%34.43
%45.05
%20.51

CMYK color model

#5E7B38 color CMYK value is (24,0,54,52).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 54.47%
  • key color value is 51.76%
CMYK:
(24,0,54,52)
C24M0Y54K52 
(24%,0%,54%,52%)
(0.24/0.00/0.54/0.52)	

CMYK percentages

%23.58
%0
%54.47
%51.76

Codes

Color #5E7B38 in popluar color models

5E7B38
RGB9412356
HSL86°37.43%35.10%
HSB/HSV86°54.47%48.24%
CMYK23.58%0.00%54.47%
51.76%

Color #5E7B38 in popluar number systems.

HEX5E7B38
Decimal9412356
Binary10111101111011111000
Octal13617370

Shades and tints

Shades of #5E7B38

#5E7B38
(94,123,56)
#567033
(86,112,51)
#4E652E
(78,101,46)
#465A29
(70,90,41)
#3E4F24
(62,79,36)
#36441F
(54,68,31)
#2E391A
(46,57,26)
#262E15
(38,46,21)
#1E2310
(30,35,16)
#16180B
(22,24,11)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #5E7B38

#5E7B38
(94,123,56)
#6C874A
(108,135,74)
#7A935C
(122,147,92)
#889F6E
(136,159,110)
#96AB80
(150,171,128)
#A4B792
(164,183,146)
#B2C3A4
(178,195,164)
#C0CFB6
(192,207,182)
#CEDBC8
(206,219,200)
#DCE7DA
(220,231,218)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7B38 color. Also use rgb(94,123,56) instead hex code.

Text Font Color

.myTextColor { color: #5E7B38; }

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

This text font color is #5E7B38.


Background Color

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

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

This div background color is #5E7B38.


Border color

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

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

This div border color is #5E7B38.


Opacity

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

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

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

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

This text has shadow with #5E7B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7B38 on black background.


Color preview on white background

This text has color #5E7B38 on white background.



Black color preview on #5E7B38 background

This text has black color on #5E7B38 background.


White color preview on #5E7B38 background

This text has white color on #5E7B38 background.