COLOR #53A074

HEX: #53A074
RGB: (83,160,116)

Renk bilgisi

#53A074 contains mainly green and blue colors. #53A074 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#53A074 color RGB value is (83,160,116).

  • kırmız ton 83;
  • yeşil ton 160;
  • mavi ton 116.
RGB:
(83,160,116)
(33%,63%,45%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 160 of 255 = 63%
B 116 of 255 = 45%

83
160
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 160 + 116 = 359 (100%)
R 83 of 359 ~ 23.12%
G 160 of 359 ~ 44.57%
B 116 of 359 ~ 32.31%

%23.12
%44.57
%32.31

CMYK RENK MODELİ

#53A074 rengi CMYK tonu (48,0,28,37).

  • camgöbeği tonu 48.13%
  • eflatun tonu 0.00%
  • sarı tonu 27.50%
  • ana renk tonu 37.25%
CMYK:
(48,0,28,37)
C48M0Y28K37 
(48%,0%,28%,37%)
(0.48/0.00/0.28/0.37)	

CMYK yüzdeleri

%48.13
%0
%27.5
%37.25

Codes

Color #53A074 in popluar color models

53A074
RGB83160116
HSL146°31.69%47.65%
HSB/HSV146°48.13%62.75%
CMYK48.13%0.00%27.50%
37.25%

Color #53A074 in popluar number systems.

HEX53A074
Decimal83160116
Binary1010011101000001110100
Octal123240164

Shades and tints

Shades of #53A074

#53A074
(83,160,116)
#4C926A
(76,146,106)
#458460
(69,132,96)
#3E7656
(62,118,86)
#37684C
(55,104,76)
#305A42
(48,90,66)
#294C38
(41,76,56)
#223E2E
(34,62,46)
#1B3024
(27,48,36)
#14221A
(20,34,26)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #53A074

#53A074
(83,160,116)
#62A880
(98,168,128)
#71B08C
(113,176,140)
#80B898
(128,184,152)
#8FC0A4
(143,192,164)
#9EC8B0
(158,200,176)
#ADD0BC
(173,208,188)
#BCD8C8
(188,216,200)
#CBE0D4
(203,224,212)
#DAE8E0
(218,232,224)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A074 color. Also use rgb(83,160,116) instead hex code.

Text Font Color

.myTextColor { color: #53A074; }

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

This text font color is #53A074.


Background Color

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

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

This div background color is #53A074.


Border color

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

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

This div border color is #53A074.


Opacity

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

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

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

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

This text has shadow with #53A074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A074 on black background.


Color preview on white background

This text has color #53A074 on white background.



Black color preview on #53A074 background

This text has black color on #53A074 background.


White color preview on #53A074 background

This text has white color on #53A074 background.