COLOR #3A5438

HEX: #3A5438
RGB: (58,84,56)

Color info

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

RGB color model

#3A5438 color RGB value is (58,84,56).

  • red value is 58;
  • green value is 84;
  • blue value is 56.
RGB:
(58,84,56)
(23%,33%,22%)

RGB channels and saturation

R 58 of 255 = 23%
G 84 of 255 = 33%
B 56 of 255 = 22%

58
84
56

R + G + B ~ 26%. #3A5438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 84 + 56 = 198 (100%)
R 58 of 198 ~ 29.29%
G 84 of 198 ~ 42.42%
B 56 of 198 ~ 28.28%

%29.29
%42.42
%28.28

CMYK color model

#3A5438 color CMYK value is (31,0,33,67).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 67.06%
CMYK:
(31,0,33,67)
C31M0Y33K67 
(31%,0%,33%,67%)
(0.31/0.00/0.33/0.67)	

CMYK percentages

%30.95
%0
%33.33
%67.06

Codes

Color #3A5438 in popluar color models

3A5438
RGB588456
HSL116°20.00%27.45%
HSB/HSV116°33.33%32.94%
CMYK30.95%0.00%33.33%
67.06%

Color #3A5438 in popluar number systems.

HEX3A5438
Decimal588456
Binary1110101010100111000
Octal7212470

Shades and tints

Shades of #3A5438

#3A5438
(58,84,56)
#354D33
(53,77,51)
#30462E
(48,70,46)
#2B3F29
(43,63,41)
#263824
(38,56,36)
#21311F
(33,49,31)
#1C2A1A
(28,42,26)
#172315
(23,35,21)
#121C10
(18,28,16)
#0D150B
(13,21,11)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #3A5438

#3A5438
(58,84,56)
#4B634A
(75,99,74)
#5C725C
(92,114,92)
#6D816E
(109,129,110)
#7E9080
(126,144,128)
#8F9F92
(143,159,146)
#A0AEA4
(160,174,164)
#B1BDB6
(177,189,182)
#C2CCC8
(194,204,200)
#D3DBDA
(211,219,218)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5438; }

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

This text font color is #3A5438.


Background Color

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

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

This div background color is #3A5438.


Border color

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

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

This div border color is #3A5438.


Opacity

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

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

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

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

This text has shadow with #3A5438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5438 on black background.


Color preview on white background

This text has color #3A5438 on white background.



Black color preview on #3A5438 background

This text has black color on #3A5438 background.


White color preview on #3A5438 background

This text has white color on #3A5438 background.