COLOR #3A513B

HEX: #3A513B
RGB: (58,81,59)

Color info

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

RGB color model

#3A513B color RGB value is (58,81,59).

  • red value is 58;
  • green value is 81;
  • blue value is 59.
RGB:
(58,81,59)
(23%,32%,23%)

RGB channels and saturation

R 58 of 255 = 23%
G 81 of 255 = 32%
B 59 of 255 = 23%

58
81
59

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

Portions of RGB colors in percentages

R + G + B =
58 + 81 + 59 = 198 (100%)
R 58 of 198 ~ 29.29%
G 81 of 198 ~ 40.91%
B 59 of 198 ~ 29.8%

%29.29
%40.91
%29.8

CMYK color model

#3A513B color CMYK value is (28,0,27,68).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 68.24%
CMYK:
(28,0,27,68)
C28M0Y27K68 
(28%,0%,27%,68%)
(0.28/0.00/0.27/0.68)	

CMYK percentages

%28.4
%0
%27.16
%68.24

Codes

Color #3A513B in popluar color models

3A513B
RGB588159
HSL123°16.55%27.25%
HSB/HSV123°28.40%31.76%
CMYK28.40%0.00%27.16%
68.24%

Color #3A513B in popluar number systems.

HEX3A513B
Decimal588159
Binary1110101010001111011
Octal7212173

Shades and tints

Shades of #3A513B

#3A513B
(58,81,59)
#354A36
(53,74,54)
#304331
(48,67,49)
#2B3C2C
(43,60,44)
#263527
(38,53,39)
#212E22
(33,46,34)
#1C271D
(28,39,29)
#172018
(23,32,24)
#121913
(18,25,19)
#0D120E
(13,18,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #3A513B

#3A513B
(58,81,59)
#4B604C
(75,96,76)
#5C6F5D
(92,111,93)
#6D7E6E
(109,126,110)
#7E8D7F
(126,141,127)
#8F9C90
(143,156,144)
#A0ABA1
(160,171,161)
#B1BAB2
(177,186,178)
#C2C9C3
(194,201,195)
#D3D8D4
(211,216,212)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A513B color. Also use rgb(58,81,59) instead hex code.

Text Font Color

.myTextColor { color: #3A513B; }

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

This text font color is #3A513B.


Background Color

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

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

This div background color is #3A513B.


Border color

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

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

This div border color is #3A513B.


Opacity

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

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

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

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

This text has shadow with #3A513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A513B on black background.


Color preview on white background

This text has color #3A513B on white background.



Black color preview on #3A513B background

This text has black color on #3A513B background.


White color preview on #3A513B background

This text has white color on #3A513B background.