COLOR #4A514C

HEX: #4A514C
RGB: (74,81,76)

Color info

#4A514C contains red, green and blue colors in about the same proportion. Web safe color of #4A514C is #336633 (or #363).

RGB color model

#4A514C color RGB value is (74,81,76).

  • red value is 74;
  • green value is 81;
  • blue value is 76.
RGB:
(74,81,76)
(29%,32%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 76 of 255 = 30%

74
81
76

R + G + B ~ 30%. #4A514C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 76 = 231 (100%)
R 74 of 231 ~ 32.03%
G 81 of 231 ~ 35.06%
B 76 of 231 ~ 32.9%

%32.03
%35.06
%32.9

CMYK color model

#4A514C color CMYK value is (9,0,6,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 68.24%
CMYK:
(9,0,6,68)
C9M0Y6K68 
(9%,0%,6%,68%)
(0.09/0.00/0.06/0.68)	

CMYK percentages

%8.64
%0
%6.17
%68.24

Codes

Color #4A514C in popluar color models

4A514C
RGB748176
HSL137°4.52%30.39%
HSB/HSV137°8.64%31.76%
CMYK8.64%0.00%6.17%
68.24%

Color #4A514C in popluar number systems.

HEX4A514C
Decimal748176
Binary100101010100011001100
Octal112121114

Shades and tints

Shades of #4A514C

#4A514C
(74,81,76)
#444A46
(68,74,70)
#3E4340
(62,67,64)
#383C3A
(56,60,58)
#323534
(50,53,52)
#2C2E2E
(44,46,46)
#262728
(38,39,40)
#202022
(32,32,34)
#1A191C
(26,25,28)
#141216
(20,18,22)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #4A514C

#4A514C
(74,81,76)
#5A605C
(90,96,92)
#6A6F6C
(106,111,108)
#7A7E7C
(122,126,124)
#8A8D8C
(138,141,140)
#9A9C9C
(154,156,156)
#AAABAC
(170,171,172)
#BABABC
(186,186,188)
#CAC9CC
(202,201,204)
#DAD8DC
(218,216,220)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A514C color. Also use rgb(74,81,76) instead hex code.

Text Font Color

.myTextColor { color: #4A514C; }

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

This text font color is #4A514C.


Background Color

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

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

This div background color is #4A514C.


Border color

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

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

This div border color is #4A514C.


Opacity

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

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

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

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

This text has shadow with #4A514C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A514C on black background.


Color preview on white background

This text has color #4A514C on white background.



Black color preview on #4A514C background

This text has black color on #4A514C background.


White color preview on #4A514C background

This text has white color on #4A514C background.