COLOR #4CB85A

HEX: #4CB85A
RGB: (76,184,90)

Color info

#4CB85A contains mainly green color. Web safe color of #4CB85A is #33CC66 (or #3C6).

RGB color model

#4CB85A color RGB value is (76,184,90).

  • red value is 76;
  • green value is 184;
  • blue value is 90.
RGB:
(76,184,90)
(30%,72%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 184 of 255 = 72%
B 90 of 255 = 35%

76
184
90

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

Portions of RGB colors in percentages

R + G + B =
76 + 184 + 90 = 350 (100%)
R 76 of 350 ~ 21.71%
G 184 of 350 ~ 52.57%
B 90 of 350 ~ 25.71%

%21.71
%52.57
%25.71

CMYK color model

#4CB85A color CMYK value is (59,0,51,28).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 51.09%
  • key color value is 27.84%
CMYK:
(59,0,51,28)
C59M0Y51K28 
(59%,0%,51%,28%)
(0.59/0.00/0.51/0.28)	

CMYK percentages

%58.7
%0
%51.09
%27.84

Codes

Color #4CB85A in popluar color models

4CB85A
RGB7618490
HSL128°43.20%50.98%
HSB/HSV128°58.70%72.16%
CMYK58.70%0.00%51.09%
27.84%

Color #4CB85A in popluar number systems.

HEX4CB85A
Decimal7618490
Binary1001100101110001011010
Octal114270132

Shades and tints

Shades of #4CB85A

#4CB85A
(76,184,90)
#46A852
(70,168,82)
#40984A
(64,152,74)
#3A8842
(58,136,66)
#34783A
(52,120,58)
#2E6832
(46,104,50)
#28582A
(40,88,42)
#224822
(34,72,34)
#1C381A
(28,56,26)
#162812
(22,40,18)
#10180A
(16,24,10)
#000000
(0,0,0)

Tints of #4CB85A

#4CB85A
(76,184,90)
#5CBE69
(92,190,105)
#6CC478
(108,196,120)
#7CCA87
(124,202,135)
#8CD096
(140,208,150)
#9CD6A5
(156,214,165)
#ACDCB4
(172,220,180)
#BCE2C3
(188,226,195)
#CCE8D2
(204,232,210)
#DCEEE1
(220,238,225)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB85A color. Also use rgb(76,184,90) instead hex code.

Text Font Color

.myTextColor { color: #4CB85A; }

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

This text font color is #4CB85A.


Background Color

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

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

This div background color is #4CB85A.


Border color

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

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

This div border color is #4CB85A.


Opacity

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

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

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

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

This text has shadow with #4CB85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB85A on black background.


Color preview on white background

This text has color #4CB85A on white background.



Black color preview on #4CB85A background

This text has black color on #4CB85A background.


White color preview on #4CB85A background

This text has white color on #4CB85A background.