COLOR #53A52C

HEX: #53A52C
RGB: (83,165,44)

Renk bilgisi

#53A52C contains mainly green color. #53A52C ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#53A52C color RGB value is (83,165,44).

  • kırmız ton 83;
  • yeşil ton 165;
  • mavi ton 44.
RGB:
(83,165,44)
(33%,65%,17%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 165 of 255 = 65%
B 44 of 255 = 17%

83
165
44

R + G + B ~ 38%. #53A52C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 165 + 44 = 292 (100%)
R 83 of 292 ~ 28.42%
G 165 of 292 ~ 56.51%
B 44 of 292 ~ 15.07%

%28.42
%56.51
%15.07

CMYK RENK MODELİ

#53A52C rengi CMYK tonu (50,0,73,35).

  • camgöbeği tonu 49.70%
  • eflatun tonu 0.00%
  • sarı tonu 73.33%
  • ana renk tonu 35.29%
CMYK:
(50,0,73,35)
C50M0Y73K35 
(50%,0%,73%,35%)
(0.50/0.00/0.73/0.35)	

CMYK yüzdeleri

%49.7
%0
%73.33
%35.29

Codes

Color #53A52C in popluar color models

53A52C
RGB8316544
HSL101°57.89%40.98%
HSB/HSV101°73.33%64.71%
CMYK49.70%0.00%73.33%
35.29%

Color #53A52C in popluar number systems.

HEX53A52C
Decimal8316544
Binary101001110100101101100
Octal12324554

Shades and tints

Shades of #53A52C

#53A52C
(83,165,44)
#4C9628
(76,150,40)
#458724
(69,135,36)
#3E7820
(62,120,32)
#37691C
(55,105,28)
#305A18
(48,90,24)
#294B14
(41,75,20)
#223C10
(34,60,16)
#1B2D0C
(27,45,12)
#141E08
(20,30,8)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #53A52C

#53A52C
(83,165,44)
#62AD3F
(98,173,63)
#71B552
(113,181,82)
#80BD65
(128,189,101)
#8FC578
(143,197,120)
#9ECD8B
(158,205,139)
#ADD59E
(173,213,158)
#BCDDB1
(188,221,177)
#CBE5C4
(203,229,196)
#DAEDD7
(218,237,215)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A52C color. Also use rgb(83,165,44) instead hex code.

Text Font Color

.myTextColor { color: #53A52C; }

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

This text font color is #53A52C.


Background Color

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

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

This div background color is #53A52C.


Border color

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

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

This div border color is #53A52C.


Opacity

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

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

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

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

This text has shadow with #53A52C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A52C on black background.


Color preview on white background

This text has color #53A52C on white background.



Black color preview on #53A52C background

This text has black color on #53A52C background.


White color preview on #53A52C background

This text has white color on #53A52C background.