COLOR #53B32F

HEX: #53B32F
RGB: (83,179,47)

Color info

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

RGB color model

#53B32F color RGB value is (83,179,47).

  • red value is 83;
  • green value is 179;
  • blue value is 47.
RGB:
(83,179,47)
(33%,70%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 179 of 255 = 70%
B 47 of 255 = 18%

83
179
47

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

Portions of RGB colors in percentages

R + G + B =
83 + 179 + 47 = 309 (100%)
R 83 of 309 ~ 26.86%
G 179 of 309 ~ 57.93%
B 47 of 309 ~ 15.21%

%26.86
%57.93
%15.21

CMYK color model

#53B32F color CMYK value is (54,0,74,30).

  • cyan value is 53.63%
  • magenta value is 0.00%
  • yellow value is 73.74%
  • key color value is 29.80%
CMYK:
(54,0,74,30)
C54M0Y74K30 
(54%,0%,74%,30%)
(0.54/0.00/0.74/0.30)	

CMYK percentages

%53.63
%0
%73.74
%29.8

Codes

Color #53B32F in popluar color models

53B32F
RGB8317947
HSL104°58.41%44.31%
HSB/HSV104°73.74%70.20%
CMYK53.63%0.00%73.74%
29.80%

Color #53B32F in popluar number systems.

HEX53B32F
Decimal8317947
Binary101001110110011101111
Octal12326357

Shades and tints

Shades of #53B32F

#53B32F
(83,179,47)
#4CA32B
(76,163,43)
#459327
(69,147,39)
#3E8323
(62,131,35)
#37731F
(55,115,31)
#30631B
(48,99,27)
#295317
(41,83,23)
#224313
(34,67,19)
#1B330F
(27,51,15)
#14230B
(20,35,11)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #53B32F

#53B32F
(83,179,47)
#62B941
(98,185,65)
#71BF53
(113,191,83)
#80C565
(128,197,101)
#8FCB77
(143,203,119)
#9ED189
(158,209,137)
#ADD79B
(173,215,155)
#BCDDAD
(188,221,173)
#CBE3BF
(203,227,191)
#DAE9D1
(218,233,209)
#E9EFE3
(233,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B32F color. Also use rgb(83,179,47) instead hex code.

Text Font Color

.myTextColor { color: #53B32F; }

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

This text font color is #53B32F.


Background Color

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

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

This div background color is #53B32F.


Border color

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

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

This div border color is #53B32F.


Opacity

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

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

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

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

This text has shadow with #53B32F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B32F on black background.


Color preview on white background

This text has color #53B32F on white background.



Black color preview on #53B32F background

This text has black color on #53B32F background.


White color preview on #53B32F background

This text has white color on #53B32F background.