COLOR #4CA263

HEX: #4CA263
RGB: (76,162,99)

Color info

#4CA263 contains mainly green color. Web safe color of #4CA263 is #339966 (or #396).

RGB color model

#4CA263 color RGB value is (76,162,99).

  • red value is 76;
  • green value is 162;
  • blue value is 99.
RGB:
(76,162,99)
(30%,64%,39%)

RGB channels and saturation

R 76 of 255 = 30%
G 162 of 255 = 64%
B 99 of 255 = 39%

76
162
99

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

Portions of RGB colors in percentages

R + G + B =
76 + 162 + 99 = 337 (100%)
R 76 of 337 ~ 22.55%
G 162 of 337 ~ 48.07%
B 99 of 337 ~ 29.38%

%22.55
%48.07
%29.38

CMYK color model

#4CA263 color CMYK value is (53,0,39,36).

  • cyan value is 53.09%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK:
(53,0,39,36)
C53M0Y39K36 
(53%,0%,39%,36%)
(0.53/0.00/0.39/0.36)	

CMYK percentages

%53.09
%0
%38.89
%36.47

Codes

Color #4CA263 in popluar color models

4CA263
RGB7616299
HSL136°36.13%46.67%
HSB/HSV136°53.09%63.53%
CMYK53.09%0.00%38.89%
36.47%

Color #4CA263 in popluar number systems.

HEX4CA263
Decimal7616299
Binary1001100101000101100011
Octal114242143

Shades and tints

Shades of #4CA263

#4CA263
(76,162,99)
#46945A
(70,148,90)
#408651
(64,134,81)
#3A7848
(58,120,72)
#346A3F
(52,106,63)
#2E5C36
(46,92,54)
#284E2D
(40,78,45)
#224024
(34,64,36)
#1C321B
(28,50,27)
#162412
(22,36,18)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #4CA263

#4CA263
(76,162,99)
#5CAA71
(92,170,113)
#6CB27F
(108,178,127)
#7CBA8D
(124,186,141)
#8CC29B
(140,194,155)
#9CCAA9
(156,202,169)
#ACD2B7
(172,210,183)
#BCDAC5
(188,218,197)
#CCE2D3
(204,226,211)
#DCEAE1
(220,234,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA263 color. Also use rgb(76,162,99) instead hex code.

Text Font Color

.myTextColor { color: #4CA263; }

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

This text font color is #4CA263.


Background Color

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

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

This div background color is #4CA263.


Border color

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

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

This div border color is #4CA263.


Opacity

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

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

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

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

This text has shadow with #4CA263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA263 on black background.


Color preview on white background

This text has color #4CA263 on white background.



Black color preview on #4CA263 background

This text has black color on #4CA263 background.


White color preview on #4CA263 background

This text has white color on #4CA263 background.