COLOR #3A5948

HEX: #3A5948
RGB: (58,89,72)

Color info

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

RGB color model

#3A5948 color RGB value is (58,89,72).

  • red value is 58;
  • green value is 89;
  • blue value is 72.
RGB:
(58,89,72)
(23%,35%,28%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 72 of 255 = 28%

58
89
72

R + G + B ~ 29%. #3A5948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 72 = 219 (100%)
R 58 of 219 ~ 26.48%
G 89 of 219 ~ 40.64%
B 72 of 219 ~ 32.88%

%26.48
%40.64
%32.88

CMYK color model

#3A5948 color CMYK value is (35,0,19,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(35,0,19,65)
C35M0Y19K65 
(35%,0%,19%,65%)
(0.35/0.00/0.19/0.65)	

CMYK percentages

%34.83
%0
%19.1
%65.1

Codes

Color #3A5948 in popluar color models

3A5948
RGB588972
HSL147°21.09%28.82%
HSB/HSV147°34.83%34.90%
CMYK34.83%0.00%19.10%
65.10%

Color #3A5948 in popluar number systems.

HEX3A5948
Decimal588972
Binary11101010110011001000
Octal72131110

Shades and tints

Shades of #3A5948

#3A5948
(58,89,72)
#355142
(53,81,66)
#30493C
(48,73,60)
#2B4136
(43,65,54)
#263930
(38,57,48)
#21312A
(33,49,42)
#1C2924
(28,41,36)
#17211E
(23,33,30)
#121918
(18,25,24)
#0D1112
(13,17,18)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #3A5948

#3A5948
(58,89,72)
#4B6858
(75,104,88)
#5C7768
(92,119,104)
#6D8678
(109,134,120)
#7E9588
(126,149,136)
#8FA498
(143,164,152)
#A0B3A8
(160,179,168)
#B1C2B8
(177,194,184)
#C2D1C8
(194,209,200)
#D3E0D8
(211,224,216)
#E4EFE8
(228,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5948; }

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

This text font color is #3A5948.


Background Color

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

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

This div background color is #3A5948.


Border color

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

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

This div border color is #3A5948.


Opacity

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

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

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

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

This text has shadow with #3A5948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5948 on black background.


Color preview on white background

This text has color #3A5948 on white background.



Black color preview on #3A5948 background

This text has black color on #3A5948 background.


White color preview on #3A5948 background

This text has white color on #3A5948 background.