COLOR #3A3333

HEX: #3A3333
RGB: (58,51,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
51
51

R + G + B ~ 21%. #3A3333 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 51 = 160 (100%)
R 58 of 160 ~ 36.25%
G 51 of 160 ~ 31.88%
B 51 of 160 ~ 31.88%

%36.25
%31.88
%31.88

CMYK color model

#3A3333 color CMYK value is (0,12,12,77).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 12.07%
  • key color value is 77.25%
CMYK:
(0,12,12,77)
C0M12Y12K77 
(0%,12%,12%,77%)
(0.00/0.12/0.12/0.77)	

CMYK percentages

%0
%12.07
%12.07
%77.25

Codes

Color #3A3333 in popluar color models

3A3333
RGB585151
HSL6.42%21.37%
HSB/HSV12.07%22.75%
CMYK0.00%12.07%12.07%
77.25%

Color #3A3333 in popluar number systems.

HEX3A3333
Decimal585151
Binary111010110011110011
Octal726363

Shades and tints

Shades of #3A3333

#3A3333
(58,51,51)
#352F2F
(53,47,47)
#302B2B
(48,43,43)
#2B2727
(43,39,39)
#262323
(38,35,35)
#211F1F
(33,31,31)
#1C1B1B
(28,27,27)
#171717
(23,23,23)
#121313
(18,19,19)
#0D0F0F
(13,15,15)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #3A3333

#3A3333
(58,51,51)
#4B4545
(75,69,69)
#5C5757
(92,87,87)
#6D6969
(109,105,105)
#7E7B7B
(126,123,123)
#8F8D8D
(143,141,141)
#A09F9F
(160,159,159)
#B1B1B1
(177,177,177)
#C2C3C3
(194,195,195)
#D3D5D5
(211,213,213)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3333; }

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

This text font color is #3A3333.


Background Color

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

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

This div background color is #3A3333.


Border color

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

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

This div border color is #3A3333.


Opacity

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

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

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

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

This text has shadow with #3A3333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3333 on black background.


Color preview on white background

This text has color #3A3333 on white background.



Black color preview on #3A3333 background

This text has black color on #3A3333 background.


White color preview on #3A3333 background

This text has white color on #3A3333 background.