COLOR #4C9168

HEX: #4C9168
RGB: (76,145,104)

Color info

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

RGB color model

#4C9168 color RGB value is (76,145,104).

  • red value is 76;
  • green value is 145;
  • blue value is 104.
RGB:
(76,145,104)
(30%,57%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 145 of 255 = 57%
B 104 of 255 = 41%

76
145
104

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

Portions of RGB colors in percentages

R + G + B =
76 + 145 + 104 = 325 (100%)
R 76 of 325 ~ 23.38%
G 145 of 325 ~ 44.62%
B 104 of 325 ~ 32%

%23.38
%44.62
%32

CMYK color model

#4C9168 color CMYK value is (48,0,28,43).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 43.14%
CMYK:
(48,0,28,43)
C48M0Y28K43 
(48%,0%,28%,43%)
(0.48/0.00/0.28/0.43)	

CMYK percentages

%47.59
%0
%28.28
%43.14

Codes

Color #4C9168 in popluar color models

4C9168
RGB76145104
HSL144°31.22%43.33%
HSB/HSV144°47.59%56.86%
CMYK47.59%0.00%28.28%
43.14%

Color #4C9168 in popluar number systems.

HEX4C9168
Decimal76145104
Binary1001100100100011101000
Octal114221150

Shades and tints

Shades of #4C9168

#4C9168
(76,145,104)
#46845F
(70,132,95)
#407756
(64,119,86)
#3A6A4D
(58,106,77)
#345D44
(52,93,68)
#2E503B
(46,80,59)
#284332
(40,67,50)
#223629
(34,54,41)
#1C2920
(28,41,32)
#161C17
(22,28,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C9168

#4C9168
(76,145,104)
#5C9B75
(92,155,117)
#6CA582
(108,165,130)
#7CAF8F
(124,175,143)
#8CB99C
(140,185,156)
#9CC3A9
(156,195,169)
#ACCDB6
(172,205,182)
#BCD7C3
(188,215,195)
#CCE1D0
(204,225,208)
#DCEBDD
(220,235,221)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9168 color. Also use rgb(76,145,104) instead hex code.

Text Font Color

.myTextColor { color: #4C9168; }

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

This text font color is #4C9168.


Background Color

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

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

This div background color is #4C9168.


Border color

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

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

This div border color is #4C9168.


Opacity

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

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

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

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

This text has shadow with #4C9168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9168 on black background.


Color preview on white background

This text has color #4C9168 on white background.



Black color preview on #4C9168 background

This text has black color on #4C9168 background.


White color preview on #4C9168 background

This text has white color on #4C9168 background.