COLOR #3A334E

HEX: #3A334E
RGB: (58,51,78)

Color info

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

RGB color model

#3A334E color RGB value is (58,51,78).

  • red value is 58;
  • green value is 51;
  • blue value is 78.
RGB:
(58,51,78)
(23%,20%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 78 of 255 = 31%

58
51
78

R + G + B ~ 25%. #3A334E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 78 = 187 (100%)
R 58 of 187 ~ 31.02%
G 51 of 187 ~ 27.27%
B 78 of 187 ~ 41.71%

%31.02
%27.27
%41.71

CMYK color model

#3A334E color CMYK value is (26,35,0,69).

  • cyan value is 25.64%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(26,35,0,69)
C26M35Y0K69 
(26%,35%,0%,69%)
(0.26/0.35/0.00/0.69)	

CMYK percentages

%25.64
%34.62
%0
%69.41

Codes

Color #3A334E in popluar color models

3A334E
RGB585178
HSL256°20.93%25.29%
HSB/HSV256°34.62%30.59%
CMYK25.64%34.62%0.00%
69.41%

Color #3A334E in popluar number systems.

HEX3A334E
Decimal585178
Binary1110101100111001110
Octal7263116

Shades and tints

Shades of #3A334E

#3A334E
(58,51,78)
#352F47
(53,47,71)
#302B40
(48,43,64)
#2B2739
(43,39,57)
#262332
(38,35,50)
#211F2B
(33,31,43)
#1C1B24
(28,27,36)
#17171D
(23,23,29)
#121316
(18,19,22)
#0D0F0F
(13,15,15)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #3A334E

#3A334E
(58,51,78)
#4B455E
(75,69,94)
#5C576E
(92,87,110)
#6D697E
(109,105,126)
#7E7B8E
(126,123,142)
#8F8D9E
(143,141,158)
#A09FAE
(160,159,174)
#B1B1BE
(177,177,190)
#C2C3CE
(194,195,206)
#D3D5DE
(211,213,222)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A334E color. Also use rgb(58,51,78) instead hex code.

Text Font Color

.myTextColor { color: #3A334E; }

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

This text font color is #3A334E.


Background Color

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

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

This div background color is #3A334E.


Border color

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

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

This div border color is #3A334E.


Opacity

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

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

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

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

This text has shadow with #3A334E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A334E on black background.


Color preview on white background

This text has color #3A334E on white background.



Black color preview on #3A334E background

This text has black color on #3A334E background.


White color preview on #3A334E background

This text has white color on #3A334E background.