COLOR #3A3724

HEX: #3A3724 RGB: (58,55,36)

Color info

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

RGB color model

#3A3724 color RGB value is (58,55,36).

RGB: (58,55,36) (23%, 22%, 14%)

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 36 of 255 = 14%

58
55
36

R + G + B ~ 20%. #3A3724 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 55 + 36 = 149 (100%)
R 58 of 149 ~ 38.93%
G 55 of 149 ~ 36.91%
B 36 of 149 ~ 24.16'%

%38.93
%36.91
%24.16

CMYK color model

#3A3724 color CMYK value is (0,5,38,77).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 37.93%
  • key color value is 77.25%

CMYK: (0,5,38,77)
C0M5Y38K77 (0%, 5%, 38%, 77%)
(0.00 / 0.05 / 0.38 / 0.77)

CMYK percentages

%0
%5.17
%37.93
%77.25

Codes

Color #3A3724 in popluar color models

3A 37 24
RGB 58 55 36
HSL 52° 23.40% 18.43%
HSB/HSV 52° 37.93% 22.75%
CMYK 0.00% 5.17% 37.93%
77.25%

Color #3A3724 in popluar number systems.

HEX 3A 37 24
Decimal 58 55 36
Binary 111010 110111 100100
Octal 72 67 44

Shades and tints

Shades of #3A3724

#3A3724
(58,55,36)
#353221
(53,50,33)
#302D1E
(48,45,30)
#2B281B
(43,40,27)
#262318
(38,35,24)
#211E15
(33,30,21)
#1C1912
(28,25,18)
#17140F
(23,20,15)
#120F0C
(18,15,12)
#0D0A09
(13,10,9)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #3A3724

#3A3724
(58,55,36)
#4B4937
(75,73,55)
#5C5B4A
(92,91,74)
#6D6D5D
(109,109,93)
#7E7F70
(126,127,112)
#8F9183
(143,145,131)
#A0A396
(160,163,150)
#B1B5A9
(177,181,169)
#C2C7BC
(194,199,188)
#D3D9CF
(211,217,207)
#E4EBE2
(228,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3724 color. Also use rgb(58,55,36) instead hex code.

Text Font Color

.myTextColor { color: #3A3724; }

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

This text font color is #3A3724.

Background Color

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

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

This div background color is #3A3724.

Border color

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

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

This div border color is #3A3724.

Opacity

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

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

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

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

This text has shadow with #3A3724 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3724.

Preview

Color preview on black background

This text has color #3A3724 on black background.


Color preview on white background

This text has color #3A3724 on white background.


Black color preview on #3A3724 background

This text has black color on #3A3724 background.


White color preview on #3A3724 background

This text has white color on #3A3724 background.


Related colors

Complementary color

Complementary color for #hex is #C5C8DB.


I love getcolorcode.com

Triadic colors

1 #243A37 and #37243A with #3A3724 are triadic colors.

2 #24373A and #373A24 with #3A3724 are triadic colors.