COLOR #3A4143

HEX: #3A4143
RGB: (58,65,67)

Color info

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

RGB color model

#3A4143 color RGB value is (58,65,67).

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

RGB channels and saturation

R 58 of 255 = 23%
G 65 of 255 = 25%
B 67 of 255 = 26%

58
65
67

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

Portions of RGB colors in percentages

R + G + B =
58 + 65 + 67 = 190 (100%)
R 58 of 190 ~ 30.53%
G 65 of 190 ~ 34.21%
B 67 of 190 ~ 35.26%

%30.53
%34.21
%35.26

CMYK color model

#3A4143 color CMYK value is (13,3,0,74).

  • cyan value is 13.43%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(13,3,0,74)
C13M3Y0K74 
(13%,3%,0%,74%)
(0.13/0.03/0.00/0.74)	

CMYK percentages

%13.43
%2.99
%0
%73.73

Codes

Color #3A4143 in popluar color models

3A4143
RGB586567
HSL193°7.20%24.51%
HSB/HSV193°13.43%26.27%
CMYK13.43%2.99%0.00%
73.73%

Color #3A4143 in popluar number systems.

HEX3A4143
Decimal586567
Binary11101010000011000011
Octal72101103

Shades and tints

Shades of #3A4143

#3A4143
(58,65,67)
#353C3D
(53,60,61)
#303737
(48,55,55)
#2B3231
(43,50,49)
#262D2B
(38,45,43)
#212825
(33,40,37)
#1C231F
(28,35,31)
#171E19
(23,30,25)
#121913
(18,25,19)
#0D140D
(13,20,13)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #3A4143

#3A4143
(58,65,67)
#4B5254
(75,82,84)
#5C6365
(92,99,101)
#6D7476
(109,116,118)
#7E8587
(126,133,135)
#8F9698
(143,150,152)
#A0A7A9
(160,167,169)
#B1B8BA
(177,184,186)
#C2C9CB
(194,201,203)
#D3DADC
(211,218,220)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4143; }

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

This text font color is #3A4143.


Background Color

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

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

This div background color is #3A4143.


Border color

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

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

This div border color is #3A4143.


Opacity

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

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

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

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

This text has shadow with #3A4143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4143 on black background.


Color preview on white background

This text has color #3A4143 on white background.



Black color preview on #3A4143 background

This text has black color on #3A4143 background.


White color preview on #3A4143 background

This text has white color on #3A4143 background.