COLOR #4CB385

HEX: #4CB385
RGB: (76,179,133)

Color info

#4CB385 contains mainly green and blue colors. Web safe color of #4CB385 is #339999 (or #399).

RGB color model

#4CB385 color RGB value is (76,179,133).

  • red value is 76;
  • green value is 179;
  • blue value is 133.
RGB:
(76,179,133)
(30%,70%,52%)

RGB channels and saturation

R 76 of 255 = 30%
G 179 of 255 = 70%
B 133 of 255 = 52%

76
179
133

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

Portions of RGB colors in percentages

R + G + B =
76 + 179 + 133 = 388 (100%)
R 76 of 388 ~ 19.59%
G 179 of 388 ~ 46.13%
B 133 of 388 ~ 34.28%

%19.59
%46.13
%34.28

CMYK color model

#4CB385 color CMYK value is (58,0,26,30).

  • cyan value is 57.54%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(58,0,26,30)
C58M0Y26K30 
(58%,0%,26%,30%)
(0.58/0.00/0.26/0.30)	

CMYK percentages

%57.54
%0
%25.7
%29.8

Codes

Color #4CB385 in popluar color models

4CB385
RGB76179133
HSL153°40.39%50.00%
HSB/HSV153°57.54%70.20%
CMYK57.54%0.00%25.70%
29.80%

Color #4CB385 in popluar number systems.

HEX4CB385
Decimal76179133
Binary10011001011001110000101
Octal114263205

Shades and tints

Shades of #4CB385

#4CB385
(76,179,133)
#46A379
(70,163,121)
#40936D
(64,147,109)
#3A8361
(58,131,97)
#347355
(52,115,85)
#2E6349
(46,99,73)
#28533D
(40,83,61)
#224331
(34,67,49)
#1C3325
(28,51,37)
#162319
(22,35,25)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #4CB385

#4CB385
(76,179,133)
#5CB990
(92,185,144)
#6CBF9B
(108,191,155)
#7CC5A6
(124,197,166)
#8CCBB1
(140,203,177)
#9CD1BC
(156,209,188)
#ACD7C7
(172,215,199)
#BCDDD2
(188,221,210)
#CCE3DD
(204,227,221)
#DCE9E8
(220,233,232)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB385 color. Also use rgb(76,179,133) instead hex code.

Text Font Color

.myTextColor { color: #4CB385; }

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

This text font color is #4CB385.


Background Color

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

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

This div background color is #4CB385.


Border color

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

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

This div border color is #4CB385.


Opacity

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

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

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

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

This text has shadow with #4CB385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB385 on black background.


Color preview on white background

This text has color #4CB385 on white background.



Black color preview on #4CB385 background

This text has black color on #4CB385 background.


White color preview on #4CB385 background

This text has white color on #4CB385 background.