COLOR #5DB671

HEX: #5DB671 RGB: (93,182,113)

Color info

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

RGB color model

#5DB671 color RGB value is (93,182,113).

RGB: (93,182,113) (36%, 71%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 182 of 255 = 71%
B 113 of 255 = 44%

93
182
113

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

Portions of RGB colors in percentages

R + G + B = 93 + 182 + 113 = 388 (100%)
R 93 of 388 ~ 23.97%
G 182 of 388 ~ 46.91%
B 113 of 388 ~ 29.12'%

%23.97
%46.91
%29.12

CMYK color model

#5DB671 color CMYK value is (49,0,38,29).

  • cyan value is 48.90%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 28.63%

CMYK: (49,0,38,29)
C49M0Y38K29 (49%, 0%, 38%, 29%)
(0.49 / 0.00 / 0.38 / 0.29)

CMYK percentages

%48.9
%0
%37.91
%28.63

Codes

Color #5DB671 in popluar color models

5D B6 71
RGB 93 182 113
HSL 133° 37.87% 53.92%
HSB/HSV 133° 48.90% 71.37%
CMYK 48.90% 0.00% 37.91%
28.63%

Color #5DB671 in popluar number systems.

HEX 5D B6 71
Decimal 93 182 113
Binary 1011101 10110110 1110001
Octal 135 266 161

Shades and tints

Shades of #5DB671

#5DB671
(93,182,113)
#55A667
(85,166,103)
#4D965D
(77,150,93)
#458653
(69,134,83)
#3D7649
(61,118,73)
#35663F
(53,102,63)
#2D5635
(45,86,53)
#25462B
(37,70,43)
#1D3621
(29,54,33)
#152617
(21,38,23)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #5DB671

#5DB671
(93,182,113)
#6BBC7D
(107,188,125)
#79C289
(121,194,137)
#87C895
(135,200,149)
#95CEA1
(149,206,161)
#A3D4AD
(163,212,173)
#B1DAB9
(177,218,185)
#BFE0C5
(191,224,197)
#CDE6D1
(205,230,209)
#DBECDD
(219,236,221)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB671 color. Also use rgb(93,182,113) instead hex code.

Text Font Color

.myTextColor { color: #5DB671; }

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

This text font color is #5DB671.

Background Color

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

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

This div background color is #5DB671.

Border color

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

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

This div border color is #5DB671.

Opacity

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

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

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

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

This text has shadow with #5DB671 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB671.

Preview

Color preview on black background

This text has color #5DB671 on black background.


Color preview on white background

This text has color #5DB671 on white background.


Black color preview on #5DB671 background

This text has black color on #5DB671 background.


White color preview on #5DB671 background

This text has white color on #5DB671 background.


Related colors

Complementary color

Complementary color for #hex is #A2498E.


I love getcolorcode.com

Triadic colors

1 #715DB6 and #B6715D with #5DB671 are triadic colors.

2 #71B65D and #B65D71 with #5DB671 are triadic colors.