COLOR #3A2437

HEX: #3A2437 RGB: (58,36,55)

Color info

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

RGB color model

#3A2437 color RGB value is (58,36,55).

RGB: (58,36,55) (23%, 14%, 22%)

RGB channels and saturation

R 58 of 255 = 23%
G 36 of 255 = 14%
B 55 of 255 = 22%

58
36
55

R + G + B ~ 20%. #3A2437 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 36 + 55 = 149 (100%)
R 58 of 149 ~ 38.93%
G 36 of 149 ~ 24.16%
B 55 of 149 ~ 36.91'%

%38.93
%24.16
%36.91

CMYK color model

#3A2437 color CMYK value is (0,38,5,77).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 5.17%
  • key color value is 77.25%

CMYK: (0,38,5,77)
C0M38Y5K77 (0%, 38%, 5%, 77%)
(0.00 / 0.38 / 0.05 / 0.77)

CMYK percentages

%0
%37.93
%5.17
%77.25

Codes

Color #3A2437 in popluar color models

3A 24 37
RGB 58 36 55
HSL 308° 23.40% 18.43%
HSB/HSV 308° 37.93% 22.75%
CMYK 0.00% 37.93% 5.17%
77.25%

Color #3A2437 in popluar number systems.

HEX 3A 24 37
Decimal 58 36 55
Binary 111010 100100 110111
Octal 72 44 67

Shades and tints

Shades of #3A2437

#3A2437
(58,36,55)
#352132
(53,33,50)
#301E2D
(48,30,45)
#2B1B28
(43,27,40)
#261823
(38,24,35)
#21151E
(33,21,30)
#1C1219
(28,18,25)
#170F14
(23,15,20)
#120C0F
(18,12,15)
#0D090A
(13,9,10)
#080605
(8,6,5)
#000000
(0,0,0)

Tints of #3A2437

#3A2437
(58,36,55)
#4B3749
(75,55,73)
#5C4A5B
(92,74,91)
#6D5D6D
(109,93,109)
#7E707F
(126,112,127)
#8F8391
(143,131,145)
#A096A3
(160,150,163)
#B1A9B5
(177,169,181)
#C2BCC7
(194,188,199)
#D3CFD9
(211,207,217)
#E4E2EB
(228,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A2437; }

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

This text font color is #3A2437.

Background Color

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

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

This div background color is #3A2437.

Border color

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

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

This div border color is #3A2437.

Opacity

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

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

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

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

This text has shadow with #3A2437 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A2437.

Preview

Color preview on black background

This text has color #3A2437 on black background.


Color preview on white background

This text has color #3A2437 on white background.


Black color preview on #3A2437 background

This text has black color on #3A2437 background.


White color preview on #3A2437 background

This text has white color on #3A2437 background.


Related colors

Complementary color

Complementary color for #hex is #C5DBC8.


I love getcolorcode.com

Triadic colors

1 #373A24 and #24373A with #3A2437 are triadic colors.

2 #37243A and #243A37 with #3A2437 are triadic colors.