COLOR #4A441B

HEX: #4A441B RGB: (74,68,27)

Color info

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

RGB color model

#4A441B color RGB value is (74,68,27).

RGB: (74,68,27) (29%, 27%, 11%)

RGB channels and saturation

R 74 of 255 = 29%
G 68 of 255 = 27%
B 27 of 255 = 11%

74
68
27

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

Portions of RGB colors in percentages

R + G + B = 74 + 68 + 27 = 169 (100%)
R 74 of 169 ~ 43.79%
G 68 of 169 ~ 40.24%
B 27 of 169 ~ 15.98'%

%43.79
%40.24
%15.98

CMYK color model

#4A441B color CMYK value is (0,8,64,71).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 63.51%
  • key color value is 70.98%

CMYK: (0,8,64,71)
C0M8Y64K71 (0%, 8%, 64%, 71%)
(0.00 / 0.08 / 0.64 / 0.71)

CMYK percentages

%0
%8.11
%63.51
%70.98

Codes

Color #4A441B in popluar color models

4A 44 1B
RGB 74 68 27
HSL 52° 46.53% 19.80%
HSB/HSV 52° 63.51% 29.02%
CMYK 0.00% 8.11% 63.51%
70.98%

Color #4A441B in popluar number systems.

HEX 4A 44 1B
Decimal 74 68 27
Binary 1001010 1000100 11011
Octal 112 104 33

Shades and tints

Shades of #4A441B

#4A441B
(74,68,27)
#443E19
(68,62,25)
#3E3817
(62,56,23)
#383215
(56,50,21)
#322C13
(50,44,19)
#2C2611
(44,38,17)
#26200F
(38,32,15)
#201A0D
(32,26,13)
#1A140B
(26,20,11)
#140E09
(20,14,9)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #4A441B

#4A441B
(74,68,27)
#5A552F
(90,85,47)
#6A6643
(106,102,67)
#7A7757
(122,119,87)
#8A886B
(138,136,107)
#9A997F
(154,153,127)
#AAAA93
(170,170,147)
#BABBA7
(186,187,167)
#CACCBB
(202,204,187)
#DADDCF
(218,221,207)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A441B; }

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

This text font color is #4A441B.

Background Color

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

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

This div background color is #4A441B.

Border color

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

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

This div border color is #4A441B.

Opacity

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

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

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

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

This text has shadow with #4A441B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A441B.

Preview

Color preview on black background

This text has color #4A441B on black background.


Color preview on white background

This text has color #4A441B on white background.


Black color preview on #4A441B background

This text has black color on #4A441B background.


White color preview on #4A441B background

This text has white color on #4A441B background.


Related colors

Complementary color

Complementary color for #hex is #B5BBE4.


I love getcolorcode.com

Triadic colors

1 #1B4A44 and #441B4A with #4A441B are triadic colors.

2 #1B444A and #444A1B with #4A441B are triadic colors.