COLOR #3A5140

HEX: #3A5140
RGB: (58,81,64)

Color info

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

RGB color model

#3A5140 color RGB value is (58,81,64).

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

RGB channels and saturation

R 58 of 255 = 23%
G 81 of 255 = 32%
B 64 of 255 = 25%

58
81
64

R + G + B ~ 27%. #3A5140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 81 + 64 = 203 (100%)
R 58 of 203 ~ 28.57%
G 81 of 203 ~ 39.9%
B 64 of 203 ~ 31.53%

%28.57
%39.9
%31.53

CMYK color model

#3A5140 color CMYK value is (28,0,21,68).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(28,0,21,68)
C28M0Y21K68 
(28%,0%,21%,68%)
(0.28/0.00/0.21/0.68)	

CMYK percentages

%28.4
%0
%20.99
%68.24

Codes

Color #3A5140 in popluar color models

3A5140
RGB588164
HSL136°16.55%27.25%
HSB/HSV136°28.40%31.76%
CMYK28.40%0.00%20.99%
68.24%

Color #3A5140 in popluar number systems.

HEX3A5140
Decimal588164
Binary11101010100011000000
Octal72121100

Shades and tints

Shades of #3A5140

#3A5140
(58,81,64)
#354A3B
(53,74,59)
#304336
(48,67,54)
#2B3C31
(43,60,49)
#26352C
(38,53,44)
#212E27
(33,46,39)
#1C2722
(28,39,34)
#17201D
(23,32,29)
#121918
(18,25,24)
#0D1213
(13,18,19)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #3A5140

#3A5140
(58,81,64)
#4B6051
(75,96,81)
#5C6F62
(92,111,98)
#6D7E73
(109,126,115)
#7E8D84
(126,141,132)
#8F9C95
(143,156,149)
#A0ABA6
(160,171,166)
#B1BAB7
(177,186,183)
#C2C9C8
(194,201,200)
#D3D8D9
(211,216,217)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5140; }

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

This text font color is #3A5140.


Background Color

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

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

This div background color is #3A5140.


Border color

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

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

This div border color is #3A5140.


Opacity

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

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

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

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

This text has shadow with #3A5140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5140 on black background.


Color preview on white background

This text has color #3A5140 on white background.



Black color preview on #3A5140 background

This text has black color on #3A5140 background.


White color preview on #3A5140 background

This text has white color on #3A5140 background.