COLOR #4A372C

HEX: #4A372C
RGB: (74,55,44)

Color info

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

RGB color model

#4A372C color RGB value is (74,55,44).

  • red value is 74;
  • green value is 55;
  • blue value is 44.
RGB:
(74,55,44)
(29%,22%,17%)

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 44 of 255 = 17%

74
55
44

R + G + B ~ 23%. #4A372C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 44 = 173 (100%)
R 74 of 173 ~ 42.77%
G 55 of 173 ~ 31.79%
B 44 of 173 ~ 25.43%

%42.77
%31.79
%25.43

CMYK color model

#4A372C color CMYK value is (0,26,41,71).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 40.54%
  • key color value is 70.98%
CMYK:
(0,26,41,71)
C0M26Y41K71 
(0%,26%,41%,71%)
(0.00/0.26/0.41/0.71)	

CMYK percentages

%0
%25.68
%40.54
%70.98

Codes

Color #4A372C in popluar color models

4A372C
RGB745544
HSL22°25.42%23.14%
HSB/HSV22°40.54%29.02%
CMYK0.00%25.68%40.54%
70.98%

Color #4A372C in popluar number systems.

HEX4A372C
Decimal745544
Binary1001010110111101100
Octal1126754

Shades and tints

Shades of #4A372C

#4A372C
(74,55,44)
#443228
(68,50,40)
#3E2D24
(62,45,36)
#382820
(56,40,32)
#32231C
(50,35,28)
#2C1E18
(44,30,24)
#261914
(38,25,20)
#201410
(32,20,16)
#1A0F0C
(26,15,12)
#140A08
(20,10,8)
#0E0504
(14,5,4)
#000000
(0,0,0)

Tints of #4A372C

#4A372C
(74,55,44)
#5A493F
(90,73,63)
#6A5B52
(106,91,82)
#7A6D65
(122,109,101)
#8A7F78
(138,127,120)
#9A918B
(154,145,139)
#AAA39E
(170,163,158)
#BAB5B1
(186,181,177)
#CAC7C4
(202,199,196)
#DAD9D7
(218,217,215)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A372C; }

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

This text font color is #4A372C.


Background Color

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

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

This div background color is #4A372C.


Border color

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

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

This div border color is #4A372C.


Opacity

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

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

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

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

This text has shadow with #4A372C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A372C on black background.


Color preview on white background

This text has color #4A372C on white background.



Black color preview on #4A372C background

This text has black color on #4A372C background.


White color preview on #4A372C background

This text has white color on #4A372C background.