COLOR #3A334F

HEX: #3A334F
RGB: (58,51,79)

Color info

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

RGB color model

#3A334F color RGB value is (58,51,79).

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

RGB channels and saturation

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

58
51
79

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

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 79 = 188 (100%)
R 58 of 188 ~ 30.85%
G 51 of 188 ~ 27.13%
B 79 of 188 ~ 42.02%

%30.85
%27.13
%42.02

CMYK color model

#3A334F color CMYK value is (27,35,0,69).

  • cyan value is 26.58%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(27,35,0,69)
C27M35Y0K69 
(27%,35%,0%,69%)
(0.27/0.35/0.00/0.69)	

CMYK percentages

%26.58
%35.44
%0
%69.02

Codes

Color #3A334F in popluar color models

3A334F
RGB585179
HSL255°21.54%25.49%
HSB/HSV255°35.44%30.98%
CMYK26.58%35.44%0.00%
69.02%

Color #3A334F in popluar number systems.

HEX3A334F
Decimal585179
Binary1110101100111001111
Octal7263117

Shades and tints

Shades of #3A334F

#3A334F
(58,51,79)
#352F48
(53,47,72)
#302B41
(48,43,65)
#2B273A
(43,39,58)
#262333
(38,35,51)
#211F2C
(33,31,44)
#1C1B25
(28,27,37)
#17171E
(23,23,30)
#121317
(18,19,23)
#0D0F10
(13,15,16)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #3A334F

#3A334F
(58,51,79)
#4B455F
(75,69,95)
#5C576F
(92,87,111)
#6D697F
(109,105,127)
#7E7B8F
(126,123,143)
#8F8D9F
(143,141,159)
#A09FAF
(160,159,175)
#B1B1BF
(177,177,191)
#C2C3CF
(194,195,207)
#D3D5DF
(211,213,223)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A334F; }

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

This text font color is #3A334F.


Background Color

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

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

This div background color is #3A334F.


Border color

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

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

This div border color is #3A334F.


Opacity

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

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

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

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

This text has shadow with #3A334F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A334F on black background.


Color preview on white background

This text has color #3A334F on white background.



Black color preview on #3A334F background

This text has black color on #3A334F background.


White color preview on #3A334F background

This text has white color on #3A334F background.