COLOR #3A6260

HEX: #3A6260 RGB: (58,98,96)

Color info

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

RGB color model

#3A6260 color RGB value is (58,98,96).

RGB: (58,98,96) (23%, 38%, 38%)

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 96 of 255 = 38%

58
98
96

R + G + B ~ 33%. #3A6260 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 98 + 96 = 252 (100%)
R 58 of 252 ~ 23.02%
G 98 of 252 ~ 38.89%
B 96 of 252 ~ 38.1'%

%23.02
%38.89
%38.1

CMYK color model

#3A6260 color CMYK value is (41,0,2,62).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 61.57%

CMYK: (41,0,2,62)
C41M0Y2K62 (41%, 0%, 2%, 62%)
(0.41 / 0.00 / 0.02 / 0.62)

CMYK percentages

%40.82
%0
%2.04
%61.57

Codes

Color #3A6260 in popluar color models

3A 62 60
RGB 58 98 96
HSL 177° 25.64% 30.59%
HSB/HSV 177° 40.82% 38.43%
CMYK 40.82% 0.00% 2.04%
61.57%

Color #3A6260 in popluar number systems.

HEX 3A 62 60
Decimal 58 98 96
Binary 111010 1100010 1100000
Octal 72 142 140

Shades and tints

Shades of #3A6260

#3A6260
(58,98,96)
#355A58
(53,90,88)
#305250
(48,82,80)
#2B4A48
(43,74,72)
#264240
(38,66,64)
#213A38
(33,58,56)
#1C3230
(28,50,48)
#172A28
(23,42,40)
#122220
(18,34,32)
#0D1A18
(13,26,24)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #3A6260

#3A6260
(58,98,96)
#4B706E
(75,112,110)
#5C7E7C
(92,126,124)
#6D8C8A
(109,140,138)
#7E9A98
(126,154,152)
#8FA8A6
(143,168,166)
#A0B6B4
(160,182,180)
#B1C4C2
(177,196,194)
#C2D2D0
(194,210,208)
#D3E0DE
(211,224,222)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6260 color. Also use rgb(58,98,96) instead hex code.

Text Font Color

.myTextColor { color: #3A6260; }

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

This text font color is #3A6260.

Background Color

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

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

This div background color is #3A6260.

Border color

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

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

This div border color is #3A6260.

Opacity

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

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

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

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

This text has shadow with #3A6260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6260.

Preview

Color preview on black background

This text has color #3A6260 on black background.


Color preview on white background

This text has color #3A6260 on white background.


Black color preview on #3A6260 background

This text has black color on #3A6260 background.


White color preview on #3A6260 background

This text has white color on #3A6260 background.


Related colors

Complementary color

Complementary color for #hex is #C59D9F.


I love getcolorcode.com

Triadic colors

1 #603A62 and #62603A with #3A6260 are triadic colors.

2 #60623A and #623A60 with #3A6260 are triadic colors.