COLOR #3A3E4F

HEX: #3A3E4F
RGB: (58,62,79)

Color info

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

RGB color model

#3A3E4F color RGB value is (58,62,79).

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

RGB channels and saturation

R 58 of 255 = 23%
G 62 of 255 = 24%
B 79 of 255 = 31%

58
62
79

R + G + B ~ 26%. #3A3E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 62 + 79 = 199 (100%)
R 58 of 199 ~ 29.15%
G 62 of 199 ~ 31.16%
B 79 of 199 ~ 39.7%

%29.15
%31.16
%39.7

CMYK color model

#3A3E4F color CMYK value is (27,22,0,69).

  • cyan value is 26.58%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(27,22,0,69)
C27M22Y0K69 
(27%,22%,0%,69%)
(0.27/0.22/0.00/0.69)	

CMYK percentages

%26.58
%21.52
%0
%69.02

Codes

Color #3A3E4F in popluar color models

3A3E4F
RGB586279
HSL229°15.33%26.86%
HSB/HSV229°26.58%30.98%
CMYK26.58%21.52%0.00%
69.02%

Color #3A3E4F in popluar number systems.

HEX3A3E4F
Decimal586279
Binary1110101111101001111
Octal7276117

Shades and tints

Shades of #3A3E4F

#3A3E4F
(58,62,79)
#353948
(53,57,72)
#303441
(48,52,65)
#2B2F3A
(43,47,58)
#262A33
(38,42,51)
#21252C
(33,37,44)
#1C2025
(28,32,37)
#171B1E
(23,27,30)
#121617
(18,22,23)
#0D1110
(13,17,16)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #3A3E4F

#3A3E4F
(58,62,79)
#4B4F5F
(75,79,95)
#5C606F
(92,96,111)
#6D717F
(109,113,127)
#7E828F
(126,130,143)
#8F939F
(143,147,159)
#A0A4AF
(160,164,175)
#B1B5BF
(177,181,191)
#C2C6CF
(194,198,207)
#D3D7DF
(211,215,223)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3E4F; }

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

This text font color is #3A3E4F.


Background Color

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

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

This div background color is #3A3E4F.


Border color

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

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

This div border color is #3A3E4F.


Opacity

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

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

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

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

This text has shadow with #3A3E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3E4F on black background.


Color preview on white background

This text has color #3A3E4F on white background.



Black color preview on #3A3E4F background

This text has black color on #3A3E4F background.


White color preview on #3A3E4F background

This text has white color on #3A3E4F background.