COLOR #5D9253

HEX: #5D9253 RGB: (93,146,83)

Color info

#5D9253 contains mainly red and green colors. Web safe color of #5D9253 is #669966 (or #696).

RGB color model

#5D9253 color RGB value is (93,146,83).

RGB: (93,146,83) (36%, 57%, 33%)

RGB channels and saturation

R 93 of 255 = 36%
G 146 of 255 = 57%
B 83 of 255 = 33%

93
146
83

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

Portions of RGB colors in percentages

R + G + B = 93 + 146 + 83 = 322 (100%)
R 93 of 322 ~ 28.88%
G 146 of 322 ~ 45.34%
B 83 of 322 ~ 25.78'%

%28.88
%45.34
%25.78

CMYK color model

#5D9253 color CMYK value is (36,0,43,43).

  • cyan value is 36.30%
  • magenta value is 0.00%
  • yellow value is 43.15%
  • key color value is 42.75%

CMYK: (36,0,43,43)
C36M0Y43K43 (36%, 0%, 43%, 43%)
(0.36 / 0.00 / 0.43 / 0.43)

CMYK percentages

%36.3
%0
%43.15
%42.75

Codes

Color #5D9253 in popluar color models

5D 92 53
RGB 93 146 83
HSL 110° 27.51% 44.90%
HSB/HSV 110° 43.15% 57.25%
CMYK 36.30% 0.00% 43.15%
42.75%

Color #5D9253 in popluar number systems.

HEX 5D 92 53
Decimal 93 146 83
Binary 1011101 10010010 1010011
Octal 135 222 123

Shades and tints

Shades of #5D9253

#5D9253
(93,146,83)
#55854C
(85,133,76)
#4D7845
(77,120,69)
#456B3E
(69,107,62)
#3D5E37
(61,94,55)
#355130
(53,81,48)
#2D4429
(45,68,41)
#253722
(37,55,34)
#1D2A1B
(29,42,27)
#151D14
(21,29,20)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #5D9253

#5D9253
(93,146,83)
#6B9B62
(107,155,98)
#79A471
(121,164,113)
#87AD80
(135,173,128)
#95B68F
(149,182,143)
#A3BF9E
(163,191,158)
#B1C8AD
(177,200,173)
#BFD1BC
(191,209,188)
#CDDACB
(205,218,203)
#DBE3DA
(219,227,218)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9253 color. Also use rgb(93,146,83) instead hex code.

Text Font Color

.myTextColor { color: #5D9253; }

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

This text font color is #5D9253.

Background Color

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

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

This div background color is #5D9253.

Border color

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

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

This div border color is #5D9253.

Opacity

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

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

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

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

This text has shadow with #5D9253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9253.

Preview

Color preview on black background

This text has color #5D9253 on black background.


Color preview on white background

This text has color #5D9253 on white background.


Black color preview on #5D9253 background

This text has black color on #5D9253 background.


White color preview on #5D9253 background

This text has white color on #5D9253 background.


Related colors

Complementary color

Complementary color for #hex is #A26DAC.


I love getcolorcode.com

Triadic colors

1 #535D92 and #92535D with #5D9253 are triadic colors.

2 #53925D and #925D53 with #5D9253 are triadic colors.