COLOR #3A4255

HEX: #3A4255
RGB: (58,66,85)

Color info

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

RGB color model

#3A4255 color RGB value is (58,66,85).

  • red value is 58;
  • green value is 66;
  • blue value is 85.
RGB:
(58,66,85)
(23%,26%,33%)

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 85 of 255 = 33%

58
66
85

R + G + B ~ 27%. #3A4255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 85 = 209 (100%)
R 58 of 209 ~ 27.75%
G 66 of 209 ~ 31.58%
B 85 of 209 ~ 40.67%

%27.75
%31.58
%40.67

CMYK color model

#3A4255 color CMYK value is (32,22,0,67).

  • cyan value is 31.76%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(32,22,0,67)
C32M22Y0K67 
(32%,22%,0%,67%)
(0.32/0.22/0.00/0.67)	

CMYK percentages

%31.76
%22.35
%0
%66.67

Codes

Color #3A4255 in popluar color models

3A4255
RGB586685
HSL222°18.88%28.04%
HSB/HSV222°31.76%33.33%
CMYK31.76%22.35%0.00%
66.67%

Color #3A4255 in popluar number systems.

HEX3A4255
Decimal586685
Binary11101010000101010101
Octal72102125

Shades and tints

Shades of #3A4255

#3A4255
(58,66,85)
#353C4E
(53,60,78)
#303647
(48,54,71)
#2B3040
(43,48,64)
#262A39
(38,42,57)
#212432
(33,36,50)
#1C1E2B
(28,30,43)
#171824
(23,24,36)
#12121D
(18,18,29)
#0D0C16
(13,12,22)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #3A4255

#3A4255
(58,66,85)
#4B5364
(75,83,100)
#5C6473
(92,100,115)
#6D7582
(109,117,130)
#7E8691
(126,134,145)
#8F97A0
(143,151,160)
#A0A8AF
(160,168,175)
#B1B9BE
(177,185,190)
#C2CACD
(194,202,205)
#D3DBDC
(211,219,220)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4255 color. Also use rgb(58,66,85) instead hex code.

Text Font Color

.myTextColor { color: #3A4255; }

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

This text font color is #3A4255.


Background Color

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

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

This div background color is #3A4255.


Border color

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

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

This div border color is #3A4255.


Opacity

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

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

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

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

This text has shadow with #3A4255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4255 on black background.


Color preview on white background

This text has color #3A4255 on white background.



Black color preview on #3A4255 background

This text has black color on #3A4255 background.


White color preview on #3A4255 background

This text has white color on #3A4255 background.