COLOR #3A6553

HEX: #3A6553
RGB: (58,101,83)

Color info

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

RGB color model

#3A6553 color RGB value is (58,101,83).

  • red value is 58;
  • green value is 101;
  • blue value is 83.
RGB:
(58,101,83)
(23%,40%,33%)

RGB channels and saturation

R 58 of 255 = 23%
G 101 of 255 = 40%
B 83 of 255 = 33%

58
101
83

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

Portions of RGB colors in percentages

R + G + B =
58 + 101 + 83 = 242 (100%)
R 58 of 242 ~ 23.97%
G 101 of 242 ~ 41.74%
B 83 of 242 ~ 34.3%

%23.97
%41.74
%34.3

CMYK color model

#3A6553 color CMYK value is (43,0,18,60).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 60.39%
CMYK:
(43,0,18,60)
C43M0Y18K60 
(43%,0%,18%,60%)
(0.43/0.00/0.18/0.60)	

CMYK percentages

%42.57
%0
%17.82
%60.39

Codes

Color #3A6553 in popluar color models

3A6553
RGB5810183
HSL155°27.04%31.18%
HSB/HSV155°42.57%39.61%
CMYK42.57%0.00%17.82%
60.39%

Color #3A6553 in popluar number systems.

HEX3A6553
Decimal5810183
Binary11101011001011010011
Octal72145123

Shades and tints

Shades of #3A6553

#3A6553
(58,101,83)
#355C4C
(53,92,76)
#305345
(48,83,69)
#2B4A3E
(43,74,62)
#264137
(38,65,55)
#213830
(33,56,48)
#1C2F29
(28,47,41)
#172622
(23,38,34)
#121D1B
(18,29,27)
#0D1414
(13,20,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #3A6553

#3A6553
(58,101,83)
#4B7362
(75,115,98)
#5C8171
(92,129,113)
#6D8F80
(109,143,128)
#7E9D8F
(126,157,143)
#8FAB9E
(143,171,158)
#A0B9AD
(160,185,173)
#B1C7BC
(177,199,188)
#C2D5CB
(194,213,203)
#D3E3DA
(211,227,218)
#E4F1E9
(228,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6553 color. Also use rgb(58,101,83) instead hex code.

Text Font Color

.myTextColor { color: #3A6553; }

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

This text font color is #3A6553.


Background Color

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

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

This div background color is #3A6553.


Border color

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

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

This div border color is #3A6553.


Opacity

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

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

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

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

This text has shadow with #3A6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6553 on black background.


Color preview on white background

This text has color #3A6553 on white background.



Black color preview on #3A6553 background

This text has black color on #3A6553 background.


White color preview on #3A6553 background

This text has white color on #3A6553 background.