COLOR #3A593F

HEX: #3A593F
RGB: (58,89,63)

Color info

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

RGB color model

#3A593F color RGB value is (58,89,63).

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

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 63 of 255 = 25%

58
89
63

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

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 63 = 210 (100%)
R 58 of 210 ~ 27.62%
G 89 of 210 ~ 42.38%
B 63 of 210 ~ 30%

%27.62
%42.38
%30

CMYK color model

#3A593F color CMYK value is (35,0,29,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(35,0,29,65)
C35M0Y29K65 
(35%,0%,29%,65%)
(0.35/0.00/0.29/0.65)	

CMYK percentages

%34.83
%0
%29.21
%65.1

Codes

Color #3A593F in popluar color models

3A593F
RGB588963
HSL130°21.09%28.82%
HSB/HSV130°34.83%34.90%
CMYK34.83%0.00%29.21%
65.10%

Color #3A593F in popluar number systems.

HEX3A593F
Decimal588963
Binary1110101011001111111
Octal7213177

Shades and tints

Shades of #3A593F

#3A593F
(58,89,63)
#35513A
(53,81,58)
#304935
(48,73,53)
#2B4130
(43,65,48)
#26392B
(38,57,43)
#213126
(33,49,38)
#1C2921
(28,41,33)
#17211C
(23,33,28)
#121917
(18,25,23)
#0D1112
(13,17,18)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #3A593F

#3A593F
(58,89,63)
#4B6850
(75,104,80)
#5C7761
(92,119,97)
#6D8672
(109,134,114)
#7E9583
(126,149,131)
#8FA494
(143,164,148)
#A0B3A5
(160,179,165)
#B1C2B6
(177,194,182)
#C2D1C7
(194,209,199)
#D3E0D8
(211,224,216)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A593F; }

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

This text font color is #3A593F.


Background Color

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

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

This div background color is #3A593F.


Border color

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

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

This div border color is #3A593F.


Opacity

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

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

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

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

This text has shadow with #3A593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A593F on black background.


Color preview on white background

This text has color #3A593F on white background.



Black color preview on #3A593F background

This text has black color on #3A593F background.


White color preview on #3A593F background

This text has white color on #3A593F background.