COLOR #3A563E

HEX: #3A563E
RGB: (58,86,62)

Color info

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

RGB color model

#3A563E color RGB value is (58,86,62).

  • red value is 58;
  • green value is 86;
  • blue value is 62.
RGB:
(58,86,62)
(23%,34%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 86 of 255 = 34%
B 62 of 255 = 24%

58
86
62

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

Portions of RGB colors in percentages

R + G + B =
58 + 86 + 62 = 206 (100%)
R 58 of 206 ~ 28.16%
G 86 of 206 ~ 41.75%
B 62 of 206 ~ 30.1%

%28.16
%41.75
%30.1

CMYK color model

#3A563E color CMYK value is (33,0,28,66).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 66.27%
CMYK:
(33,0,28,66)
C33M0Y28K66 
(33%,0%,28%,66%)
(0.33/0.00/0.28/0.66)	

CMYK percentages

%32.56
%0
%27.91
%66.27

Codes

Color #3A563E in popluar color models

3A563E
RGB588662
HSL129°19.44%28.24%
HSB/HSV129°32.56%33.73%
CMYK32.56%0.00%27.91%
66.27%

Color #3A563E in popluar number systems.

HEX3A563E
Decimal588662
Binary1110101010110111110
Octal7212676

Shades and tints

Shades of #3A563E

#3A563E
(58,86,62)
#354F39
(53,79,57)
#304834
(48,72,52)
#2B412F
(43,65,47)
#263A2A
(38,58,42)
#213325
(33,51,37)
#1C2C20
(28,44,32)
#17251B
(23,37,27)
#121E16
(18,30,22)
#0D1711
(13,23,17)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #3A563E

#3A563E
(58,86,62)
#4B654F
(75,101,79)
#5C7460
(92,116,96)
#6D8371
(109,131,113)
#7E9282
(126,146,130)
#8FA193
(143,161,147)
#A0B0A4
(160,176,164)
#B1BFB5
(177,191,181)
#C2CEC6
(194,206,198)
#D3DDD7
(211,221,215)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A563E color. Also use rgb(58,86,62) instead hex code.

Text Font Color

.myTextColor { color: #3A563E; }

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

This text font color is #3A563E.


Background Color

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

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

This div background color is #3A563E.


Border color

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

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

This div border color is #3A563E.


Opacity

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

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

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

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

This text has shadow with #3A563E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A563E on black background.


Color preview on white background

This text has color #3A563E on white background.



Black color preview on #3A563E background

This text has black color on #3A563E background.


White color preview on #3A563E background

This text has white color on #3A563E background.