COLOR #3A4144

HEX: #3A4144
RGB: (58,65,68)

Color info

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

RGB color model

#3A4144 color RGB value is (58,65,68).

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

RGB channels and saturation

R 58 of 255 = 23%
G 65 of 255 = 25%
B 68 of 255 = 27%

58
65
68

R + G + B ~ 25%. #3A4144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 65 + 68 = 191 (100%)
R 58 of 191 ~ 30.37%
G 65 of 191 ~ 34.03%
B 68 of 191 ~ 35.6%

%30.37
%34.03
%35.6

CMYK color model

#3A4144 color CMYK value is (15,4,0,73).

  • cyan value is 14.71%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(15,4,0,73)
C15M4Y0K73 
(15%,4%,0%,73%)
(0.15/0.04/0.00/0.73)	

CMYK percentages

%14.71
%4.41
%0
%73.33

Codes

Color #3A4144 in popluar color models

3A4144
RGB586568
HSL198°7.94%24.71%
HSB/HSV198°14.71%26.67%
CMYK14.71%4.41%0.00%
73.33%

Color #3A4144 in popluar number systems.

HEX3A4144
Decimal586568
Binary11101010000011000100
Octal72101104

Shades and tints

Shades of #3A4144

#3A4144
(58,65,68)
#353C3E
(53,60,62)
#303738
(48,55,56)
#2B3232
(43,50,50)
#262D2C
(38,45,44)
#212826
(33,40,38)
#1C2320
(28,35,32)
#171E1A
(23,30,26)
#121914
(18,25,20)
#0D140E
(13,20,14)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #3A4144

#3A4144
(58,65,68)
#4B5255
(75,82,85)
#5C6366
(92,99,102)
#6D7477
(109,116,119)
#7E8588
(126,133,136)
#8F9699
(143,150,153)
#A0A7AA
(160,167,170)
#B1B8BB
(177,184,187)
#C2C9CC
(194,201,204)
#D3DADD
(211,218,221)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4144; }

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

This text font color is #3A4144.


Background Color

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

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

This div background color is #3A4144.


Border color

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

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

This div border color is #3A4144.


Opacity

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

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

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

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

This text has shadow with #3A4144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4144 on black background.


Color preview on white background

This text has color #3A4144 on white background.



Black color preview on #3A4144 background

This text has black color on #3A4144 background.


White color preview on #3A4144 background

This text has white color on #3A4144 background.