COLOR #3A5538

HEX: #3A5538
RGB: (58,85,56)

Color info

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

RGB color model

#3A5538 color RGB value is (58,85,56).

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

RGB channels and saturation

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

58
85
56

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

Portions of RGB colors in percentages

R + G + B =
58 + 85 + 56 = 199 (100%)
R 58 of 199 ~ 29.15%
G 85 of 199 ~ 42.71%
B 56 of 199 ~ 28.14%

%29.15
%42.71
%28.14

CMYK color model

#3A5538 color CMYK value is (32,0,34,67).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(32,0,34,67)
C32M0Y34K67 
(32%,0%,34%,67%)
(0.32/0.00/0.34/0.67)	

CMYK percentages

%31.76
%0
%34.12
%66.67

Codes

Color #3A5538 in popluar color models

3A5538
RGB588556
HSL116°20.57%27.65%
HSB/HSV116°34.12%33.33%
CMYK31.76%0.00%34.12%
66.67%

Color #3A5538 in popluar number systems.

HEX3A5538
Decimal588556
Binary1110101010101111000
Octal7212570

Shades and tints

Shades of #3A5538

#3A5538
(58,85,56)
#354E33
(53,78,51)
#30472E
(48,71,46)
#2B4029
(43,64,41)
#263924
(38,57,36)
#21321F
(33,50,31)
#1C2B1A
(28,43,26)
#172415
(23,36,21)
#121D10
(18,29,16)
#0D160B
(13,22,11)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #3A5538

#3A5538
(58,85,56)
#4B644A
(75,100,74)
#5C735C
(92,115,92)
#6D826E
(109,130,110)
#7E9180
(126,145,128)
#8FA092
(143,160,146)
#A0AFA4
(160,175,164)
#B1BEB6
(177,190,182)
#C2CDC8
(194,205,200)
#D3DCDA
(211,220,218)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5538; }

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

This text font color is #3A5538.


Background Color

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

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

This div background color is #3A5538.


Border color

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

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

This div border color is #3A5538.


Opacity

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

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

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

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

This text has shadow with #3A5538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5538 on black background.


Color preview on white background

This text has color #3A5538 on white background.



Black color preview on #3A5538 background

This text has black color on #3A5538 background.


White color preview on #3A5538 background

This text has white color on #3A5538 background.