COLOR #3A6265

HEX: #3A6265 RGB: (58,98,101)

Color info

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

RGB color model

#3A6265 color RGB value is (58,98,101).

RGB: (58,98,101) (23%, 38%, 40%)

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 101 of 255 = 40%

58
98
101

R + G + B ~ 34%. #3A6265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 98 + 101 = 257 (100%)
R 58 of 257 ~ 22.57%
G 98 of 257 ~ 38.13%
B 101 of 257 ~ 39.3'%

%22.57
%38.13
%39.3

CMYK color model

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

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

CMYK: (43,3,0,60)
C43M3Y0K60 (43%, 3%, 0%, 60%)
(0.43 / 0.03 / 0.00 / 0.60)

CMYK percentages

%42.57
%2.97
%0
%60.39

Codes

Color #3A6265 in popluar color models

3A 62 65
RGB 58 98 101
HSL 184° 27.04% 31.18%
HSB/HSV 184° 42.57% 39.61%
CMYK 42.57% 2.97% 0.00%
60.39%

Color #3A6265 in popluar number systems.

HEX 3A 62 65
Decimal 58 98 101
Binary 111010 1100010 1100101
Octal 72 142 145

Shades and tints

Shades of #3A6265

#3A6265
(58,98,101)
#355A5C
(53,90,92)
#305253
(48,82,83)
#2B4A4A
(43,74,74)
#264241
(38,66,65)
#213A38
(33,58,56)
#1C322F
(28,50,47)
#172A26
(23,42,38)
#12221D
(18,34,29)
#0D1A14
(13,26,20)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #3A6265

#3A6265
(58,98,101)
#4B7073
(75,112,115)
#5C7E81
(92,126,129)
#6D8C8F
(109,140,143)
#7E9A9D
(126,154,157)
#8FA8AB
(143,168,171)
#A0B6B9
(160,182,185)
#B1C4C7
(177,196,199)
#C2D2D5
(194,210,213)
#D3E0E3
(211,224,227)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6265; }

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

This text font color is #3A6265.

Background Color

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

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

This div background color is #3A6265.

Border color

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

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

This div border color is #3A6265.

Opacity

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

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

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

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

This text has shadow with #3A6265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6265.

Preview

Color preview on black background

This text has color #3A6265 on black background.


Color preview on white background

This text has color #3A6265 on white background.


Black color preview on #3A6265 background

This text has black color on #3A6265 background.


White color preview on #3A6265 background

This text has white color on #3A6265 background.


Related colors

Complementary color

Complementary color for #hex is #C59D9A.


I love getcolorcode.com

Triadic colors

1 #653A62 and #62653A with #3A6265 are triadic colors.

2 #65623A and #623A65 with #3A6265 are triadic colors.