COLOR #3A3831

HEX: #3A3831 RGB: (58,56,49)

Color info

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

RGB color model

#3A3831 color RGB value is (58,56,49).

RGB: (58,56,49) (23%, 22%, 19%)

RGB channels and saturation

R 58 of 255 = 23%
G 56 of 255 = 22%
B 49 of 255 = 19%

58
56
49

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

Portions of RGB colors in percentages

R + G + B = 58 + 56 + 49 = 163 (100%)
R 58 of 163 ~ 35.58%
G 56 of 163 ~ 34.36%
B 49 of 163 ~ 30.06'%

%35.58
%34.36
%30.06

CMYK color model

#3A3831 color CMYK value is (0,3,16,77).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 15.52%
  • key color value is 77.25%

CMYK: (0,3,16,77)
C0M3Y16K77 (0%, 3%, 16%, 77%)
(0.00 / 0.03 / 0.16 / 0.77)

CMYK percentages

%0
%3.45
%15.52
%77.25

Codes

Color #3A3831 in popluar color models

3A 38 31
RGB 58 56 49
HSL 47° 8.41% 20.98%
HSB/HSV 47° 15.52% 22.75%
CMYK 0.00% 3.45% 15.52%
77.25%

Color #3A3831 in popluar number systems.

HEX 3A 38 31
Decimal 58 56 49
Binary 111010 111000 110001
Octal 72 70 61

Shades and tints

Shades of #3A3831

#3A3831
(58,56,49)
#35332D
(53,51,45)
#302E29
(48,46,41)
#2B2925
(43,41,37)
#262421
(38,36,33)
#211F1D
(33,31,29)
#1C1A19
(28,26,25)
#171515
(23,21,21)
#121011
(18,16,17)
#0D0B0D
(13,11,13)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #3A3831

#3A3831
(58,56,49)
#4B4A43
(75,74,67)
#5C5C55
(92,92,85)
#6D6E67
(109,110,103)
#7E8079
(126,128,121)
#8F928B
(143,146,139)
#A0A49D
(160,164,157)
#B1B6AF
(177,182,175)
#C2C8C1
(194,200,193)
#D3DAD3
(211,218,211)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3831; }

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

This text font color is #3A3831.

Background Color

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

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

This div background color is #3A3831.

Border color

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

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

This div border color is #3A3831.

Opacity

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

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

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

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

This text has shadow with #3A3831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3831.

Preview

Color preview on black background

This text has color #3A3831 on black background.


Color preview on white background

This text has color #3A3831 on white background.


Black color preview on #3A3831 background

This text has black color on #3A3831 background.


White color preview on #3A3831 background

This text has white color on #3A3831 background.


Related colors

Complementary color

Complementary color for #hex is #C5C7CE.


I love getcolorcode.com

Triadic colors

1 #313A38 and #38313A with #3A3831 are triadic colors.

2 #31383A and #383A31 with #3A3831 are triadic colors.