COLOR #4CA267

HEX: #4CA267
RGB: (76,162,103)

Color info

#4CA267 contains mainly green and blue colors. Web safe color of #4CA267 is #339966 (or #396).

RGB color model

#4CA267 color RGB value is (76,162,103).

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

RGB channels and saturation

R 76 of 255 = 30%
G 162 of 255 = 64%
B 103 of 255 = 40%

76
162
103

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

Portions of RGB colors in percentages

R + G + B =
76 + 162 + 103 = 341 (100%)
R 76 of 341 ~ 22.29%
G 162 of 341 ~ 47.51%
B 103 of 341 ~ 30.21%

%22.29
%47.51
%30.21

CMYK color model

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

  • cyan value is 53.09%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 36.47%
CMYK:
(53,0,36,36)
C53M0Y36K36 
(53%,0%,36%,36%)
(0.53/0.00/0.36/0.36)	

CMYK percentages

%53.09
%0
%36.42
%36.47

Codes

Color #4CA267 in popluar color models

4CA267
RGB76162103
HSL139°36.13%46.67%
HSB/HSV139°53.09%63.53%
CMYK53.09%0.00%36.42%
36.47%

Color #4CA267 in popluar number systems.

HEX4CA267
Decimal76162103
Binary1001100101000101100111
Octal114242147

Shades and tints

Shades of #4CA267

#4CA267
(76,162,103)
#46945E
(70,148,94)
#408655
(64,134,85)
#3A784C
(58,120,76)
#346A43
(52,106,67)
#2E5C3A
(46,92,58)
#284E31
(40,78,49)
#224028
(34,64,40)
#1C321F
(28,50,31)
#162416
(22,36,22)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #4CA267

#4CA267
(76,162,103)
#5CAA74
(92,170,116)
#6CB281
(108,178,129)
#7CBA8E
(124,186,142)
#8CC29B
(140,194,155)
#9CCAA8
(156,202,168)
#ACD2B5
(172,210,181)
#BCDAC2
(188,218,194)
#CCE2CF
(204,226,207)
#DCEADC
(220,234,220)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA267; }

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

This text font color is #4CA267.


Background Color

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

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

This div background color is #4CA267.


Border color

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

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

This div border color is #4CA267.


Opacity

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

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

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

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

This text has shadow with #4CA267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA267 on black background.


Color preview on white background

This text has color #4CA267 on white background.



Black color preview on #4CA267 background

This text has black color on #4CA267 background.


White color preview on #4CA267 background

This text has white color on #4CA267 background.