COLOR #53A334

HEX: #53A334 RGB: (83,163,52)

Color info

#53A334 contains mainly green color. Web safe color of #53A334 is #669933 (or #693).

RGB color model

#53A334 color RGB value is (83,163,52).

RGB: (83,163,52) (33%, 64%, 20%)

RGB channels and saturation

R 83 of 255 = 33%
G 163 of 255 = 64%
B 52 of 255 = 20%

83
163
52

R + G + B ~ 39%. #53A334 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 163 + 52 = 298 (100%)
R 83 of 298 ~ 27.85%
G 163 of 298 ~ 54.7%
B 52 of 298 ~ 17.45'%

%27.85
%54.7
%17.45

CMYK color model

#53A334 color CMYK value is (49,0,68,36).

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 68.10%
  • key color value is 36.08%

CMYK: (49,0,68,36)
C49M0Y68K36 (49%, 0%, 68%, 36%)
(0.49 / 0.00 / 0.68 / 0.36)

CMYK percentages

%49.08
%0
%68.1
%36.08

Codes

Color #53A334 in popluar color models

53 A3 34
RGB 83 163 52
HSL 103° 51.63% 42.16%
HSB/HSV 103° 68.10% 63.92%
CMYK 49.08% 0.00% 68.10%
36.08%

Color #53A334 in popluar number systems.

HEX 53 A3 34
Decimal 83 163 52
Binary 1010011 10100011 110100
Octal 123 243 64

Shades and tints

Shades of #53A334

#53A334
(83,163,52)
#4C9530
(76,149,48)
#45872C
(69,135,44)
#3E7928
(62,121,40)
#376B24
(55,107,36)
#305D20
(48,93,32)
#294F1C
(41,79,28)
#224118
(34,65,24)
#1B3314
(27,51,20)
#142510
(20,37,16)
#0D170C
(13,23,12)
#000000
(0,0,0)

Tints of #53A334

#53A334
(83,163,52)
#62AB46
(98,171,70)
#71B358
(113,179,88)
#80BB6A
(128,187,106)
#8FC37C
(143,195,124)
#9ECB8E
(158,203,142)
#ADD3A0
(173,211,160)
#BCDBB2
(188,219,178)
#CBE3C4
(203,227,196)
#DAEBD6
(218,235,214)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A334 color. Also use rgb(83,163,52) instead hex code.

Text Font Color

.myTextColor { color: #53A334; }

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

This text font color is #53A334.

Background Color

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

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

This div background color is #53A334.

Border color

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

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

This div border color is #53A334.

Opacity

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

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

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

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

This text has shadow with #53A334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A334.

Preview

Color preview on black background

This text has color #53A334 on black background.


Color preview on white background

This text has color #53A334 on white background.


Black color preview on #53A334 background

This text has black color on #53A334 background.


White color preview on #53A334 background

This text has white color on #53A334 background.


Related colors

Complementary color

Complementary color for #hex is #AC5CCB.


I love getcolorcode.com

Triadic colors

1 #3453A3 and #A33453 with #53A334 are triadic colors.

2 #34A353 and #A35334 with #53A334 are triadic colors.