COLOR #4A332C

HEX: #4A332C RGB: (74,51,44)

Color info

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

RGB color model

#4A332C color RGB value is (74,51,44).

RGB: (74,51,44) (29%, 20%, 17%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 44 of 255 = 17%

74
51
44

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

Portions of RGB colors in percentages

R + G + B = 74 + 51 + 44 = 169 (100%)
R 74 of 169 ~ 43.79%
G 51 of 169 ~ 30.18%
B 44 of 169 ~ 26.04'%

%43.79
%30.18
%26.04

CMYK color model

#4A332C color CMYK value is (0,31,41,71).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 40.54%
  • key color value is 70.98%

CMYK: (0,31,41,71)
C0M31Y41K71 (0%, 31%, 41%, 71%)
(0.00 / 0.31 / 0.41 / 0.71)

CMYK percentages

%0
%31.08
%40.54
%70.98

Codes

Color #4A332C in popluar color models

4A 33 2C
RGB 74 51 44
HSL 14° 25.42% 23.14%
HSB/HSV 14° 40.54% 29.02%
CMYK 0.00% 31.08% 40.54%
70.98%

Color #4A332C in popluar number systems.

HEX 4A 33 2C
Decimal 74 51 44
Binary 1001010 110011 101100
Octal 112 63 54

Shades and tints

Shades of #4A332C

#4A332C
(74,51,44)
#442F28
(68,47,40)
#3E2B24
(62,43,36)
#382720
(56,39,32)
#32231C
(50,35,28)
#2C1F18
(44,31,24)
#261B14
(38,27,20)
#201710
(32,23,16)
#1A130C
(26,19,12)
#140F08
(20,15,8)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #4A332C

#4A332C
(74,51,44)
#5A453F
(90,69,63)
#6A5752
(106,87,82)
#7A6965
(122,105,101)
#8A7B78
(138,123,120)
#9A8D8B
(154,141,139)
#AA9F9E
(170,159,158)
#BAB1B1
(186,177,177)
#CAC3C4
(202,195,196)
#DAD5D7
(218,213,215)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A332C; }

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

This text font color is #4A332C.

Background Color

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

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

This div background color is #4A332C.

Border color

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

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

This div border color is #4A332C.

Opacity

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

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

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

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

This text has shadow with #4A332C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A332C.

Preview

Color preview on black background

This text has color #4A332C on black background.


Color preview on white background

This text has color #4A332C on white background.


Black color preview on #4A332C background

This text has black color on #4A332C background.


White color preview on #4A332C background

This text has white color on #4A332C background.


Related colors

Complementary color

Complementary color for #hex is #B5CCD3.


I love getcolorcode.com

Triadic colors

1 #2C4A33 and #332C4A with #4A332C are triadic colors.

2 #2C334A and #334A2C with #4A332C are triadic colors.