COLOR #4A5142

HEX: #4A5142
RGB: (74,81,66)

Color info

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

RGB color model

#4A5142 color RGB value is (74,81,66).

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

RGB channels and saturation

R 74 of 255 = 29%
G 81 of 255 = 32%
B 66 of 255 = 26%

74
81
66

R + G + B ~ 29%. #4A5142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 81 + 66 = 221 (100%)
R 74 of 221 ~ 33.48%
G 81 of 221 ~ 36.65%
B 66 of 221 ~ 29.86%

%33.48
%36.65
%29.86

CMYK color model

#4A5142 color CMYK value is (9,0,19,68).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 68.24%
CMYK:
(9,0,19,68)
C9M0Y19K68 
(9%,0%,19%,68%)
(0.09/0.00/0.19/0.68)	

CMYK percentages

%8.64
%0
%18.52
%68.24

Codes

Color #4A5142 in popluar color models

4A5142
RGB748166
HSL88°10.20%28.82%
HSB/HSV88°18.52%31.76%
CMYK8.64%0.00%18.52%
68.24%

Color #4A5142 in popluar number systems.

HEX4A5142
Decimal748166
Binary100101010100011000010
Octal112121102

Shades and tints

Shades of #4A5142

#4A5142
(74,81,66)
#444A3C
(68,74,60)
#3E4336
(62,67,54)
#383C30
(56,60,48)
#32352A
(50,53,42)
#2C2E24
(44,46,36)
#26271E
(38,39,30)
#202018
(32,32,24)
#1A1912
(26,25,18)
#14120C
(20,18,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #4A5142

#4A5142
(74,81,66)
#5A6053
(90,96,83)
#6A6F64
(106,111,100)
#7A7E75
(122,126,117)
#8A8D86
(138,141,134)
#9A9C97
(154,156,151)
#AAABA8
(170,171,168)
#BABAB9
(186,186,185)
#CAC9CA
(202,201,202)
#DAD8DB
(218,216,219)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5142; }

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

This text font color is #4A5142.


Background Color

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

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

This div background color is #4A5142.


Border color

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

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

This div border color is #4A5142.


Opacity

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

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

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

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

This text has shadow with #4A5142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5142 on black background.


Color preview on white background

This text has color #4A5142 on white background.



Black color preview on #4A5142 background

This text has black color on #4A5142 background.


White color preview on #4A5142 background

This text has white color on #4A5142 background.