COLOR #4DB754

HEX: #4DB754
RGB: (77,183,84)

Renk bilgisi

#4DB754 contains mainly green color. #4DB754 ‘ nin web güvenlik rengi #33CC66 (ya da #3C6) dir.

RGB renk modeli

#4DB754 color RGB value is (77,183,84).

  • kırmız ton 77;
  • yeşil ton 183;
  • mavi ton 84.
RGB:
(77,183,84)
(30%,72%,33%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 183 of 255 = 72%
B 84 of 255 = 33%

77
183
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 183 + 84 = 344 (100%)
R 77 of 344 ~ 22.38%
G 183 of 344 ~ 53.2%
B 84 of 344 ~ 24.42%

%22.38
%53.2
%24.42

CMYK RENK MODELİ

#4DB754 rengi CMYK tonu (58,0,54,28).

  • camgöbeği tonu 57.92%
  • eflatun tonu 0.00%
  • sarı tonu 54.10%
  • ana renk tonu 28.24%
CMYK:
(58,0,54,28)
C58M0Y54K28 
(58%,0%,54%,28%)
(0.58/0.00/0.54/0.28)	

CMYK yüzdeleri

%57.92
%0
%54.1
%28.24

Codes

Color #4DB754 in popluar color models

4DB754
RGB7718384
HSL124°42.40%50.98%
HSB/HSV124°57.92%71.76%
CMYK57.92%0.00%54.10%
28.24%

Color #4DB754 in popluar number systems.

HEX4DB754
Decimal7718384
Binary1001101101101111010100
Octal115267124

Shades and tints

Shades of #4DB754

#4DB754
(77,183,84)
#46A74D
(70,167,77)
#3F9746
(63,151,70)
#38873F
(56,135,63)
#317738
(49,119,56)
#2A6731
(42,103,49)
#23572A
(35,87,42)
#1C4723
(28,71,35)
#15371C
(21,55,28)
#0E2715
(14,39,21)
#07170E
(7,23,14)
#000000
(0,0,0)

Tints of #4DB754

#4DB754
(77,183,84)
#5DBD63
(93,189,99)
#6DC372
(109,195,114)
#7DC981
(125,201,129)
#8DCF90
(141,207,144)
#9DD59F
(157,213,159)
#ADDBAE
(173,219,174)
#BDE1BD
(189,225,189)
#CDE7CC
(205,231,204)
#DDEDDB
(221,237,219)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB754 color. Also use rgb(77,183,84) instead hex code.

Text Font Color

.myTextColor { color: #4DB754; }

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

This text font color is #4DB754.


Background Color

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

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

This div background color is #4DB754.


Border color

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

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

This div border color is #4DB754.


Opacity

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

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

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

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

This text has shadow with #4DB754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB754 on black background.


Color preview on white background

This text has color #4DB754 on white background.



Black color preview on #4DB754 background

This text has black color on #4DB754 background.


White color preview on #4DB754 background

This text has white color on #4DB754 background.