COLOR #3A3074

HEX: #3A3074
RGB: (58,48,116)

Color info

#3A3074 contains mainly red and blue colors. Web safe color of #3A3074 is #333366 (or #336).

RGB color model

#3A3074 color RGB value is (58,48,116).

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

RGB channels and saturation

R 58 of 255 = 23%
G 48 of 255 = 19%
B 116 of 255 = 45%

58
48
116

R + G + B ~ 29%. #3A3074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 48 + 116 = 222 (100%)
R 58 of 222 ~ 26.13%
G 48 of 222 ~ 21.62%
B 116 of 222 ~ 52.25%

%26.13
%21.62
%52.25

CMYK color model

#3A3074 color CMYK value is (50,59,0,55).

  • cyan value is 50.00%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(50,59,0,55)
C50M59Y0K55 
(50%,59%,0%,55%)
(0.50/0.59/0.00/0.55)	

CMYK percentages

%50
%58.62
%0
%54.51

Codes

Color #3A3074 in popluar color models

3A3074
RGB5848116
HSL249°41.46%32.16%
HSB/HSV249°58.62%45.49%
CMYK50.00%58.62%0.00%
54.51%

Color #3A3074 in popluar number systems.

HEX3A3074
Decimal5848116
Binary1110101100001110100
Octal7260164

Shades and tints

Shades of #3A3074

#3A3074
(58,48,116)
#352C6A
(53,44,106)
#302860
(48,40,96)
#2B2456
(43,36,86)
#26204C
(38,32,76)
#211C42
(33,28,66)
#1C1838
(28,24,56)
#17142E
(23,20,46)
#121024
(18,16,36)
#0D0C1A
(13,12,26)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #3A3074

#3A3074
(58,48,116)
#4B4280
(75,66,128)
#5C548C
(92,84,140)
#6D6698
(109,102,152)
#7E78A4
(126,120,164)
#8F8AB0
(143,138,176)
#A09CBC
(160,156,188)
#B1AEC8
(177,174,200)
#C2C0D4
(194,192,212)
#D3D2E0
(211,210,224)
#E4E4EC
(228,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3074; }

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

This text font color is #3A3074.


Background Color

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

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

This div background color is #3A3074.


Border color

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

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

This div border color is #3A3074.


Opacity

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

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

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

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

This text has shadow with #3A3074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3074 on black background.


Color preview on white background

This text has color #3A3074 on white background.



Black color preview on #3A3074 background

This text has black color on #3A3074 background.


White color preview on #3A3074 background

This text has white color on #3A3074 background.