COLOR #3A3835

HEX: #3A3835
RGB: (58,56,53)

Color info

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

RGB color model

#3A3835 color RGB value is (58,56,53).

  • red value is 58;
  • green value is 56;
  • blue value is 53.
RGB:
(58,56,53)
(23%,22%,21%)

RGB channels and saturation

R 58 of 255 = 23%
G 56 of 255 = 22%
B 53 of 255 = 21%

58
56
53

R + G + B ~ 22%. #3A3835 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 56 + 53 = 167 (100%)
R 58 of 167 ~ 34.73%
G 56 of 167 ~ 33.53%
B 53 of 167 ~ 31.74%

%34.73
%33.53
%31.74

CMYK color model

#3A3835 color CMYK value is (0,3,9,77).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 8.62%
  • key color value is 77.25%
CMYK:
(0,3,9,77)
C0M3Y9K77 
(0%,3%,9%,77%)
(0.00/0.03/0.09/0.77)	

CMYK percentages

%0
%3.45
%8.62
%77.25

Codes

Color #3A3835 in popluar color models

3A3835
RGB585653
HSL36°4.50%21.76%
HSB/HSV36°8.62%22.75%
CMYK0.00%3.45%8.62%
77.25%

Color #3A3835 in popluar number systems.

HEX3A3835
Decimal585653
Binary111010111000110101
Octal727065

Shades and tints

Shades of #3A3835

#3A3835
(58,56,53)
#353331
(53,51,49)
#302E2D
(48,46,45)
#2B2929
(43,41,41)
#262425
(38,36,37)
#211F21
(33,31,33)
#1C1A1D
(28,26,29)
#171519
(23,21,25)
#121015
(18,16,21)
#0D0B11
(13,11,17)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #3A3835

#3A3835
(58,56,53)
#4B4A47
(75,74,71)
#5C5C59
(92,92,89)
#6D6E6B
(109,110,107)
#7E807D
(126,128,125)
#8F928F
(143,146,143)
#A0A4A1
(160,164,161)
#B1B6B3
(177,182,179)
#C2C8C5
(194,200,197)
#D3DAD7
(211,218,215)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3835; }

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

This text font color is #3A3835.


Background Color

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

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

This div background color is #3A3835.


Border color

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

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

This div border color is #3A3835.


Opacity

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

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

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

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

This text has shadow with #3A3835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3835 on black background.


Color preview on white background

This text has color #3A3835 on white background.



Black color preview on #3A3835 background

This text has black color on #3A3835 background.


White color preview on #3A3835 background

This text has white color on #3A3835 background.