COLOR #5D783E

HEX: #5D783E
RGB: (93,120,62)

Color info

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

RGB color model

#5D783E color RGB value is (93,120,62).

  • red value is 93;
  • green value is 120;
  • blue value is 62.
RGB:
(93,120,62)
(36%,47%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 62 of 255 = 24%

93
120
62

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

Portions of RGB colors in percentages

R + G + B =
93 + 120 + 62 = 275 (100%)
R 93 of 275 ~ 33.82%
G 120 of 275 ~ 43.64%
B 62 of 275 ~ 22.55%

%33.82
%43.64
%22.55

CMYK color model

#5D783E color CMYK value is (23,0,48,53).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 48.33%
  • key color value is 52.94%
CMYK:
(23,0,48,53)
C23M0Y48K53 
(23%,0%,48%,53%)
(0.23/0.00/0.48/0.53)	

CMYK percentages

%22.5
%0
%48.33
%52.94

Codes

Color #5D783E in popluar color models

5D783E
RGB9312062
HSL88°31.87%35.69%
HSB/HSV88°48.33%47.06%
CMYK22.50%0.00%48.33%
52.94%

Color #5D783E in popluar number systems.

HEX5D783E
Decimal9312062
Binary10111011111000111110
Octal13517076

Shades and tints

Shades of #5D783E

#5D783E
(93,120,62)
#556E39
(85,110,57)
#4D6434
(77,100,52)
#455A2F
(69,90,47)
#3D502A
(61,80,42)
#354625
(53,70,37)
#2D3C20
(45,60,32)
#25321B
(37,50,27)
#1D2816
(29,40,22)
#151E11
(21,30,17)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #5D783E

#5D783E
(93,120,62)
#6B844F
(107,132,79)
#799060
(121,144,96)
#879C71
(135,156,113)
#95A882
(149,168,130)
#A3B493
(163,180,147)
#B1C0A4
(177,192,164)
#BFCCB5
(191,204,181)
#CDD8C6
(205,216,198)
#DBE4D7
(219,228,215)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D783E color. Also use rgb(93,120,62) instead hex code.

Text Font Color

.myTextColor { color: #5D783E; }

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

This text font color is #5D783E.


Background Color

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

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

This div background color is #5D783E.


Border color

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

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

This div border color is #5D783E.


Opacity

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

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

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

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

This text has shadow with #5D783E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D783E on black background.


Color preview on white background

This text has color #5D783E on white background.



Black color preview on #5D783E background

This text has black color on #5D783E background.


White color preview on #5D783E background

This text has white color on #5D783E background.