COLOR #53B56D

HEX: #53B56D RGB: (83,181,109)

Color info

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

RGB color model

#53B56D color RGB value is (83,181,109).

RGB: (83,181,109) (33%, 71%, 43%)

RGB channels and saturation

R 83 of 255 = 33%
G 181 of 255 = 71%
B 109 of 255 = 43%

83
181
109

R + G + B ~ 49%. #53B56D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 181 + 109 = 373 (100%)
R 83 of 373 ~ 22.25%
G 181 of 373 ~ 48.53%
B 109 of 373 ~ 29.22'%

%22.25
%48.53
%29.22

CMYK color model

#53B56D color CMYK value is (54,0,40,29).

  • cyan value is 54.14%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK: (54,0,40,29) C54M0Y40K29 (54%,0%,40%,29%) (0.54/0.00/0.40/0.29) 

CMYK percentages

%54.14
%0
%39.78
%29.02

Codes

Color #53B56D in popluar color models

53 B5 6D
RGB 83 181 109
HSL 136° 39.84% 51.76%
HSB/HSV 136° 54.14% 70.98%
CMYK 54.14% 0.00% 39.78%
29.02%

Color #53B56D in popluar number systems.

HEX 53 B5 6D
Decimal 83 181 109
Binary 1010011 10110101 1101101
Octal 123 265 155

Shades and tints

Shades of #53B56D

#53B56D
(83,181,109)
#4CA564
(76,165,100)
#45955B
(69,149,91)
#3E8552
(62,133,82)
#377549
(55,117,73)
#306540
(48,101,64)
#295537
(41,85,55)
#22452E
(34,69,46)
#1B3525
(27,53,37)
#14251C
(20,37,28)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #53B56D

#53B56D
(83,181,109)
#62BB7A
(98,187,122)
#71C187
(113,193,135)
#80C794
(128,199,148)
#8FCDA1
(143,205,161)
#9ED3AE
(158,211,174)
#ADD9BB
(173,217,187)
#BCDFC8
(188,223,200)
#CBE5D5
(203,229,213)
#DAEBE2
(218,235,226)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B56D color. Also use rgb(83,181,109) instead hex code.

Text Font Color

.myTextColor { color: #53B56D; }

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

This text font color is #53B56D.

Background Color

.myBgColor { background-color: #53B56D; }

<div style="background-color:#53B56D">Inner text</div>

This div background color is #53B56D.

Border color

.myBorderColor { border: 1px solid #53B56D; }

<div style="border:3px solid #53B56D">Div</div>

This div border color is #53B56D.

Opacity

.myOpacity80 { color: #53B56D; opacity: 0.8; }

<p style="color:#53B56D;opacity:0.8;">80%</p>

Text with #53B56D 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 #53B56D;}

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

This text has shadow with #53B56D color.


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

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

This text has shadow with #53B56D primary color and red secondary color.


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

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

This text has shadow with #53B56D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53B56D.

Preview

Color preview on black background

This text has color #53B56D on black background.


Color preview on white background

This text has color #53B56D on white background.


Black color preview on #53B56D background

This text has black color on #53B56D background.


White color preview on #53B56D background

This text has white color on #53B56D background.


Related colors

Complementary color

Complementary color for #hex is #AC4A92.


I love getcolorcode.com

Triadic colors

1 #6D53B5 and #B56D53 with #53B56D are triadic colors.

2 #6DB553 and #B5536D with #53B56D are triadic colors.