COLOR #3A476A

HEX: #3A476A
RGB: (58,71,106)

Color info

#3A476A contains red, green and blue colors in about the same proportion. Web safe color of #3A476A is #333366 (or #336).

RGB color model

#3A476A color RGB value is (58,71,106).

  • red value is 58;
  • green value is 71;
  • blue value is 106.
RGB:
(58,71,106)
(23%,28%,42%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 106 of 255 = 42%

58
71
106

R + G + B ~ 31%. #3A476A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 106 = 235 (100%)
R 58 of 235 ~ 24.68%
G 71 of 235 ~ 30.21%
B 106 of 235 ~ 45.11%

%24.68
%30.21
%45.11

CMYK color model

#3A476A color CMYK value is (45,33,0,58).

  • cyan value is 45.28%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(45,33,0,58)
C45M33Y0K58 
(45%,33%,0%,58%)
(0.45/0.33/0.00/0.58)	

CMYK percentages

%45.28
%33.02
%0
%58.43

Codes

Color #3A476A in popluar color models

3A476A
RGB5871106
HSL224°29.27%32.16%
HSB/HSV224°45.28%41.57%
CMYK45.28%33.02%0.00%
58.43%

Color #3A476A in popluar number systems.

HEX3A476A
Decimal5871106
Binary11101010001111101010
Octal72107152

Shades and tints

Shades of #3A476A

#3A476A
(58,71,106)
#354161
(53,65,97)
#303B58
(48,59,88)
#2B354F
(43,53,79)
#262F46
(38,47,70)
#21293D
(33,41,61)
#1C2334
(28,35,52)
#171D2B
(23,29,43)
#121722
(18,23,34)
#0D1119
(13,17,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #3A476A

#3A476A
(58,71,106)
#4B5777
(75,87,119)
#5C6784
(92,103,132)
#6D7791
(109,119,145)
#7E879E
(126,135,158)
#8F97AB
(143,151,171)
#A0A7B8
(160,167,184)
#B1B7C5
(177,183,197)
#C2C7D2
(194,199,210)
#D3D7DF
(211,215,223)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A476A color. Also use rgb(58,71,106) instead hex code.

Text Font Color

.myTextColor { color: #3A476A; }

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

This text font color is #3A476A.


Background Color

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

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

This div background color is #3A476A.


Border color

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

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

This div border color is #3A476A.


Opacity

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

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

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

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

This text has shadow with #3A476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A476A on black background.


Color preview on white background

This text has color #3A476A on white background.



Black color preview on #3A476A background

This text has black color on #3A476A background.


White color preview on #3A476A background

This text has white color on #3A476A background.