COLOR #3A304A

HEX: #3A304A
RGB: (58,48,74)

Color info

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

RGB color model

#3A304A color RGB value is (58,48,74).

  • red value is 58;
  • green value is 48;
  • blue value is 74.
RGB:
(58,48,74)
(23%,19%,29%)

RGB channels and saturation

R 58 of 255 = 23%
G 48 of 255 = 19%
B 74 of 255 = 29%

58
48
74

R + G + B ~ 24%. #3A304A is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 48 + 74 = 180 (100%)
R 58 of 180 ~ 32.22%
G 48 of 180 ~ 26.67%
B 74 of 180 ~ 41.11%

%32.22
%26.67
%41.11

CMYK color model

#3A304A color CMYK value is (22,35,0,71).

  • cyan value is 21.62%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(22,35,0,71)
C22M35Y0K71 
(22%,35%,0%,71%)
(0.22/0.35/0.00/0.71)	

CMYK percentages

%21.62
%35.14
%0
%70.98

Codes

Color #3A304A in popluar color models

3A304A
RGB584874
HSL263°21.31%23.92%
HSB/HSV263°35.14%29.02%
CMYK21.62%35.14%0.00%
70.98%

Color #3A304A in popluar number systems.

HEX3A304A
Decimal584874
Binary1110101100001001010
Octal7260112

Shades and tints

Shades of #3A304A

#3A304A
(58,48,74)
#352C44
(53,44,68)
#30283E
(48,40,62)
#2B2438
(43,36,56)
#262032
(38,32,50)
#211C2C
(33,28,44)
#1C1826
(28,24,38)
#171420
(23,20,32)
#12101A
(18,16,26)
#0D0C14
(13,12,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #3A304A

#3A304A
(58,48,74)
#4B425A
(75,66,90)
#5C546A
(92,84,106)
#6D667A
(109,102,122)
#7E788A
(126,120,138)
#8F8A9A
(143,138,154)
#A09CAA
(160,156,170)
#B1AEBA
(177,174,186)
#C2C0CA
(194,192,202)
#D3D2DA
(211,210,218)
#E4E4EA
(228,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A304A color. Also use rgb(58,48,74) instead hex code.

Text Font Color

.myTextColor { color: #3A304A; }

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

This text font color is #3A304A.


Background Color

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

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

This div background color is #3A304A.


Border color

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

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

This div border color is #3A304A.


Opacity

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

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

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

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

This text has shadow with #3A304A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A304A on black background.


Color preview on white background

This text has color #3A304A on white background.



Black color preview on #3A304A background

This text has black color on #3A304A background.


White color preview on #3A304A background

This text has white color on #3A304A background.