COLOR #4A231C

HEX: #4A231C
RGB: (74,35,28)

Color info

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

RGB color model

#4A231C color RGB value is (74,35,28).

  • red value is 74;
  • green value is 35;
  • blue value is 28.
RGB:
(74,35,28)
(29%,14%,11%)

RGB channels and saturation

R 74 of 255 = 29%
G 35 of 255 = 14%
B 28 of 255 = 11%

74
35
28

R + G + B ~ 18%. #4A231C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 35 + 28 = 137 (100%)
R 74 of 137 ~ 54.01%
G 35 of 137 ~ 25.55%
B 28 of 137 ~ 20.44%

%54.01
%25.55
%20.44

CMYK color model

#4A231C color CMYK value is (0,53,62,71).

  • cyan value is 0.00%
  • magenta value is 52.70%
  • yellow value is 62.16%
  • key color value is 70.98%
CMYK:
(0,53,62,71)
C0M53Y62K71 
(0%,53%,62%,71%)
(0.00/0.53/0.62/0.71)	

CMYK percentages

%0
%52.7
%62.16
%70.98

Codes

Color #4A231C in popluar color models

4A231C
RGB743528
HSL45.10%20.00%
HSB/HSV62.16%29.02%
CMYK0.00%52.70%62.16%
70.98%

Color #4A231C in popluar number systems.

HEX4A231C
Decimal743528
Binary100101010001111100
Octal1124334

Shades and tints

Shades of #4A231C

#4A231C
(74,35,28)
#44201A
(68,32,26)
#3E1D18
(62,29,24)
#381A16
(56,26,22)
#321714
(50,23,20)
#2C1412
(44,20,18)
#261110
(38,17,16)
#200E0E
(32,14,14)
#1A0B0C
(26,11,12)
#14080A
(20,8,10)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #4A231C

#4A231C
(74,35,28)
#5A3730
(90,55,48)
#6A4B44
(106,75,68)
#7A5F58
(122,95,88)
#8A736C
(138,115,108)
#9A8780
(154,135,128)
#AA9B94
(170,155,148)
#BAAFA8
(186,175,168)
#CAC3BC
(202,195,188)
#DAD7D0
(218,215,208)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A231C; }

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

This text font color is #4A231C.


Background Color

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

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

This div background color is #4A231C.


Border color

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

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

This div border color is #4A231C.


Opacity

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

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

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

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

This text has shadow with #4A231C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A231C on black background.


Color preview on white background

This text has color #4A231C on white background.



Black color preview on #4A231C background

This text has black color on #4A231C background.


White color preview on #4A231C background

This text has white color on #4A231C background.