COLOR #4A2328

HEX: #4A2328
RGB: (74,35,40)

Color info

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

RGB color model

#4A2328 color RGB value is (74,35,40).

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

RGB channels and saturation

R 74 of 255 = 29%
G 35 of 255 = 14%
B 40 of 255 = 16%

74
35
40

R + G + B ~ 20%. #4A2328 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 35 + 40 = 149 (100%)
R 74 of 149 ~ 49.66%
G 35 of 149 ~ 23.49%
B 40 of 149 ~ 26.85%

%49.66
%23.49
%26.85

CMYK color model

#4A2328 color CMYK value is (0,53,46,71).

  • cyan value is 0.00%
  • magenta value is 52.70%
  • yellow value is 45.95%
  • key color value is 70.98%
CMYK:
(0,53,46,71)
C0M53Y46K71 
(0%,53%,46%,71%)
(0.00/0.53/0.46/0.71)	

CMYK percentages

%0
%52.7
%45.95
%70.98

Codes

Color #4A2328 in popluar color models

4A2328
RGB743540
HSL352°35.78%21.37%
HSB/HSV352°52.70%29.02%
CMYK0.00%52.70%45.95%
70.98%

Color #4A2328 in popluar number systems.

HEX4A2328
Decimal743540
Binary1001010100011101000
Octal1124350

Shades and tints

Shades of #4A2328

#4A2328
(74,35,40)
#442025
(68,32,37)
#3E1D22
(62,29,34)
#381A1F
(56,26,31)
#32171C
(50,23,28)
#2C1419
(44,20,25)
#261116
(38,17,22)
#200E13
(32,14,19)
#1A0B10
(26,11,16)
#14080D
(20,8,13)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #4A2328

#4A2328
(74,35,40)
#5A373B
(90,55,59)
#6A4B4E
(106,75,78)
#7A5F61
(122,95,97)
#8A7374
(138,115,116)
#9A8787
(154,135,135)
#AA9B9A
(170,155,154)
#BAAFAD
(186,175,173)
#CAC3C0
(202,195,192)
#DAD7D3
(218,215,211)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2328; }

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

This text font color is #4A2328.


Background Color

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

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

This div background color is #4A2328.


Border color

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

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

This div border color is #4A2328.


Opacity

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

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

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

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

This text has shadow with #4A2328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2328 on black background.


Color preview on white background

This text has color #4A2328 on white background.



Black color preview on #4A2328 background

This text has black color on #4A2328 background.


White color preview on #4A2328 background

This text has white color on #4A2328 background.