COLOR #4A332A

HEX: #4A332A
RGB: (74,51,42)

Color info

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

RGB color model

#4A332A color RGB value is (74,51,42).

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

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 42 of 255 = 16%

74
51
42

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

Portions of RGB colors in percentages

R + G + B =
74 + 51 + 42 = 167 (100%)
R 74 of 167 ~ 44.31%
G 51 of 167 ~ 30.54%
B 42 of 167 ~ 25.15%

%44.31
%30.54
%25.15

CMYK color model

#4A332A color CMYK value is (0,31,43,71).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 43.24%
  • key color value is 70.98%
CMYK:
(0,31,43,71)
C0M31Y43K71 
(0%,31%,43%,71%)
(0.00/0.31/0.43/0.71)	

CMYK percentages

%0
%31.08
%43.24
%70.98

Codes

Color #4A332A in popluar color models

4A332A
RGB745142
HSL17°27.59%22.75%
HSB/HSV17°43.24%29.02%
CMYK0.00%31.08%43.24%
70.98%

Color #4A332A in popluar number systems.

HEX4A332A
Decimal745142
Binary1001010110011101010
Octal1126352

Shades and tints

Shades of #4A332A

#4A332A
(74,51,42)
#442F27
(68,47,39)
#3E2B24
(62,43,36)
#382721
(56,39,33)
#32231E
(50,35,30)
#2C1F1B
(44,31,27)
#261B18
(38,27,24)
#201715
(32,23,21)
#1A1312
(26,19,18)
#140F0F
(20,15,15)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #4A332A

#4A332A
(74,51,42)
#5A453D
(90,69,61)
#6A5750
(106,87,80)
#7A6963
(122,105,99)
#8A7B76
(138,123,118)
#9A8D89
(154,141,137)
#AA9F9C
(170,159,156)
#BAB1AF
(186,177,175)
#CAC3C2
(202,195,194)
#DAD5D5
(218,213,213)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A332A; }

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

This text font color is #4A332A.


Background Color

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

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

This div background color is #4A332A.


Border color

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

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

This div border color is #4A332A.


Opacity

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

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

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

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

This text has shadow with #4A332A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A332A on black background.


Color preview on white background

This text has color #4A332A on white background.



Black color preview on #4A332A background

This text has black color on #4A332A background.


White color preview on #4A332A background

This text has white color on #4A332A background.