COLOR #3A6352

HEX: #3A6352
RGB: (58,99,82)

Color info

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

RGB color model

#3A6352 color RGB value is (58,99,82).

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

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 82 of 255 = 32%

58
99
82

R + G + B ~ 31%. #3A6352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 99 + 82 = 239 (100%)
R 58 of 239 ~ 24.27%
G 99 of 239 ~ 41.42%
B 82 of 239 ~ 34.31%

%24.27
%41.42
%34.31

CMYK color model

#3A6352 color CMYK value is (41,0,17,61).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 17.17%
  • key color value is 61.18%
CMYK:
(41,0,17,61)
C41M0Y17K61 
(41%,0%,17%,61%)
(0.41/0.00/0.17/0.61)	

CMYK percentages

%41.41
%0
%17.17
%61.18

Codes

Color #3A6352 in popluar color models

3A6352
RGB589982
HSL155°26.11%30.78%
HSB/HSV155°41.41%38.82%
CMYK41.41%0.00%17.17%
61.18%

Color #3A6352 in popluar number systems.

HEX3A6352
Decimal589982
Binary11101011000111010010
Octal72143122

Shades and tints

Shades of #3A6352

#3A6352
(58,99,82)
#355A4B
(53,90,75)
#305144
(48,81,68)
#2B483D
(43,72,61)
#263F36
(38,63,54)
#21362F
(33,54,47)
#1C2D28
(28,45,40)
#172421
(23,36,33)
#121B1A
(18,27,26)
#0D1213
(13,18,19)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #3A6352

#3A6352
(58,99,82)
#4B7161
(75,113,97)
#5C7F70
(92,127,112)
#6D8D7F
(109,141,127)
#7E9B8E
(126,155,142)
#8FA99D
(143,169,157)
#A0B7AC
(160,183,172)
#B1C5BB
(177,197,187)
#C2D3CA
(194,211,202)
#D3E1D9
(211,225,217)
#E4EFE8
(228,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6352; }

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

This text font color is #3A6352.


Background Color

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

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

This div background color is #3A6352.


Border color

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

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

This div border color is #3A6352.


Opacity

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

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

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

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

This text has shadow with #3A6352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6352 on black background.


Color preview on white background

This text has color #3A6352 on white background.



Black color preview on #3A6352 background

This text has black color on #3A6352 background.


White color preview on #3A6352 background

This text has white color on #3A6352 background.