COLOR #3A4251

HEX: #3A4251
RGB: (58,66,81)

Color info

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

RGB color model

#3A4251 color RGB value is (58,66,81).

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

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 81 of 255 = 32%

58
66
81

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

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 81 = 205 (100%)
R 58 of 205 ~ 28.29%
G 66 of 205 ~ 32.2%
B 81 of 205 ~ 39.51%

%28.29
%32.2
%39.51

CMYK color model

#3A4251 color CMYK value is (28,19,0,68).

  • cyan value is 28.40%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(28,19,0,68)
C28M19Y0K68 
(28%,19%,0%,68%)
(0.28/0.19/0.00/0.68)	

CMYK percentages

%28.4
%18.52
%0
%68.24

Codes

Color #3A4251 in popluar color models

3A4251
RGB586681
HSL219°16.55%27.25%
HSB/HSV219°28.40%31.76%
CMYK28.40%18.52%0.00%
68.24%

Color #3A4251 in popluar number systems.

HEX3A4251
Decimal586681
Binary11101010000101010001
Octal72102121

Shades and tints

Shades of #3A4251

#3A4251
(58,66,81)
#353C4A
(53,60,74)
#303643
(48,54,67)
#2B303C
(43,48,60)
#262A35
(38,42,53)
#21242E
(33,36,46)
#1C1E27
(28,30,39)
#171820
(23,24,32)
#121219
(18,18,25)
#0D0C12
(13,12,18)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #3A4251

#3A4251
(58,66,81)
#4B5360
(75,83,96)
#5C646F
(92,100,111)
#6D757E
(109,117,126)
#7E868D
(126,134,141)
#8F979C
(143,151,156)
#A0A8AB
(160,168,171)
#B1B9BA
(177,185,186)
#C2CAC9
(194,202,201)
#D3DBD8
(211,219,216)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4251; }

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

This text font color is #3A4251.


Background Color

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

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

This div background color is #3A4251.


Border color

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

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

This div border color is #3A4251.


Opacity

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

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

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

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

This text has shadow with #3A4251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4251 on black background.


Color preview on white background

This text has color #3A4251 on white background.



Black color preview on #3A4251 background

This text has black color on #3A4251 background.


White color preview on #3A4251 background

This text has white color on #3A4251 background.