COLOR #5DB453

HEX: #5DB453
RGB: (93,180,83)

Color info

#5DB453 contains mainly green color. Web safe color of #5DB453 is #66CC66 (or #6C6).

RGB color model

#5DB453 color RGB value is (93,180,83).

  • red value is 93;
  • green value is 180;
  • blue value is 83.
RGB:
(93,180,83)
(36%,71%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 180 of 255 = 71%
B 83 of 255 = 33%

93
180
83

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

Portions of RGB colors in percentages

R + G + B =
93 + 180 + 83 = 356 (100%)
R 93 of 356 ~ 26.12%
G 180 of 356 ~ 50.56%
B 83 of 356 ~ 23.31%

%26.12
%50.56
%23.31

CMYK color model

#5DB453 color CMYK value is (48,0,54,29).

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 53.89%
  • key color value is 29.41%
CMYK:
(48,0,54,29)
C48M0Y54K29 
(48%,0%,54%,29%)
(0.48/0.00/0.54/0.29)	

CMYK percentages

%48.33
%0
%53.89
%29.41

Codes

Color #5DB453 in popluar color models

5DB453
RGB9318083
HSL114°39.27%51.57%
HSB/HSV114°53.89%70.59%
CMYK48.33%0.00%53.89%
29.41%

Color #5DB453 in popluar number systems.

HEX5DB453
Decimal9318083
Binary1011101101101001010011
Octal135264123

Shades and tints

Shades of #5DB453

#5DB453
(93,180,83)
#55A44C
(85,164,76)
#4D9445
(77,148,69)
#45843E
(69,132,62)
#3D7437
(61,116,55)
#356430
(53,100,48)
#2D5429
(45,84,41)
#254422
(37,68,34)
#1D341B
(29,52,27)
#152414
(21,36,20)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #5DB453

#5DB453
(93,180,83)
#6BBA62
(107,186,98)
#79C071
(121,192,113)
#87C680
(135,198,128)
#95CC8F
(149,204,143)
#A3D29E
(163,210,158)
#B1D8AD
(177,216,173)
#BFDEBC
(191,222,188)
#CDE4CB
(205,228,203)
#DBEADA
(219,234,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DB453; }

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

This text font color is #5DB453.


Background Color

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

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

This div background color is #5DB453.


Border color

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

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

This div border color is #5DB453.


Opacity

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

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

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

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

This text has shadow with #5DB453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB453 on black background.


Color preview on white background

This text has color #5DB453 on white background.



Black color preview on #5DB453 background

This text has black color on #5DB453 background.


White color preview on #5DB453 background

This text has white color on #5DB453 background.