COLOR #3A6365

HEX: #3A6365
RGB: (58,99,101)

Color info

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

RGB color model

#3A6365 color RGB value is (58,99,101).

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

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 101 of 255 = 40%

58
99
101

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

Portions of RGB colors in percentages

R + G + B =
58 + 99 + 101 = 258 (100%)
R 58 of 258 ~ 22.48%
G 99 of 258 ~ 38.37%
B 101 of 258 ~ 39.15%

%22.48
%38.37
%39.15

CMYK color model

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

  • cyan value is 42.57%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(43,2,0,60)
C43M2Y0K60 
(43%,2%,0%,60%)
(0.43/0.02/0.00/0.60)	

CMYK percentages

%42.57
%1.98
%0
%60.39

Codes

Color #3A6365 in popluar color models

3A6365
RGB5899101
HSL183°27.04%31.18%
HSB/HSV183°42.57%39.61%
CMYK42.57%1.98%0.00%
60.39%

Color #3A6365 in popluar number systems.

HEX3A6365
Decimal5899101
Binary11101011000111100101
Octal72143145

Shades and tints

Shades of #3A6365

#3A6365
(58,99,101)
#355A5C
(53,90,92)
#305153
(48,81,83)
#2B484A
(43,72,74)
#263F41
(38,63,65)
#213638
(33,54,56)
#1C2D2F
(28,45,47)
#172426
(23,36,38)
#121B1D
(18,27,29)
#0D1214
(13,18,20)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #3A6365

#3A6365
(58,99,101)
#4B7173
(75,113,115)
#5C7F81
(92,127,129)
#6D8D8F
(109,141,143)
#7E9B9D
(126,155,157)
#8FA9AB
(143,169,171)
#A0B7B9
(160,183,185)
#B1C5C7
(177,197,199)
#C2D3D5
(194,211,213)
#D3E1E3
(211,225,227)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6365; }

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

This text font color is #3A6365.


Background Color

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

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

This div background color is #3A6365.


Border color

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

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

This div border color is #3A6365.


Opacity

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

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

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

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

This text has shadow with #3A6365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6365 on black background.


Color preview on white background

This text has color #3A6365 on white background.



Black color preview on #3A6365 background

This text has black color on #3A6365 background.


White color preview on #3A6365 background

This text has white color on #3A6365 background.