COLOR #4A332F

HEX: #4A332F
RGB: (74,51,47)

Color info

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

RGB color model

#4A332F color RGB value is (74,51,47).

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

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 47 of 255 = 18%

74
51
47

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

Portions of RGB colors in percentages

R + G + B =
74 + 51 + 47 = 172 (100%)
R 74 of 172 ~ 43.02%
G 51 of 172 ~ 29.65%
B 47 of 172 ~ 27.33%

%43.02
%29.65
%27.33

CMYK color model

#4A332F color CMYK value is (0,31,36,71).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 36.49%
  • key color value is 70.98%
CMYK:
(0,31,36,71)
C0M31Y36K71 
(0%,31%,36%,71%)
(0.00/0.31/0.36/0.71)	

CMYK percentages

%0
%31.08
%36.49
%70.98

Codes

Color #4A332F in popluar color models

4A332F
RGB745147
HSL22.31%23.73%
HSB/HSV36.49%29.02%
CMYK0.00%31.08%36.49%
70.98%

Color #4A332F in popluar number systems.

HEX4A332F
Decimal745147
Binary1001010110011101111
Octal1126357

Shades and tints

Shades of #4A332F

#4A332F
(74,51,47)
#442F2B
(68,47,43)
#3E2B27
(62,43,39)
#382723
(56,39,35)
#32231F
(50,35,31)
#2C1F1B
(44,31,27)
#261B17
(38,27,23)
#201713
(32,23,19)
#1A130F
(26,19,15)
#140F0B
(20,15,11)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #4A332F

#4A332F
(74,51,47)
#5A4541
(90,69,65)
#6A5753
(106,87,83)
#7A6965
(122,105,101)
#8A7B77
(138,123,119)
#9A8D89
(154,141,137)
#AA9F9B
(170,159,155)
#BAB1AD
(186,177,173)
#CAC3BF
(202,195,191)
#DAD5D1
(218,213,209)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A332F; }

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

This text font color is #4A332F.


Background Color

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

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

This div background color is #4A332F.


Border color

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

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

This div border color is #4A332F.


Opacity

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

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

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

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

This text has shadow with #4A332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A332F on black background.


Color preview on white background

This text has color #4A332F on white background.



Black color preview on #4A332F background

This text has black color on #4A332F background.


White color preview on #4A332F background

This text has white color on #4A332F background.