COLOR #3A402A

HEX: #3A402A
RGB: (58,64,42)

Color info

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

RGB color model

#3A402A color RGB value is (58,64,42).

  • red value is 58;
  • green value is 64;
  • blue value is 42.
RGB:
(58,64,42)
(23%,25%,16%)

RGB channels and saturation

R 58 of 255 = 23%
G 64 of 255 = 25%
B 42 of 255 = 16%

58
64
42

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

Portions of RGB colors in percentages

R + G + B =
58 + 64 + 42 = 164 (100%)
R 58 of 164 ~ 35.37%
G 64 of 164 ~ 39.02%
B 42 of 164 ~ 25.61%

%35.37
%39.02
%25.61

CMYK color model

#3A402A color CMYK value is (9,0,34,75).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 74.90%
CMYK:
(9,0,34,75)
C9M0Y34K75 
(9%,0%,34%,75%)
(0.09/0.00/0.34/0.75)	

CMYK percentages

%9.38
%0
%34.38
%74.9

Codes

Color #3A402A in popluar color models

3A402A
RGB586442
HSL76°20.75%20.78%
HSB/HSV76°34.38%25.10%
CMYK9.38%0.00%34.38%
74.90%

Color #3A402A in popluar number systems.

HEX3A402A
Decimal586442
Binary1110101000000101010
Octal7210052

Shades and tints

Shades of #3A402A

#3A402A
(58,64,42)
#353B27
(53,59,39)
#303624
(48,54,36)
#2B3121
(43,49,33)
#262C1E
(38,44,30)
#21271B
(33,39,27)
#1C2218
(28,34,24)
#171D15
(23,29,21)
#121812
(18,24,18)
#0D130F
(13,19,15)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #3A402A

#3A402A
(58,64,42)
#4B513D
(75,81,61)
#5C6250
(92,98,80)
#6D7363
(109,115,99)
#7E8476
(126,132,118)
#8F9589
(143,149,137)
#A0A69C
(160,166,156)
#B1B7AF
(177,183,175)
#C2C8C2
(194,200,194)
#D3D9D5
(211,217,213)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A402A; }

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

This text font color is #3A402A.


Background Color

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

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

This div background color is #3A402A.


Border color

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

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

This div border color is #3A402A.


Opacity

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

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

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

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

This text has shadow with #3A402A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A402A on black background.


Color preview on white background

This text has color #3A402A on white background.



Black color preview on #3A402A background

This text has black color on #3A402A background.


White color preview on #3A402A background

This text has white color on #3A402A background.