COLOR #3A5842

HEX: #3A5842 RGB: (58,88,66)

Color info

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

RGB color model

#3A5842 color RGB value is (58,88,66).

RGB: (58,88,66) (23%, 35%, 26%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 66 of 255 = 26%

58
88
66

R + G + B ~ 28%. #3A5842 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 88 + 66 = 212 (100%)
R 58 of 212 ~ 27.36%
G 88 of 212 ~ 41.51%
B 66 of 212 ~ 31.13'%

%27.36
%41.51
%31.13

CMYK color model

#3A5842 color CMYK value is (34,0,25,65).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%

CMYK: (34,0,25,65)
C34M0Y25K65 (34%, 0%, 25%, 65%)
(0.34 / 0.00 / 0.25 / 0.65)

CMYK percentages

%34.09
%0
%25
%65.49

Codes

Color #3A5842 in popluar color models

3A 58 42
RGB 58 88 66
HSL 136° 20.55% 28.63%
HSB/HSV 136° 34.09% 34.51%
CMYK 34.09% 0.00% 25.00%
65.49%

Color #3A5842 in popluar number systems.

HEX 3A 58 42
Decimal 58 88 66
Binary 111010 1011000 1000010
Octal 72 130 102

Shades and tints

Shades of #3A5842

#3A5842
(58,88,66)
#35503C
(53,80,60)
#304836
(48,72,54)
#2B4030
(43,64,48)
#26382A
(38,56,42)
#213024
(33,48,36)
#1C281E
(28,40,30)
#172018
(23,32,24)
#121812
(18,24,18)
#0D100C
(13,16,12)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #3A5842

#3A5842
(58,88,66)
#4B6753
(75,103,83)
#5C7664
(92,118,100)
#6D8575
(109,133,117)
#7E9486
(126,148,134)
#8FA397
(143,163,151)
#A0B2A8
(160,178,168)
#B1C1B9
(177,193,185)
#C2D0CA
(194,208,202)
#D3DFDB
(211,223,219)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5842; }

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

This text font color is #3A5842.

Background Color

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

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

This div background color is #3A5842.

Border color

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

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

This div border color is #3A5842.

Opacity

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

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

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

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

This text has shadow with #3A5842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5842.

Preview

Color preview on black background

This text has color #3A5842 on black background.


Color preview on white background

This text has color #3A5842 on white background.


Black color preview on #3A5842 background

This text has black color on #3A5842 background.


White color preview on #3A5842 background

This text has white color on #3A5842 background.


Related colors

Complementary color

Complementary color for #hex is #C5A7BD.


I love getcolorcode.com

Triadic colors

1 #423A58 and #58423A with #3A5842 are triadic colors.

2 #42583A and #583A42 with #3A5842 are triadic colors.