COLOR #3A423F

HEX: #3A423F
RGB: (58,66,63)

Color info

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

RGB color model

#3A423F color RGB value is (58,66,63).

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

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 63 of 255 = 25%

58
66
63

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

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 63 = 187 (100%)
R 58 of 187 ~ 31.02%
G 66 of 187 ~ 35.29%
B 63 of 187 ~ 33.69%

%31.02
%35.29
%33.69

CMYK color model

#3A423F color CMYK value is (12,0,5,74).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK:
(12,0,5,74)
C12M0Y5K74 
(12%,0%,5%,74%)
(0.12/0.00/0.05/0.74)	

CMYK percentages

%12.12
%0
%4.55
%74.12

Codes

Color #3A423F in popluar color models

3A423F
RGB586663
HSL158°6.45%24.31%
HSB/HSV158°12.12%25.88%
CMYK12.12%0.00%4.55%
74.12%

Color #3A423F in popluar number systems.

HEX3A423F
Decimal586663
Binary1110101000010111111
Octal7210277

Shades and tints

Shades of #3A423F

#3A423F
(58,66,63)
#353C3A
(53,60,58)
#303635
(48,54,53)
#2B3030
(43,48,48)
#262A2B
(38,42,43)
#212426
(33,36,38)
#1C1E21
(28,30,33)
#17181C
(23,24,28)
#121217
(18,18,23)
#0D0C12
(13,12,18)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #3A423F

#3A423F
(58,66,63)
#4B5350
(75,83,80)
#5C6461
(92,100,97)
#6D7572
(109,117,114)
#7E8683
(126,134,131)
#8F9794
(143,151,148)
#A0A8A5
(160,168,165)
#B1B9B6
(177,185,182)
#C2CAC7
(194,202,199)
#D3DBD8
(211,219,216)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A423F; }

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

This text font color is #3A423F.


Background Color

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

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

This div background color is #3A423F.


Border color

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

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

This div border color is #3A423F.


Opacity

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

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

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

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

This text has shadow with #3A423F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A423F on black background.


Color preview on white background

This text has color #3A423F on white background.



Black color preview on #3A423F background

This text has black color on #3A423F background.


White color preview on #3A423F background

This text has white color on #3A423F background.