COLOR #4A2437

HEX: #4A2437
RGB: (74,36,55)

Color info

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

RGB color model

#4A2437 color RGB value is (74,36,55).

  • red value is 74;
  • green value is 36;
  • blue value is 55.
RGB:
(74,36,55)
(29%,14%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 55 of 255 = 22%

74
36
55

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

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 55 = 165 (100%)
R 74 of 165 ~ 44.85%
G 36 of 165 ~ 21.82%
B 55 of 165 ~ 33.33%

%44.85
%21.82
%33.33

CMYK color model

#4A2437 color CMYK value is (0,51,26,71).

  • cyan value is 0.00%
  • magenta value is 51.35%
  • yellow value is 25.68%
  • key color value is 70.98%
CMYK:
(0,51,26,71)
C0M51Y26K71 
(0%,51%,26%,71%)
(0.00/0.51/0.26/0.71)	

CMYK percentages

%0
%51.35
%25.68
%70.98

Codes

Color #4A2437 in popluar color models

4A2437
RGB743655
HSL330°34.55%21.57%
HSB/HSV330°51.35%29.02%
CMYK0.00%51.35%25.68%
70.98%

Color #4A2437 in popluar number systems.

HEX4A2437
Decimal743655
Binary1001010100100110111
Octal1124467

Shades and tints

Shades of #4A2437

#4A2437
(74,36,55)
#442132
(68,33,50)
#3E1E2D
(62,30,45)
#381B28
(56,27,40)
#321823
(50,24,35)
#2C151E
(44,21,30)
#261219
(38,18,25)
#200F14
(32,15,20)
#1A0C0F
(26,12,15)
#14090A
(20,9,10)
#0E0605
(14,6,5)
#000000
(0,0,0)

Tints of #4A2437

#4A2437
(74,36,55)
#5A3749
(90,55,73)
#6A4A5B
(106,74,91)
#7A5D6D
(122,93,109)
#8A707F
(138,112,127)
#9A8391
(154,131,145)
#AA96A3
(170,150,163)
#BAA9B5
(186,169,181)
#CABCC7
(202,188,199)
#DACFD9
(218,207,217)
#EAE2EB
(234,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2437 color. Also use rgb(74,36,55) instead hex code.

Text Font Color

.myTextColor { color: #4A2437; }

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

This text font color is #4A2437.


Background Color

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

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

This div background color is #4A2437.


Border color

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

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

This div border color is #4A2437.


Opacity

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

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

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

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

This text has shadow with #4A2437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2437 on black background.


Color preview on white background

This text has color #4A2437 on white background.



Black color preview on #4A2437 background

This text has black color on #4A2437 background.


White color preview on #4A2437 background

This text has white color on #4A2437 background.