COLOR #4CA753

HEX: #4CA753
RGB: (76,167,83)

Renk bilgisi

#4CA753 contains mainly green color. #4CA753 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4CA753 color RGB value is (76,167,83).

  • kırmız ton 76;
  • yeşil ton 167;
  • mavi ton 83.
RGB:
(76,167,83)
(30%,65%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 167 of 255 = 65%
B 83 of 255 = 33%

76
167
83

R + G + B ~ 43%. #4CA753 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 167 + 83 = 326 (100%)
R 76 of 326 ~ 23.31%
G 167 of 326 ~ 51.23%
B 83 of 326 ~ 25.46%

%23.31
%51.23
%25.46

CMYK RENK MODELİ

#4CA753 rengi CMYK tonu (54,0,50,35).

  • camgöbeği tonu 54.49%
  • eflatun tonu 0.00%
  • sarı tonu 50.30%
  • ana renk tonu 34.51%
CMYK:
(54,0,50,35)
C54M0Y50K35 
(54%,0%,50%,35%)
(0.54/0.00/0.50/0.35)	

CMYK yüzdeleri

%54.49
%0
%50.3
%34.51

Codes

Color #4CA753 in popluar color models

4CA753
RGB7616783
HSL125°37.45%47.65%
HSB/HSV125°54.49%65.49%
CMYK54.49%0.00%50.30%
34.51%

Color #4CA753 in popluar number systems.

HEX4CA753
Decimal7616783
Binary1001100101001111010011
Octal114247123

Shades and tints

Shades of #4CA753

#4CA753
(76,167,83)
#46984C
(70,152,76)
#408945
(64,137,69)
#3A7A3E
(58,122,62)
#346B37
(52,107,55)
#2E5C30
(46,92,48)
#284D29
(40,77,41)
#223E22
(34,62,34)
#1C2F1B
(28,47,27)
#162014
(22,32,20)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4CA753

#4CA753
(76,167,83)
#5CAF62
(92,175,98)
#6CB771
(108,183,113)
#7CBF80
(124,191,128)
#8CC78F
(140,199,143)
#9CCF9E
(156,207,158)
#ACD7AD
(172,215,173)
#BCDFBC
(188,223,188)
#CCE7CB
(204,231,203)
#DCEFDA
(220,239,218)
#ECF7E9
(236,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA753 color. Also use rgb(76,167,83) instead hex code.

Text Font Color

.myTextColor { color: #4CA753; }

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

This text font color is #4CA753.


Background Color

.myBgColor { background-color: #4CA753; }

<div style="background-color:#4CA753">Inner text</div>

This div background color is #4CA753.


Border color

.myBorderColor { border: 1px solid #4CA753; }

<div style="border:3px solid #4CA753">Div</div>

This div border color is #4CA753.


Opacity

.myOpacity80 { color: #4CA753; opacity: 0.8; }

<p style="color:#4CA753;opacity:0.8;">80%</p>

Text with #4CA753 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 #4CA753;}

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

This text has shadow with #4CA753 color.

.textShadow {text-shadow: 3px 3px 1px #4CA753, 3px 3px 1px red;}

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

This text has shadow with #4CA753 primary color and red secondary color.


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

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

This text has shadow with #4CA753 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA753 on black background.


Color preview on white background

This text has color #4CA753 on white background.



Black color preview on #4CA753 background

This text has black color on #4CA753 background.


White color preview on #4CA753 background

This text has white color on #4CA753 background.