COLOR #4A431C

HEX: #4A431C RGB: (74,67,28)

Color info

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

RGB color model

#4A431C color RGB value is (74,67,28).

RGB: (74,67,28) (29%, 26%, 11%)

RGB channels and saturation

R 74 of 255 = 29%
G 67 of 255 = 26%
B 28 of 255 = 11%

74
67
28

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

Portions of RGB colors in percentages

R + G + B = 74 + 67 + 28 = 169 (100%)
R 74 of 169 ~ 43.79%
G 67 of 169 ~ 39.64%
B 28 of 169 ~ 16.57'%

%43.79
%39.64
%16.57

CMYK color model

#4A431C color CMYK value is (0,9,62,71).

  • cyan value is 0.00%
  • magenta value is 9.46%
  • yellow value is 62.16%
  • key color value is 70.98%
CMYK: (0,9,62,71) C0M9Y62K71 (0%,9%,62%,71%) (0.00/0.09/0.62/0.71) 

CMYK percentages

%0
%9.46
%62.16
%70.98

Codes

Color #4A431C in popluar color models

4A 43 1C
RGB 74 67 28
HSL 51° 45.10% 20.00%
HSB/HSV 51° 62.16% 29.02%
CMYK 0.00% 9.46% 62.16%
70.98%

Color #4A431C in popluar number systems.

HEX 4A 43 1C
Decimal 74 67 28
Binary 1001010 1000011 11100
Octal 112 103 34

Shades and tints

Shades of #4A431C

#4A431C
(74,67,28)
#443D1A
(68,61,26)
#3E3718
(62,55,24)
#383116
(56,49,22)
#322B14
(50,43,20)
#2C2512
(44,37,18)
#261F10
(38,31,16)
#20190E
(32,25,14)
#1A130C
(26,19,12)
#140D0A
(20,13,10)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #4A431C

#4A431C
(74,67,28)
#5A5430
(90,84,48)
#6A6544
(106,101,68)
#7A7658
(122,118,88)
#8A876C
(138,135,108)
#9A9880
(154,152,128)
#AAA994
(170,169,148)
#BABAA8
(186,186,168)
#CACBBC
(202,203,188)
#DADCD0
(218,220,208)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A431C color. Also use rgb(74,67,28) instead hex code.

Text Font Color

.myTextColor { color: #4A431C; }

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

This text font color is #4A431C.

Background Color

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

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

This div background color is #4A431C.

Border color

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

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

This div border color is #4A431C.

Opacity

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

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

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

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

This text has shadow with #4A431C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A431C.

Preview

Color preview on black background

This text has color #4A431C on black background.


Color preview on white background

This text has color #4A431C on white background.


Black color preview on #4A431C background

This text has black color on #4A431C background.


White color preview on #4A431C background

This text has white color on #4A431C background.


Related colors

Complementary color

Complementary color for #hex is #B5BCE3.


I love getcolorcode.com

Triadic colors

1 #1C4A43 and #431C4A with #4A431C are triadic colors.

2 #1C434A and #434A1C with #4A431C are triadic colors.