COLOR #3A3448

HEX: #3A3448
RGB: (58,52,72)

Color info

#3A3448 contains red, green and blue colors in about the same proportion. Web safe color of #3A3448 is #333333 (or #333).

RGB color model

#3A3448 color RGB value is (58,52,72).

  • red value is 58;
  • green value is 52;
  • blue value is 72.
RGB:
(58,52,72)
(23%,20%,28%)

RGB channels and saturation

R 58 of 255 = 23%
G 52 of 255 = 20%
B 72 of 255 = 28%

58
52
72

R + G + B ~ 24%. #3A3448 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 52 + 72 = 182 (100%)
R 58 of 182 ~ 31.87%
G 52 of 182 ~ 28.57%
B 72 of 182 ~ 39.56%

%31.87
%28.57
%39.56

CMYK color model

#3A3448 color CMYK value is (19,28,0,72).

  • cyan value is 19.44%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(19,28,0,72)
C19M28Y0K72 
(19%,28%,0%,72%)
(0.19/0.28/0.00/0.72)	

CMYK percentages

%19.44
%27.78
%0
%71.76

Codes

Color #3A3448 in popluar color models

3A3448
RGB585272
HSL258°16.13%24.31%
HSB/HSV258°27.78%28.24%
CMYK19.44%27.78%0.00%
71.76%

Color #3A3448 in popluar number systems.

HEX3A3448
Decimal585272
Binary1110101101001001000
Octal7264110

Shades and tints

Shades of #3A3448

#3A3448
(58,52,72)
#353042
(53,48,66)
#302C3C
(48,44,60)
#2B2836
(43,40,54)
#262430
(38,36,48)
#21202A
(33,32,42)
#1C1C24
(28,28,36)
#17181E
(23,24,30)
#121418
(18,20,24)
#0D1012
(13,16,18)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A3448

#3A3448
(58,52,72)
#4B4658
(75,70,88)
#5C5868
(92,88,104)
#6D6A78
(109,106,120)
#7E7C88
(126,124,136)
#8F8E98
(143,142,152)
#A0A0A8
(160,160,168)
#B1B2B8
(177,178,184)
#C2C4C8
(194,196,200)
#D3D6D8
(211,214,216)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3448 color. Also use rgb(58,52,72) instead hex code.

Text Font Color

.myTextColor { color: #3A3448; }

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

This text font color is #3A3448.


Background Color

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

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

This div background color is #3A3448.


Border color

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

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

This div border color is #3A3448.


Opacity

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

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

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

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

This text has shadow with #3A3448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3448 on black background.


Color preview on white background

This text has color #3A3448 on white background.



Black color preview on #3A3448 background

This text has black color on #3A3448 background.


White color preview on #3A3448 background

This text has white color on #3A3448 background.