COLOR #4DB535

HEX: #4DB535
RGB: (77,181,53)

Color info

#4DB535 contains mainly green color. Web safe color of #4DB535 is #33CC33 (or #3C3).

RGB color model

#4DB535 color RGB value is (77,181,53).

  • red value is 77;
  • green value is 181;
  • blue value is 53.
RGB:
(77,181,53)
(30%,71%,21%)

RGB channels and saturation

R 77 of 255 = 30%
G 181 of 255 = 71%
B 53 of 255 = 21%

77
181
53

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

Portions of RGB colors in percentages

R + G + B =
77 + 181 + 53 = 311 (100%)
R 77 of 311 ~ 24.76%
G 181 of 311 ~ 58.2%
B 53 of 311 ~ 17.04%

%24.76
%58.2
%17.04

CMYK color model

#4DB535 color CMYK value is (57,0,71,29).

  • cyan value is 57.46%
  • magenta value is 0.00%
  • yellow value is 70.72%
  • key color value is 29.02%
CMYK:
(57,0,71,29)
C57M0Y71K29 
(57%,0%,71%,29%)
(0.57/0.00/0.71/0.29)	

CMYK percentages

%57.46
%0
%70.72
%29.02

Codes

Color #4DB535 in popluar color models

4DB535
RGB7718153
HSL109°54.70%45.88%
HSB/HSV109°70.72%70.98%
CMYK57.46%0.00%70.72%
29.02%

Color #4DB535 in popluar number systems.

HEX4DB535
Decimal7718153
Binary100110110110101110101
Octal11526565

Shades and tints

Shades of #4DB535

#4DB535
(77,181,53)
#46A531
(70,165,49)
#3F952D
(63,149,45)
#388529
(56,133,41)
#317525
(49,117,37)
#2A6521
(42,101,33)
#23551D
(35,85,29)
#1C4519
(28,69,25)
#153515
(21,53,21)
#0E2511
(14,37,17)
#07150D
(7,21,13)
#000000
(0,0,0)

Tints of #4DB535

#4DB535
(77,181,53)
#5DBB47
(93,187,71)
#6DC159
(109,193,89)
#7DC76B
(125,199,107)
#8DCD7D
(141,205,125)
#9DD38F
(157,211,143)
#ADD9A1
(173,217,161)
#BDDFB3
(189,223,179)
#CDE5C5
(205,229,197)
#DDEBD7
(221,235,215)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB535 color. Also use rgb(77,181,53) instead hex code.

Text Font Color

.myTextColor { color: #4DB535; }

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

This text font color is #4DB535.


Background Color

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

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

This div background color is #4DB535.


Border color

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

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

This div border color is #4DB535.


Opacity

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

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

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

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

This text has shadow with #4DB535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB535 on black background.


Color preview on white background

This text has color #4DB535 on white background.



Black color preview on #4DB535 background

This text has black color on #4DB535 background.


White color preview on #4DB535 background

This text has white color on #4DB535 background.