COLOR #3A6357

HEX: #3A6357
RGB: (58,99,87)

Color info

#3A6357 contains red, green and blue colors in about the same proportion. Web safe color of #3A6357 is #336666 (or #366).

RGB color model

#3A6357 color RGB value is (58,99,87).

  • red value is 58;
  • green value is 99;
  • blue value is 87.
RGB:
(58,99,87)
(23%,39%,34%)

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 87 of 255 = 34%

58
99
87

R + G + B ~ 32%. #3A6357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 99 + 87 = 244 (100%)
R 58 of 244 ~ 23.77%
G 99 of 244 ~ 40.57%
B 87 of 244 ~ 35.66%

%23.77
%40.57
%35.66

CMYK color model

#3A6357 color CMYK value is (41,0,12,61).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(41,0,12,61)
C41M0Y12K61 
(41%,0%,12%,61%)
(0.41/0.00/0.12/0.61)	

CMYK percentages

%41.41
%0
%12.12
%61.18

Codes

Color #3A6357 in popluar color models

3A6357
RGB589987
HSL162°26.11%30.78%
HSB/HSV162°41.41%38.82%
CMYK41.41%0.00%12.12%
61.18%

Color #3A6357 in popluar number systems.

HEX3A6357
Decimal589987
Binary11101011000111010111
Octal72143127

Shades and tints

Shades of #3A6357

#3A6357
(58,99,87)
#355A50
(53,90,80)
#305149
(48,81,73)
#2B4842
(43,72,66)
#263F3B
(38,63,59)
#213634
(33,54,52)
#1C2D2D
(28,45,45)
#172426
(23,36,38)
#121B1F
(18,27,31)
#0D1218
(13,18,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #3A6357

#3A6357
(58,99,87)
#4B7166
(75,113,102)
#5C7F75
(92,127,117)
#6D8D84
(109,141,132)
#7E9B93
(126,155,147)
#8FA9A2
(143,169,162)
#A0B7B1
(160,183,177)
#B1C5C0
(177,197,192)
#C2D3CF
(194,211,207)
#D3E1DE
(211,225,222)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6357 color. Also use rgb(58,99,87) instead hex code.

Text Font Color

.myTextColor { color: #3A6357; }

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

This text font color is #3A6357.


Background Color

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

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

This div background color is #3A6357.


Border color

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

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

This div border color is #3A6357.


Opacity

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

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

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

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

This text has shadow with #3A6357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6357 on black background.


Color preview on white background

This text has color #3A6357 on white background.



Black color preview on #3A6357 background

This text has black color on #3A6357 background.


White color preview on #3A6357 background

This text has white color on #3A6357 background.