COLOR #4C8274

HEX: #4C8274
RGB: (76,130,116)

Color info

#4C8274 contains red, green and blue colors in about the same proportion. Web safe color of #4C8274 is #339966 (or #396).

RGB color model

#4C8274 color RGB value is (76,130,116).

  • red value is 76;
  • green value is 130;
  • blue value is 116.
RGB:
(76,130,116)
(30%,51%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 130 of 255 = 51%
B 116 of 255 = 45%

76
130
116

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

Portions of RGB colors in percentages

R + G + B =
76 + 130 + 116 = 322 (100%)
R 76 of 322 ~ 23.6%
G 130 of 322 ~ 40.37%
B 116 of 322 ~ 36.02%

%23.6
%40.37
%36.02

CMYK color model

#4C8274 color CMYK value is (42,0,11,49).

  • cyan value is 41.54%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 49.02%
CMYK:
(42,0,11,49)
C42M0Y11K49 
(42%,0%,11%,49%)
(0.42/0.00/0.11/0.49)	

CMYK percentages

%41.54
%0
%10.77
%49.02

Codes

Color #4C8274 in popluar color models

4C8274
RGB76130116
HSL164°26.21%40.39%
HSB/HSV164°41.54%50.98%
CMYK41.54%0.00%10.77%
49.02%

Color #4C8274 in popluar number systems.

HEX4C8274
Decimal76130116
Binary1001100100000101110100
Octal114202164

Shades and tints

Shades of #4C8274

#4C8274
(76,130,116)
#46776A
(70,119,106)
#406C60
(64,108,96)
#3A6156
(58,97,86)
#34564C
(52,86,76)
#2E4B42
(46,75,66)
#284038
(40,64,56)
#22352E
(34,53,46)
#1C2A24
(28,42,36)
#161F1A
(22,31,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #4C8274

#4C8274
(76,130,116)
#5C8D80
(92,141,128)
#6C988C
(108,152,140)
#7CA398
(124,163,152)
#8CAEA4
(140,174,164)
#9CB9B0
(156,185,176)
#ACC4BC
(172,196,188)
#BCCFC8
(188,207,200)
#CCDAD4
(204,218,212)
#DCE5E0
(220,229,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8274 color. Also use rgb(76,130,116) instead hex code.

Text Font Color

.myTextColor { color: #4C8274; }

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

This text font color is #4C8274.


Background Color

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

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

This div background color is #4C8274.


Border color

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

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

This div border color is #4C8274.


Opacity

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

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

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

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

This text has shadow with #4C8274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8274 on black background.


Color preview on white background

This text has color #4C8274 on white background.



Black color preview on #4C8274 background

This text has black color on #4C8274 background.


White color preview on #4C8274 background

This text has white color on #4C8274 background.