COLOR #3A4844

HEX: #3A4844
RGB: (58,72,68)

Color info

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

RGB color model

#3A4844 color RGB value is (58,72,68).

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

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 68 of 255 = 27%

58
72
68

R + G + B ~ 26%. #3A4844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 68 = 198 (100%)
R 58 of 198 ~ 29.29%
G 72 of 198 ~ 36.36%
B 68 of 198 ~ 34.34%

%29.29
%36.36
%34.34

CMYK color model

#3A4844 color CMYK value is (19,0,6,72).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK:
(19,0,6,72)
C19M0Y6K72 
(19%,0%,6%,72%)
(0.19/0.00/0.06/0.72)	

CMYK percentages

%19.44
%0
%5.56
%71.76

Codes

Color #3A4844 in popluar color models

3A4844
RGB587268
HSL163°10.77%25.49%
HSB/HSV163°19.44%28.24%
CMYK19.44%0.00%5.56%
71.76%

Color #3A4844 in popluar number systems.

HEX3A4844
Decimal587268
Binary11101010010001000100
Octal72110104

Shades and tints

Shades of #3A4844

#3A4844
(58,72,68)
#35423E
(53,66,62)
#303C38
(48,60,56)
#2B3632
(43,54,50)
#26302C
(38,48,44)
#212A26
(33,42,38)
#1C2420
(28,36,32)
#171E1A
(23,30,26)
#121814
(18,24,20)
#0D120E
(13,18,14)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A4844

#3A4844
(58,72,68)
#4B5855
(75,88,85)
#5C6866
(92,104,102)
#6D7877
(109,120,119)
#7E8888
(126,136,136)
#8F9899
(143,152,153)
#A0A8AA
(160,168,170)
#B1B8BB
(177,184,187)
#C2C8CC
(194,200,204)
#D3D8DD
(211,216,221)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4844; }

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

This text font color is #3A4844.


Background Color

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

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

This div background color is #3A4844.


Border color

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

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

This div border color is #3A4844.


Opacity

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

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

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

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

This text has shadow with #3A4844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4844 on black background.


Color preview on white background

This text has color #3A4844 on white background.



Black color preview on #3A4844 background

This text has black color on #3A4844 background.


White color preview on #3A4844 background

This text has white color on #3A4844 background.