COLOR #3A0DB4

HEX: #3A0DB4
RGB: (58,13,180)

Color info

#3A0DB4 contains mainly blue color. Web safe color of #3A0DB4 is #3300CC (or #30C).

RGB color model

#3A0DB4 color RGB value is (58,13,180).

  • red value is 58;
  • green value is 13;
  • blue value is 180.
RGB:
(58,13,180)
(23%,5%,71%)

RGB channels and saturation

R 58 of 255 = 23%
G 13 of 255 = 5%
B 180 of 255 = 71%

58
13
180

R + G + B ~ 33%. #3A0DB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 13 + 180 = 251 (100%)
R 58 of 251 ~ 23.11%
G 13 of 251 ~ 5.18%
B 180 of 251 ~ 71.71%

%23.11
%71.71

CMYK color model

#3A0DB4 color CMYK value is (68,93,0,29).

  • cyan value is 67.78%
  • magenta value is 92.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(68,93,0,29)
C68M93Y0K29 
(68%,93%,0%,29%)
(0.68/0.93/0.00/0.29)	

CMYK percentages

%67.78
%92.78
%0
%29.41

Codes

Color #3A0DB4 in popluar color models

3A0DB4
RGB5813180
HSL256°86.53%37.84%
HSB/HSV256°92.78%70.59%
CMYK67.78%92.78%0.00%
29.41%

Color #3A0DB4 in popluar number systems.

HEX3A0DB4
Decimal5813180
Binary111010110110110100
Octal7215264

Shades and tints

Shades of #3A0DB4

#3A0DB4
(58,13,180)
#350CA4
(53,12,164)
#300B94
(48,11,148)
#2B0A84
(43,10,132)
#260974
(38,9,116)
#210864
(33,8,100)
#1C0754
(28,7,84)
#170644
(23,6,68)
#120534
(18,5,52)
#0D0424
(13,4,36)
#080314
(8,3,20)
#000000
(0,0,0)

Tints of #3A0DB4

#3A0DB4
(58,13,180)
#4B23BA
(75,35,186)
#5C39C0
(92,57,192)
#6D4FC6
(109,79,198)
#7E65CC
(126,101,204)
#8F7BD2
(143,123,210)
#A091D8
(160,145,216)
#B1A7DE
(177,167,222)
#C2BDE4
(194,189,228)
#D3D3EA
(211,211,234)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A0DB4 color. Also use rgb(58,13,180) instead hex code.

Text Font Color

.myTextColor { color: #3A0DB4; }

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

This text font color is #3A0DB4.


Background Color

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

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

This div background color is #3A0DB4.


Border color

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

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

This div border color is #3A0DB4.


Opacity

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

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

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

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

This text has shadow with #3A0DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A0DB4 on black background.


Color preview on white background

This text has color #3A0DB4 on white background.



Black color preview on #3A0DB4 background

This text has black color on #3A0DB4 background.


White color preview on #3A0DB4 background

This text has white color on #3A0DB4 background.