COLOR #3A4158

HEX: #3A4158
RGB: (58,65,88)

Color info

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

RGB color model

#3A4158 color RGB value is (58,65,88).

  • red value is 58;
  • green value is 65;
  • blue value is 88.
RGB:
(58,65,88)
(23%,25%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 65 of 255 = 25%
B 88 of 255 = 35%

58
65
88

R + G + B ~ 28%. #3A4158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 65 + 88 = 211 (100%)
R 58 of 211 ~ 27.49%
G 65 of 211 ~ 30.81%
B 88 of 211 ~ 41.71%

%27.49
%30.81
%41.71

CMYK color model

#3A4158 color CMYK value is (34,26,0,65).

  • cyan value is 34.09%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(34,26,0,65)
C34M26Y0K65 
(34%,26%,0%,65%)
(0.34/0.26/0.00/0.65)	

CMYK percentages

%34.09
%26.14
%0
%65.49

Codes

Color #3A4158 in popluar color models

3A4158
RGB586588
HSL226°20.55%28.63%
HSB/HSV226°34.09%34.51%
CMYK34.09%26.14%0.00%
65.49%

Color #3A4158 in popluar number systems.

HEX3A4158
Decimal586588
Binary11101010000011011000
Octal72101130

Shades and tints

Shades of #3A4158

#3A4158
(58,65,88)
#353C50
(53,60,80)
#303748
(48,55,72)
#2B3240
(43,50,64)
#262D38
(38,45,56)
#212830
(33,40,48)
#1C2328
(28,35,40)
#171E20
(23,30,32)
#121918
(18,25,24)
#0D1410
(13,20,16)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #3A4158

#3A4158
(58,65,88)
#4B5267
(75,82,103)
#5C6376
(92,99,118)
#6D7485
(109,116,133)
#7E8594
(126,133,148)
#8F96A3
(143,150,163)
#A0A7B2
(160,167,178)
#B1B8C1
(177,184,193)
#C2C9D0
(194,201,208)
#D3DADF
(211,218,223)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4158 color. Also use rgb(58,65,88) instead hex code.

Text Font Color

.myTextColor { color: #3A4158; }

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

This text font color is #3A4158.


Background Color

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

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

This div background color is #3A4158.


Border color

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

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

This div border color is #3A4158.


Opacity

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

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

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

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

This text has shadow with #3A4158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4158 on black background.


Color preview on white background

This text has color #3A4158 on white background.



Black color preview on #3A4158 background

This text has black color on #3A4158 background.


White color preview on #3A4158 background

This text has white color on #3A4158 background.