COLOR #4A312F

HEX: #4A312F
RGB: (74,49,47)

Color info

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

RGB color model

#4A312F color RGB value is (74,49,47).

  • red value is 74;
  • green value is 49;
  • blue value is 47.
RGB:
(74,49,47)
(29%,19%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 47 of 255 = 18%

74
49
47

R + G + B ~ 22%. #4A312F is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 47 = 170 (100%)
R 74 of 170 ~ 43.53%
G 49 of 170 ~ 28.82%
B 47 of 170 ~ 27.65%

%43.53
%28.82
%27.65

CMYK color model

#4A312F color CMYK value is (0,34,36,71).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 36.49%
  • key color value is 70.98%
CMYK:
(0,34,36,71)
C0M34Y36K71 
(0%,34%,36%,71%)
(0.00/0.34/0.36/0.71)	

CMYK percentages

%0
%33.78
%36.49
%70.98

Codes

Color #4A312F in popluar color models

4A312F
RGB744947
HSL22.31%23.73%
HSB/HSV36.49%29.02%
CMYK0.00%33.78%36.49%
70.98%

Color #4A312F in popluar number systems.

HEX4A312F
Decimal744947
Binary1001010110001101111
Octal1126157

Shades and tints

Shades of #4A312F

#4A312F
(74,49,47)
#442D2B
(68,45,43)
#3E2927
(62,41,39)
#382523
(56,37,35)
#32211F
(50,33,31)
#2C1D1B
(44,29,27)
#261917
(38,25,23)
#201513
(32,21,19)
#1A110F
(26,17,15)
#140D0B
(20,13,11)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #4A312F

#4A312F
(74,49,47)
#5A4341
(90,67,65)
#6A5553
(106,85,83)
#7A6765
(122,103,101)
#8A7977
(138,121,119)
#9A8B89
(154,139,137)
#AA9D9B
(170,157,155)
#BAAFAD
(186,175,173)
#CAC1BF
(202,193,191)
#DAD3D1
(218,211,209)
#EAE5E3
(234,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A312F color. Also use rgb(74,49,47) instead hex code.

Text Font Color

.myTextColor { color: #4A312F; }

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

This text font color is #4A312F.


Background Color

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

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

This div background color is #4A312F.


Border color

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

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

This div border color is #4A312F.


Opacity

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

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

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

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

This text has shadow with #4A312F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A312F on black background.


Color preview on white background

This text has color #4A312F on white background.



Black color preview on #4A312F background

This text has black color on #4A312F background.


White color preview on #4A312F background

This text has white color on #4A312F background.