COLOR #4C9367

HEX: #4C9367
RGB: (76,147,103)

Color info

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

RGB color model

#4C9367 color RGB value is (76,147,103).

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

RGB channels and saturation

R 76 of 255 = 30%
G 147 of 255 = 58%
B 103 of 255 = 40%

76
147
103

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

Portions of RGB colors in percentages

R + G + B =
76 + 147 + 103 = 326 (100%)
R 76 of 326 ~ 23.31%
G 147 of 326 ~ 45.09%
B 103 of 326 ~ 31.6%

%23.31
%45.09
%31.6

CMYK color model

#4C9367 color CMYK value is (48,0,30,42).

  • cyan value is 48.30%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 42.35%
CMYK:
(48,0,30,42)
C48M0Y30K42 
(48%,0%,30%,42%)
(0.48/0.00/0.30/0.42)	

CMYK percentages

%48.3
%0
%29.93
%42.35

Codes

Color #4C9367 in popluar color models

4C9367
RGB76147103
HSL143°31.84%43.73%
HSB/HSV143°48.30%57.65%
CMYK48.30%0.00%29.93%
42.35%

Color #4C9367 in popluar number systems.

HEX4C9367
Decimal76147103
Binary1001100100100111100111
Octal114223147

Shades and tints

Shades of #4C9367

#4C9367
(76,147,103)
#46865E
(70,134,94)
#407955
(64,121,85)
#3A6C4C
(58,108,76)
#345F43
(52,95,67)
#2E523A
(46,82,58)
#284531
(40,69,49)
#223828
(34,56,40)
#1C2B1F
(28,43,31)
#161E16
(22,30,22)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C9367

#4C9367
(76,147,103)
#5C9C74
(92,156,116)
#6CA581
(108,165,129)
#7CAE8E
(124,174,142)
#8CB79B
(140,183,155)
#9CC0A8
(156,192,168)
#ACC9B5
(172,201,181)
#BCD2C2
(188,210,194)
#CCDBCF
(204,219,207)
#DCE4DC
(220,228,220)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9367; }

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

This text font color is #4C9367.


Background Color

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

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

This div background color is #4C9367.


Border color

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

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

This div border color is #4C9367.


Opacity

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

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

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

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

This text has shadow with #4C9367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9367 on black background.


Color preview on white background

This text has color #4C9367 on white background.



Black color preview on #4C9367 background

This text has black color on #4C9367 background.


White color preview on #4C9367 background

This text has white color on #4C9367 background.