COLOR #3A6555

HEX: #3A6555 RGB: (58,101,85)

Color info

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

RGB color model

#3A6555 color RGB value is (58,101,85).

RGB: (58,101,85) (23%, 40%, 33%)

RGB channels and saturation

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

58
101
85

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

Portions of RGB colors in percentages

R + G + B = 58 + 101 + 85 = 244 (100%)
R 58 of 244 ~ 23.77%
G 101 of 244 ~ 41.39%
B 85 of 244 ~ 34.84'%

%23.77
%41.39
%34.84

CMYK color model

#3A6555 color CMYK value is (43,0,16,60).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%

CMYK: (43,0,16,60)
C43M0Y16K60 (43%, 0%, 16%, 60%)
(0.43 / 0.00 / 0.16 / 0.60)

CMYK percentages

%42.57
%0
%15.84
%60.39

Codes

Color #3A6555 in popluar color models

3A 65 55
RGB 58 101 85
HSL 158° 27.04% 31.18%
HSB/HSV 158° 42.57% 39.61%
CMYK 42.57% 0.00% 15.84%
60.39%

Color #3A6555 in popluar number systems.

HEX 3A 65 55
Decimal 58 101 85
Binary 111010 1100101 1010101
Octal 72 145 125

Shades and tints

Shades of #3A6555

#3A6555
(58,101,85)
#355C4E
(53,92,78)
#305347
(48,83,71)
#2B4A40
(43,74,64)
#264139
(38,65,57)
#213832
(33,56,50)
#1C2F2B
(28,47,43)
#172624
(23,38,36)
#121D1D
(18,29,29)
#0D1416
(13,20,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #3A6555

#3A6555
(58,101,85)
#4B7364
(75,115,100)
#5C8173
(92,129,115)
#6D8F82
(109,143,130)
#7E9D91
(126,157,145)
#8FABA0
(143,171,160)
#A0B9AF
(160,185,175)
#B1C7BE
(177,199,190)
#C2D5CD
(194,213,205)
#D3E3DC
(211,227,220)
#E4F1EB
(228,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6555; }

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

This text font color is #3A6555.

Background Color

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

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

This div background color is #3A6555.

Border color

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

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

This div border color is #3A6555.

Opacity

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

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

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

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

This text has shadow with #3A6555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6555.

Preview

Color preview on black background

This text has color #3A6555 on black background.


Color preview on white background

This text has color #3A6555 on white background.


Black color preview on #3A6555 background

This text has black color on #3A6555 background.


White color preview on #3A6555 background

This text has white color on #3A6555 background.


Related colors

Complementary color

Complementary color for #hex is #C59AAA.


I love getcolorcode.com

Triadic colors

1 #553A65 and #65553A with #3A6555 are triadic colors.

2 #55653A and #653A55 with #3A6555 are triadic colors.