COLOR #4A443D

HEX: #4A443D
RGB: (74,68,61)

Color info

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

RGB color model

#4A443D color RGB value is (74,68,61).

  • red value is 74;
  • green value is 68;
  • blue value is 61.
RGB:
(74,68,61)
(29%,27%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 68 of 255 = 27%
B 61 of 255 = 24%

74
68
61

R + G + B ~ 27%. #4A443D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 68 + 61 = 203 (100%)
R 74 of 203 ~ 36.45%
G 68 of 203 ~ 33.5%
B 61 of 203 ~ 30.05%

%36.45
%33.5
%30.05

CMYK color model

#4A443D color CMYK value is (0,8,18,71).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 17.57%
  • key color value is 70.98%
CMYK:
(0,8,18,71)
C0M8Y18K71 
(0%,8%,18%,71%)
(0.00/0.08/0.18/0.71)	

CMYK percentages

%0
%8.11
%17.57
%70.98

Codes

Color #4A443D in popluar color models

4A443D
RGB746861
HSL32°9.63%26.47%
HSB/HSV32°17.57%29.02%
CMYK0.00%8.11%17.57%
70.98%

Color #4A443D in popluar number systems.

HEX4A443D
Decimal746861
Binary10010101000100111101
Octal11210475

Shades and tints

Shades of #4A443D

#4A443D
(74,68,61)
#443E38
(68,62,56)
#3E3833
(62,56,51)
#38322E
(56,50,46)
#322C29
(50,44,41)
#2C2624
(44,38,36)
#26201F
(38,32,31)
#201A1A
(32,26,26)
#1A1415
(26,20,21)
#140E10
(20,14,16)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #4A443D

#4A443D
(74,68,61)
#5A554E
(90,85,78)
#6A665F
(106,102,95)
#7A7770
(122,119,112)
#8A8881
(138,136,129)
#9A9992
(154,153,146)
#AAAAA3
(170,170,163)
#BABBB4
(186,187,180)
#CACCC5
(202,204,197)
#DADDD6
(218,221,214)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A443D color. Also use rgb(74,68,61) instead hex code.

Text Font Color

.myTextColor { color: #4A443D; }

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

This text font color is #4A443D.


Background Color

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

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

This div background color is #4A443D.


Border color

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

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

This div border color is #4A443D.


Opacity

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

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

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

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

This text has shadow with #4A443D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A443D on black background.


Color preview on white background

This text has color #4A443D on white background.



Black color preview on #4A443D background

This text has black color on #4A443D background.


White color preview on #4A443D background

This text has white color on #4A443D background.