COLOR #53C164

HEX: #53C164 RGB: (83,193,100)

Color info

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

RGB color model

#53C164 color RGB value is (83,193,100).

RGB: (83,193,100) (33%, 76%, 39%)

RGB channels and saturation

R 83 of 255 = 33%
G 193 of 255 = 76%
B 100 of 255 = 39%

83
193
100

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

Portions of RGB colors in percentages

R + G + B = 83 + 193 + 100 = 376 (100%)
R 83 of 376 ~ 22.07%
G 193 of 376 ~ 51.33%
B 100 of 376 ~ 26.6'%

%22.07
%51.33
%26.6

CMYK color model

#53C164 color CMYK value is (57,0,48,24).

  • cyan value is 56.99%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 24.31%
CMYK: (57,0,48,24) C57M0Y48K24 (57%,0%,48%,24%) (0.57/0.00/0.48/0.24) 

CMYK percentages

%56.99
%0
%48.19
%24.31

Codes

Color #53C164 in popluar color models

53 C1 64
RGB 83 193 100
HSL 129° 47.01% 54.12%
HSB/HSV 129° 56.99% 75.69%
CMYK 56.99% 0.00% 48.19%
24.31%

Color #53C164 in popluar number systems.

HEX 53 C1 64
Decimal 83 193 100
Binary 1010011 11000001 1100100
Octal 123 301 144

Shades and tints

Shades of #53C164

#53C164
(83,193,100)
#4CB05B
(76,176,91)
#459F52
(69,159,82)
#3E8E49
(62,142,73)
#377D40
(55,125,64)
#306C37
(48,108,55)
#295B2E
(41,91,46)
#224A25
(34,74,37)
#1B391C
(27,57,28)
#142813
(20,40,19)
#0D170A
(13,23,10)
#000000
(0,0,0)

Tints of #53C164

#53C164
(83,193,100)
#62C672
(98,198,114)
#71CB80
(113,203,128)
#80D08E
(128,208,142)
#8FD59C
(143,213,156)
#9EDAAA
(158,218,170)
#ADDFB8
(173,223,184)
#BCE4C6
(188,228,198)
#CBE9D4
(203,233,212)
#DAEEE2
(218,238,226)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C164 color. Also use rgb(83,193,100) instead hex code.

Text Font Color

.myTextColor { color: #53C164; }

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

This text font color is #53C164.

Background Color

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

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

This div background color is #53C164.

Border color

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

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

This div border color is #53C164.

Opacity

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

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

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

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

This text has shadow with #53C164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53C164.

Preview

Color preview on black background

This text has color #53C164 on black background.


Color preview on white background

This text has color #53C164 on white background.


Black color preview on #53C164 background

This text has black color on #53C164 background.


White color preview on #53C164 background

This text has white color on #53C164 background.


Related colors

Complementary color

Complementary color for #hex is #AC3E9B.


I love getcolorcode.com

Triadic colors

1 #6453C1 and #C16453 with #53C164 are triadic colors.

2 #64C153 and #C15364 with #53C164 are triadic colors.