COLOR #4A4941

HEX: #4A4941
RGB: (74,73,65)

Color info

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

RGB color model

#4A4941 color RGB value is (74,73,65).

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

RGB channels and saturation

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

74
73
65

R + G + B ~ 28%. #4A4941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 73 + 65 = 212 (100%)
R 74 of 212 ~ 34.91%
G 73 of 212 ~ 34.43%
B 65 of 212 ~ 30.66%

%34.91
%34.43
%30.66

CMYK color model

#4A4941 color CMYK value is (0,1,12,71).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 12.16%
  • key color value is 70.98%
CMYK:
(0,1,12,71)
C0M1Y12K71 
(0%,1%,12%,71%)
(0.00/0.01/0.12/0.71)	

CMYK percentages

%0
%1.35
%12.16
%70.98

Codes

Color #4A4941 in popluar color models

4A4941
RGB747365
HSL53°6.47%27.25%
HSB/HSV53°12.16%29.02%
CMYK0.00%1.35%12.16%
70.98%

Color #4A4941 in popluar number systems.

HEX4A4941
Decimal747365
Binary100101010010011000001
Octal112111101

Shades and tints

Shades of #4A4941

#4A4941
(74,73,65)
#44433C
(68,67,60)
#3E3D37
(62,61,55)
#383732
(56,55,50)
#32312D
(50,49,45)
#2C2B28
(44,43,40)
#262523
(38,37,35)
#201F1E
(32,31,30)
#1A1919
(26,25,25)
#141314
(20,19,20)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #4A4941

#4A4941
(74,73,65)
#5A5952
(90,89,82)
#6A6963
(106,105,99)
#7A7974
(122,121,116)
#8A8985
(138,137,133)
#9A9996
(154,153,150)
#AAA9A7
(170,169,167)
#BAB9B8
(186,185,184)
#CAC9C9
(202,201,201)
#DAD9DA
(218,217,218)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4941; }

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

This text font color is #4A4941.


Background Color

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

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

This div background color is #4A4941.


Border color

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

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

This div border color is #4A4941.


Opacity

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

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

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

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

This text has shadow with #4A4941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4941 on black background.


Color preview on white background

This text has color #4A4941 on white background.



Black color preview on #4A4941 background

This text has black color on #4A4941 background.


White color preview on #4A4941 background

This text has white color on #4A4941 background.