COLOR #3A173F

HEX: #3A173F
RGB: (58,23,63)

Color info

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

RGB color model

#3A173F color RGB value is (58,23,63).

  • red value is 58;
  • green value is 23;
  • blue value is 63.
RGB:
(58,23,63)
(23%,9%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 23 of 255 = 9%
B 63 of 255 = 25%

58
23
63

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

Portions of RGB colors in percentages

R + G + B =
58 + 23 + 63 = 144 (100%)
R 58 of 144 ~ 40.28%
G 23 of 144 ~ 15.97%
B 63 of 144 ~ 43.75%

%40.28
%15.97
%43.75

CMYK color model

#3A173F color CMYK value is (8,63,0,75).

  • cyan value is 7.94%
  • magenta value is 63.49%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(8,63,0,75)
C8M63Y0K75 
(8%,63%,0%,75%)
(0.08/0.63/0.00/0.75)	

CMYK percentages

%7.94
%63.49
%0
%75.29

Codes

Color #3A173F in popluar color models

3A173F
RGB582363
HSL293°46.51%16.86%
HSB/HSV293°63.49%24.71%
CMYK7.94%63.49%0.00%
75.29%

Color #3A173F in popluar number systems.

HEX3A173F
Decimal582363
Binary11101010111111111
Octal722777

Shades and tints

Shades of #3A173F

#3A173F
(58,23,63)
#35153A
(53,21,58)
#301335
(48,19,53)
#2B1130
(43,17,48)
#260F2B
(38,15,43)
#210D26
(33,13,38)
#1C0B21
(28,11,33)
#17091C
(23,9,28)
#120717
(18,7,23)
#0D0512
(13,5,18)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #3A173F

#3A173F
(58,23,63)
#4B2C50
(75,44,80)
#5C4161
(92,65,97)
#6D5672
(109,86,114)
#7E6B83
(126,107,131)
#8F8094
(143,128,148)
#A095A5
(160,149,165)
#B1AAB6
(177,170,182)
#C2BFC7
(194,191,199)
#D3D4D8
(211,212,216)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A173F; }

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

This text font color is #3A173F.


Background Color

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

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

This div background color is #3A173F.


Border color

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

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

This div border color is #3A173F.


Opacity

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

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

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

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

This text has shadow with #3A173F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A173F on black background.


Color preview on white background

This text has color #3A173F on white background.



Black color preview on #3A173F background

This text has black color on #3A173F background.


White color preview on #3A173F background

This text has white color on #3A173F background.