COLOR #3A592D

HEX: #3A592D RGB: (58,89,45)

Color info

#3A592D contains red, green and blue colors in about the same proportion. Web safe color of #3A592D is #336633 (or #363).

RGB color model

#3A592D color RGB value is (58,89,45).

RGB: (58,89,45) (23%, 35%, 18%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 45 of 255 = 18%

58
89
45

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

Portions of RGB colors in percentages

R + G + B = 58 + 89 + 45 = 192 (100%)
R 58 of 192 ~ 30.21%
G 89 of 192 ~ 46.35%
B 45 of 192 ~ 23.44'%

%30.21
%46.35
%23.44

CMYK color model

#3A592D color CMYK value is (35,0,49,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 65.10%

CMYK: (35,0,49,65)
C35M0Y49K65 (35%, 0%, 49%, 65%)
(0.35 / 0.00 / 0.49 / 0.65)

CMYK percentages

%34.83
%0
%49.44
%65.1

Codes

Color #3A592D in popluar color models

3A 59 2D
RGB 58 89 45
HSL 102° 32.84% 26.27%
HSB/HSV 102° 49.44% 34.90%
CMYK 34.83% 0.00% 49.44%
65.10%

Color #3A592D in popluar number systems.

HEX 3A 59 2D
Decimal 58 89 45
Binary 111010 1011001 101101
Octal 72 131 55

Shades and tints

Shades of #3A592D

#3A592D
(58,89,45)
#355129
(53,81,41)
#304925
(48,73,37)
#2B4121
(43,65,33)
#26391D
(38,57,29)
#213119
(33,49,25)
#1C2915
(28,41,21)
#172111
(23,33,17)
#12190D
(18,25,13)
#0D1109
(13,17,9)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #3A592D

#3A592D
(58,89,45)
#4B6840
(75,104,64)
#5C7753
(92,119,83)
#6D8666
(109,134,102)
#7E9579
(126,149,121)
#8FA48C
(143,164,140)
#A0B39F
(160,179,159)
#B1C2B2
(177,194,178)
#C2D1C5
(194,209,197)
#D3E0D8
(211,224,216)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A592D color. Also use rgb(58,89,45) instead hex code.

Text Font Color

.myTextColor { color: #3A592D; }

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

This text font color is #3A592D.

Background Color

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

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

This div background color is #3A592D.

Border color

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

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

This div border color is #3A592D.

Opacity

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

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

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

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

This text has shadow with #3A592D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A592D.

Preview

Color preview on black background

This text has color #3A592D on black background.


Color preview on white background

This text has color #3A592D on white background.


Black color preview on #3A592D background

This text has black color on #3A592D background.


White color preview on #3A592D background

This text has white color on #3A592D background.


Related colors

Complementary color

Complementary color for #hex is #C5A6D2.


I love getcolorcode.com

Triadic colors

1 #2D3A59 and #592D3A with #3A592D are triadic colors.

2 #2D593A and #593A2D with #3A592D are triadic colors.