COLOR #3A443F

HEX: #3A443F RGB: (58,68,63)

Color info

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

RGB color model

#3A443F color RGB value is (58,68,63).

RGB: (58,68,63) (23%, 27%, 25%)

RGB channels and saturation

R 58 of 255 = 23%
G 68 of 255 = 27%
B 63 of 255 = 25%

58
68
63

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

Portions of RGB colors in percentages

R + G + B = 58 + 68 + 63 = 189 (100%)
R 58 of 189 ~ 30.69%
G 68 of 189 ~ 35.98%
B 63 of 189 ~ 33.33'%

%30.69
%35.98
%33.33

CMYK color model

#3A443F color CMYK value is (15,0,7,73).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 73.33%

CMYK: (15,0,7,73)
C15M0Y7K73 (15%, 0%, 7%, 73%)
(0.15 / 0.00 / 0.07 / 0.73)

CMYK percentages

%14.71
%0
%7.35
%73.33

Codes

Color #3A443F in popluar color models

3A 44 3F
RGB 58 68 63
HSL 150° 7.94% 24.71%
HSB/HSV 150° 14.71% 26.67%
CMYK 14.71% 0.00% 7.35%
73.33%

Color #3A443F in popluar number systems.

HEX 3A 44 3F
Decimal 58 68 63
Binary 111010 1000100 111111
Octal 72 104 77

Shades and tints

Shades of #3A443F

#3A443F
(58,68,63)
#353E3A
(53,62,58)
#303835
(48,56,53)
#2B3230
(43,50,48)
#262C2B
(38,44,43)
#212626
(33,38,38)
#1C2021
(28,32,33)
#171A1C
(23,26,28)
#121417
(18,20,23)
#0D0E12
(13,14,18)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #3A443F

#3A443F
(58,68,63)
#4B5550
(75,85,80)
#5C6661
(92,102,97)
#6D7772
(109,119,114)
#7E8883
(126,136,131)
#8F9994
(143,153,148)
#A0AAA5
(160,170,165)
#B1BBB6
(177,187,182)
#C2CCC7
(194,204,199)
#D3DDD8
(211,221,216)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A443F; }

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

This text font color is #3A443F.

Background Color

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

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

This div background color is #3A443F.

Border color

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

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

This div border color is #3A443F.

Opacity

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

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

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

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

This text has shadow with #3A443F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A443F.

Preview

Color preview on black background

This text has color #3A443F on black background.


Color preview on white background

This text has color #3A443F on white background.


Black color preview on #3A443F background

This text has black color on #3A443F background.


White color preview on #3A443F background

This text has white color on #3A443F background.


Related colors

Complementary color

Complementary color for #hex is #C5BBC0.


I love getcolorcode.com

Triadic colors

1 #3F3A44 and #443F3A with #3A443F are triadic colors.

2 #3F443A and #443A3F with #3A443F are triadic colors.