COLOR #4A614C

HEX: #4A614C
RGB: (74,97,76)

Color info

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

RGB color model

#4A614C color RGB value is (74,97,76).

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

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 76 of 255 = 30%

74
97
76

R + G + B ~ 32%. #4A614C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 76 = 247 (100%)
R 74 of 247 ~ 29.96%
G 97 of 247 ~ 39.27%
B 76 of 247 ~ 30.77%

%29.96
%39.27
%30.77

CMYK color model

#4A614C color CMYK value is (24,0,22,62).

  • cyan value is 23.71%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(24,0,22,62)
C24M0Y22K62 
(24%,0%,22%,62%)
(0.24/0.00/0.22/0.62)	

CMYK percentages

%23.71
%0
%21.65
%61.96

Codes

Color #4A614C in popluar color models

4A614C
RGB749776
HSL125°13.45%33.53%
HSB/HSV125°23.71%38.04%
CMYK23.71%0.00%21.65%
61.96%

Color #4A614C in popluar number systems.

HEX4A614C
Decimal749776
Binary100101011000011001100
Octal112141114

Shades and tints

Shades of #4A614C

#4A614C
(74,97,76)
#445946
(68,89,70)
#3E5140
(62,81,64)
#38493A
(56,73,58)
#324134
(50,65,52)
#2C392E
(44,57,46)
#263128
(38,49,40)
#202922
(32,41,34)
#1A211C
(26,33,28)
#141916
(20,25,22)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #4A614C

#4A614C
(74,97,76)
#5A6F5C
(90,111,92)
#6A7D6C
(106,125,108)
#7A8B7C
(122,139,124)
#8A998C
(138,153,140)
#9AA79C
(154,167,156)
#AAB5AC
(170,181,172)
#BAC3BC
(186,195,188)
#CAD1CC
(202,209,204)
#DADFDC
(218,223,220)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A614C; }

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

This text font color is #4A614C.


Background Color

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

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

This div background color is #4A614C.


Border color

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

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

This div border color is #4A614C.


Opacity

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

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

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

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

This text has shadow with #4A614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A614C on black background.


Color preview on white background

This text has color #4A614C on white background.



Black color preview on #4A614C background

This text has black color on #4A614C background.


White color preview on #4A614C background

This text has white color on #4A614C background.