COLOR #3A6369

HEX: #3A6369 RGB: (58,99,105)

Color info

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

RGB color model

#3A6369 color RGB value is (58,99,105).

RGB: (58,99,105) (23%, 39%, 41%)

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 105 of 255 = 41%

58
99
105

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

Portions of RGB colors in percentages

R + G + B = 58 + 99 + 105 = 262 (100%)
R 58 of 262 ~ 22.14%
G 99 of 262 ~ 37.79%
B 105 of 262 ~ 40.08'%

%22.14
%37.79
%40.08

CMYK color model

#3A6369 color CMYK value is (45,6,0,59).

  • cyan value is 44.76%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK: (45,6,0,59) C45M6Y0K59 (45%,6%,0%,59%) (0.45/0.06/0.00/0.59) 

CMYK percentages

%44.76
%5.71
%0
%58.82

Codes

Color #3A6369 in popluar color models

3A 63 69
RGB 58 99 105
HSL 188° 28.83% 31.96%
HSB/HSV 188° 44.76% 41.18%
CMYK 44.76% 5.71% 0.00%
58.82%

Color #3A6369 in popluar number systems.

HEX 3A 63 69
Decimal 58 99 105
Binary 111010 1100011 1101001
Octal 72 143 151

Shades and tints

Shades of #3A6369

#3A6369
(58,99,105)
#355A60
(53,90,96)
#305157
(48,81,87)
#2B484E
(43,72,78)
#263F45
(38,63,69)
#21363C
(33,54,60)
#1C2D33
(28,45,51)
#17242A
(23,36,42)
#121B21
(18,27,33)
#0D1218
(13,18,24)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #3A6369

#3A6369
(58,99,105)
#4B7176
(75,113,118)
#5C7F83
(92,127,131)
#6D8D90
(109,141,144)
#7E9B9D
(126,155,157)
#8FA9AA
(143,169,170)
#A0B7B7
(160,183,183)
#B1C5C4
(177,197,196)
#C2D3D1
(194,211,209)
#D3E1DE
(211,225,222)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6369; }

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

This text font color is #3A6369.

Background Color

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

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

This div background color is #3A6369.

Border color

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

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

This div border color is #3A6369.

Opacity

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

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

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

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

This text has shadow with #3A6369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6369.

Preview

Color preview on black background

This text has color #3A6369 on black background.


Color preview on white background

This text has color #3A6369 on white background.


Black color preview on #3A6369 background

This text has black color on #3A6369 background.


White color preview on #3A6369 background

This text has white color on #3A6369 background.


Related colors

Complementary color

Complementary color for #hex is #C59C96.


I love getcolorcode.com

Triadic colors

1 #693A63 and #63693A with #3A6369 are triadic colors.

2 #69633A and #633A69 with #3A6369 are triadic colors.