COLOR #53AF61

HEX: #53AF61
RGB: (83,175,97)

Renk bilgisi

#53AF61 contains mainly green color. #53AF61 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#53AF61 color RGB value is (83,175,97).

  • kırmız ton 83;
  • yeşil ton 175;
  • mavi ton 97.
RGB:
(83,175,97)
(33%,69%,38%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 175 of 255 = 69%
B 97 of 255 = 38%

83
175
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 175 + 97 = 355 (100%)
R 83 of 355 ~ 23.38%
G 175 of 355 ~ 49.3%
B 97 of 355 ~ 27.32%

%23.38
%49.3
%27.32

CMYK RENK MODELİ

#53AF61 rengi CMYK tonu (53,0,45,31).

  • camgöbeği tonu 52.57%
  • eflatun tonu 0.00%
  • sarı tonu 44.57%
  • ana renk tonu 31.37%
CMYK:
(53,0,45,31)
C53M0Y45K31 
(53%,0%,45%,31%)
(0.53/0.00/0.45/0.31)	

CMYK yüzdeleri

%52.57
%0
%44.57
%31.37

Codes

Color #53AF61 in popluar color models

53AF61
RGB8317597
HSL129°36.51%50.59%
HSB/HSV129°52.57%68.63%
CMYK52.57%0.00%44.57%
31.37%

Color #53AF61 in popluar number systems.

HEX53AF61
Decimal8317597
Binary1010011101011111100001
Octal123257141

Shades and tints

Shades of #53AF61

#53AF61
(83,175,97)
#4CA059
(76,160,89)
#459151
(69,145,81)
#3E8249
(62,130,73)
#377341
(55,115,65)
#306439
(48,100,57)
#295531
(41,85,49)
#224629
(34,70,41)
#1B3721
(27,55,33)
#142819
(20,40,25)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #53AF61

#53AF61
(83,175,97)
#62B66F
(98,182,111)
#71BD7D
(113,189,125)
#80C48B
(128,196,139)
#8FCB99
(143,203,153)
#9ED2A7
(158,210,167)
#ADD9B5
(173,217,181)
#BCE0C3
(188,224,195)
#CBE7D1
(203,231,209)
#DAEEDF
(218,238,223)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AF61 color. Also use rgb(83,175,97) instead hex code.

Text Font Color

.myTextColor { color: #53AF61; }

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

This text font color is #53AF61.


Background Color

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

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

This div background color is #53AF61.


Border color

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

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

This div border color is #53AF61.


Opacity

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

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

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

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

This text has shadow with #53AF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AF61 on black background.


Color preview on white background

This text has color #53AF61 on white background.



Black color preview on #53AF61 background

This text has black color on #53AF61 background.


White color preview on #53AF61 background

This text has white color on #53AF61 background.