COLOR #5D8266

HEX: #5D8266
RGB: (93,130,102)

Color info

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

RGB color model

#5D8266 color RGB value is (93,130,102).

  • red value is 93;
  • green value is 130;
  • blue value is 102.
RGB:
(93,130,102)
(36%,51%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 102 of 255 = 40%

93
130
102

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

Portions of RGB colors in percentages

R + G + B =
93 + 130 + 102 = 325 (100%)
R 93 of 325 ~ 28.62%
G 130 of 325 ~ 40%
B 102 of 325 ~ 31.38%

%28.62
%40
%31.38

CMYK color model

#5D8266 color CMYK value is (28,0,22,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(28,0,22,49)
C28M0Y22K49 
(28%,0%,22%,49%)
(0.28/0.00/0.22/0.49)	

CMYK percentages

%28.46
%0
%21.54
%49.02

Codes

Color #5D8266 in popluar color models

5D8266
RGB93130102
HSL135°16.59%43.73%
HSB/HSV135°28.46%50.98%
CMYK28.46%0.00%21.54%
49.02%

Color #5D8266 in popluar number systems.

HEX5D8266
Decimal93130102
Binary1011101100000101100110
Octal135202146

Shades and tints

Shades of #5D8266

#5D8266
(93,130,102)
#55775D
(85,119,93)
#4D6C54
(77,108,84)
#45614B
(69,97,75)
#3D5642
(61,86,66)
#354B39
(53,75,57)
#2D4030
(45,64,48)
#253527
(37,53,39)
#1D2A1E
(29,42,30)
#151F15
(21,31,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #5D8266

#5D8266
(93,130,102)
#6B8D73
(107,141,115)
#799880
(121,152,128)
#87A38D
(135,163,141)
#95AE9A
(149,174,154)
#A3B9A7
(163,185,167)
#B1C4B4
(177,196,180)
#BFCFC1
(191,207,193)
#CDDACE
(205,218,206)
#DBE5DB
(219,229,219)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8266 color. Also use rgb(93,130,102) instead hex code.

Text Font Color

.myTextColor { color: #5D8266; }

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

This text font color is #5D8266.


Background Color

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

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

This div background color is #5D8266.


Border color

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

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

This div border color is #5D8266.


Opacity

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

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

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

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

This text has shadow with #5D8266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8266 on black background.


Color preview on white background

This text has color #5D8266 on white background.



Black color preview on #5D8266 background

This text has black color on #5D8266 background.


White color preview on #5D8266 background

This text has white color on #5D8266 background.