COLOR #4A4140

HEX: #4A4140
RGB: (74,65,64)

Color info

#4A4140 contains red, green and blue colors in about the same proportion. Web safe color of #4A4140 is #333333 (or #333).

RGB color model

#4A4140 color RGB value is (74,65,64).

  • red value is 74;
  • green value is 65;
  • blue value is 64.
RGB:
(74,65,64)
(29%,25%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 64 of 255 = 25%

74
65
64

R + G + B ~ 26%. #4A4140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 65 + 64 = 203 (100%)
R 74 of 203 ~ 36.45%
G 65 of 203 ~ 32.02%
B 64 of 203 ~ 31.53%

%36.45
%32.02
%31.53

CMYK color model

#4A4140 color CMYK value is (0,12,14,71).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 13.51%
  • key color value is 70.98%
CMYK:
(0,12,14,71)
C0M12Y14K71 
(0%,12%,14%,71%)
(0.00/0.12/0.14/0.71)	

CMYK percentages

%0
%12.16
%13.51
%70.98

Codes

Color #4A4140 in popluar color models

4A4140
RGB746564
HSL7.25%27.06%
HSB/HSV13.51%29.02%
CMYK0.00%12.16%13.51%
70.98%

Color #4A4140 in popluar number systems.

HEX4A4140
Decimal746564
Binary100101010000011000000
Octal112101100

Shades and tints

Shades of #4A4140

#4A4140
(74,65,64)
#443C3B
(68,60,59)
#3E3736
(62,55,54)
#383231
(56,50,49)
#322D2C
(50,45,44)
#2C2827
(44,40,39)
#262322
(38,35,34)
#201E1D
(32,30,29)
#1A1918
(26,25,24)
#141413
(20,20,19)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A4140

#4A4140
(74,65,64)
#5A5251
(90,82,81)
#6A6362
(106,99,98)
#7A7473
(122,116,115)
#8A8584
(138,133,132)
#9A9695
(154,150,149)
#AAA7A6
(170,167,166)
#BAB8B7
(186,184,183)
#CAC9C8
(202,201,200)
#DADAD9
(218,218,217)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4140 color. Also use rgb(74,65,64) instead hex code.

Text Font Color

.myTextColor { color: #4A4140; }

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

This text font color is #4A4140.


Background Color

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

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

This div background color is #4A4140.


Border color

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

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

This div border color is #4A4140.


Opacity

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

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

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

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

This text has shadow with #4A4140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4140 on black background.


Color preview on white background

This text has color #4A4140 on white background.



Black color preview on #4A4140 background

This text has black color on #4A4140 background.


White color preview on #4A4140 background

This text has white color on #4A4140 background.