COLOR #5D874F

HEX: #5D874F
RGB: (93,135,79)

Color info

#5D874F contains red, green and blue colors in about the same proportion. Web safe color of #5D874F is #669966 (or #696).

RGB color model

#5D874F color RGB value is (93,135,79).

  • red value is 93;
  • green value is 135;
  • blue value is 79.
RGB:
(93,135,79)
(36%,53%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 135 of 255 = 53%
B 79 of 255 = 31%

93
135
79

R + G + B ~ 40%. #5D874F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 135 + 79 = 307 (100%)
R 93 of 307 ~ 30.29%
G 135 of 307 ~ 43.97%
B 79 of 307 ~ 25.73%

%30.29
%43.97
%25.73

CMYK color model

#5D874F color CMYK value is (31,0,41,47).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • key color value is 47.06%
CMYK:
(31,0,41,47)
C31M0Y41K47 
(31%,0%,41%,47%)
(0.31/0.00/0.41/0.47)	

CMYK percentages

%31.11
%0
%41.48
%47.06

Codes

Color #5D874F in popluar color models

5D874F
RGB9313579
HSL105°26.17%41.96%
HSB/HSV105°41.48%52.94%
CMYK31.11%0.00%41.48%
47.06%

Color #5D874F in popluar number systems.

HEX5D874F
Decimal9313579
Binary1011101100001111001111
Octal135207117

Shades and tints

Shades of #5D874F

#5D874F
(93,135,79)
#557B48
(85,123,72)
#4D6F41
(77,111,65)
#45633A
(69,99,58)
#3D5733
(61,87,51)
#354B2C
(53,75,44)
#2D3F25
(45,63,37)
#25331E
(37,51,30)
#1D2717
(29,39,23)
#151B10
(21,27,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #5D874F

#5D874F
(93,135,79)
#6B915F
(107,145,95)
#799B6F
(121,155,111)
#87A57F
(135,165,127)
#95AF8F
(149,175,143)
#A3B99F
(163,185,159)
#B1C3AF
(177,195,175)
#BFCDBF
(191,205,191)
#CDD7CF
(205,215,207)
#DBE1DF
(219,225,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D874F color. Also use rgb(93,135,79) instead hex code.

Text Font Color

.myTextColor { color: #5D874F; }

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

This text font color is #5D874F.


Background Color

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

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

This div background color is #5D874F.


Border color

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

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

This div border color is #5D874F.


Opacity

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

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

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

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

This text has shadow with #5D874F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D874F on black background.


Color preview on white background

This text has color #5D874F on white background.



Black color preview on #5D874F background

This text has black color on #5D874F background.


White color preview on #5D874F background

This text has white color on #5D874F background.