COLOR #3A333F

HEX: #3A333F
RGB: (58,51,63)

Color info

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

RGB color model

#3A333F color RGB value is (58,51,63).

  • red value is 58;
  • green value is 51;
  • blue value is 63.
RGB:
(58,51,63)
(23%,20%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 63 of 255 = 25%

58
51
63

R + G + B ~ 23%. #3A333F is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 63 = 172 (100%)
R 58 of 172 ~ 33.72%
G 51 of 172 ~ 29.65%
B 63 of 172 ~ 36.63%

%33.72
%29.65
%36.63

CMYK color model

#3A333F color CMYK value is (8,19,0,75).

  • cyan value is 7.94%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(8,19,0,75)
C8M19Y0K75 
(8%,19%,0%,75%)
(0.08/0.19/0.00/0.75)	

CMYK percentages

%7.94
%19.05
%0
%75.29

Codes

Color #3A333F in popluar color models

3A333F
RGB585163
HSL275°10.53%22.35%
HSB/HSV275°19.05%24.71%
CMYK7.94%19.05%0.00%
75.29%

Color #3A333F in popluar number systems.

HEX3A333F
Decimal585163
Binary111010110011111111
Octal726377

Shades and tints

Shades of #3A333F

#3A333F
(58,51,63)
#352F3A
(53,47,58)
#302B35
(48,43,53)
#2B2730
(43,39,48)
#26232B
(38,35,43)
#211F26
(33,31,38)
#1C1B21
(28,27,33)
#17171C
(23,23,28)
#121317
(18,19,23)
#0D0F12
(13,15,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #3A333F

#3A333F
(58,51,63)
#4B4550
(75,69,80)
#5C5761
(92,87,97)
#6D6972
(109,105,114)
#7E7B83
(126,123,131)
#8F8D94
(143,141,148)
#A09FA5
(160,159,165)
#B1B1B6
(177,177,182)
#C2C3C7
(194,195,199)
#D3D5D8
(211,213,216)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A333F color. Also use rgb(58,51,63) instead hex code.

Text Font Color

.myTextColor { color: #3A333F; }

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

This text font color is #3A333F.


Background Color

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

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

This div background color is #3A333F.


Border color

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

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

This div border color is #3A333F.


Opacity

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

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

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

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

This text has shadow with #3A333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A333F on black background.


Color preview on white background

This text has color #3A333F on white background.



Black color preview on #3A333F background

This text has black color on #3A333F background.


White color preview on #3A333F background

This text has white color on #3A333F background.