COLOR #3A4452

HEX: #3A4452
RGB: (58,68,82)

Color info

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

RGB color model

#3A4452 color RGB value is (58,68,82).

  • red value is 58;
  • green value is 68;
  • blue value is 82.
RGB:
(58,68,82)
(23%,27%,32%)

RGB channels and saturation

R 58 of 255 = 23%
G 68 of 255 = 27%
B 82 of 255 = 32%

58
68
82

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

Portions of RGB colors in percentages

R + G + B =
58 + 68 + 82 = 208 (100%)
R 58 of 208 ~ 27.88%
G 68 of 208 ~ 32.69%
B 82 of 208 ~ 39.42%

%27.88
%32.69
%39.42

CMYK color model

#3A4452 color CMYK value is (29,17,0,68).

  • cyan value is 29.27%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(29,17,0,68)
C29M17Y0K68 
(29%,17%,0%,68%)
(0.29/0.17/0.00/0.68)	

CMYK percentages

%29.27
%17.07
%0
%67.84

Codes

Color #3A4452 in popluar color models

3A4452
RGB586882
HSL215°17.14%27.45%
HSB/HSV215°29.27%32.16%
CMYK29.27%17.07%0.00%
67.84%

Color #3A4452 in popluar number systems.

HEX3A4452
Decimal586882
Binary11101010001001010010
Octal72104122

Shades and tints

Shades of #3A4452

#3A4452
(58,68,82)
#353E4B
(53,62,75)
#303844
(48,56,68)
#2B323D
(43,50,61)
#262C36
(38,44,54)
#21262F
(33,38,47)
#1C2028
(28,32,40)
#171A21
(23,26,33)
#12141A
(18,20,26)
#0D0E13
(13,14,19)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #3A4452

#3A4452
(58,68,82)
#4B5561
(75,85,97)
#5C6670
(92,102,112)
#6D777F
(109,119,127)
#7E888E
(126,136,142)
#8F999D
(143,153,157)
#A0AAAC
(160,170,172)
#B1BBBB
(177,187,187)
#C2CCCA
(194,204,202)
#D3DDD9
(211,221,217)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4452 color. Also use rgb(58,68,82) instead hex code.

Text Font Color

.myTextColor { color: #3A4452; }

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

This text font color is #3A4452.


Background Color

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

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

This div background color is #3A4452.


Border color

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

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

This div border color is #3A4452.


Opacity

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

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

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

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

This text has shadow with #3A4452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4452 on black background.


Color preview on white background

This text has color #3A4452 on white background.



Black color preview on #3A4452 background

This text has black color on #3A4452 background.


White color preview on #3A4452 background

This text has white color on #3A4452 background.