COLOR #3A1742

HEX: #3A1742 RGB: (58,23,66)

Color info

#3A1742 contains red, green and blue colors in about the same proportion. Web safe color of #3A1742 is #330033 (or #303).

RGB color model

#3A1742 color RGB value is (58,23,66).

RGB: (58,23,66) (23%, 9%, 26%)

RGB channels and saturation

R 58 of 255 = 23%
G 23 of 255 = 9%
B 66 of 255 = 26%

58
23
66

R + G + B ~ 19%. #3A1742 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 23 + 66 = 147 (100%)
R 58 of 147 ~ 39.46%
G 23 of 147 ~ 15.65%
B 66 of 147 ~ 44.9'%

%39.46
%15.65
%44.9

CMYK color model

#3A1742 color CMYK value is (12,65,0,74).

  • cyan value is 12.12%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (12,65,0,74)
C12M65Y0K74 (12%, 65%, 0%, 74%)
(0.12 / 0.65 / 0.00 / 0.74)

CMYK percentages

%12.12
%65.15
%0
%74.12

Codes

Color #3A1742 in popluar color models

3A 17 42
RGB 58 23 66
HSL 289° 48.31% 17.45%
HSB/HSV 289° 65.15% 25.88%
CMYK 12.12% 65.15% 0.00%
74.12%

Color #3A1742 in popluar number systems.

HEX 3A 17 42
Decimal 58 23 66
Binary 111010 10111 1000010
Octal 72 27 102

Shades and tints

Shades of #3A1742

#3A1742
(58,23,66)
#35153C
(53,21,60)
#301336
(48,19,54)
#2B1130
(43,17,48)
#260F2A
(38,15,42)
#210D24
(33,13,36)
#1C0B1E
(28,11,30)
#170918
(23,9,24)
#120712
(18,7,18)
#0D050C
(13,5,12)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #3A1742

#3A1742
(58,23,66)
#4B2C53
(75,44,83)
#5C4164
(92,65,100)
#6D5675
(109,86,117)
#7E6B86
(126,107,134)
#8F8097
(143,128,151)
#A095A8
(160,149,168)
#B1AAB9
(177,170,185)
#C2BFCA
(194,191,202)
#D3D4DB
(211,212,219)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A1742 color. Also use rgb(58,23,66) instead hex code.

Text Font Color

.myTextColor { color: #3A1742; }

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

This text font color is #3A1742.

Background Color

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

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

This div background color is #3A1742.

Border color

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

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

This div border color is #3A1742.

Opacity

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

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

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

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

This text has shadow with #3A1742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A1742.

Preview

Color preview on black background

This text has color #3A1742 on black background.


Color preview on white background

This text has color #3A1742 on white background.


Black color preview on #3A1742 background

This text has black color on #3A1742 background.


White color preview on #3A1742 background

This text has white color on #3A1742 background.


Related colors

Complementary color

Complementary color for #hex is #C5E8BD.


I love getcolorcode.com

Triadic colors

1 #423A17 and #17423A with #3A1742 are triadic colors.

2 #42173A and #173A42 with #3A1742 are triadic colors.