COLOR #3A6C6E

HEX: #3A6C6E
RGB: (58,108,110)

Color info

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

RGB color model

#3A6C6E color RGB value is (58,108,110).

  • red value is 58;
  • green value is 108;
  • blue value is 110.
RGB:
(58,108,110)
(23%,42%,43%)

RGB channels and saturation

R 58 of 255 = 23%
G 108 of 255 = 42%
B 110 of 255 = 43%

58
108
110

R + G + B ~ 36%. #3A6C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 108 + 110 = 276 (100%)
R 58 of 276 ~ 21.01%
G 108 of 276 ~ 39.13%
B 110 of 276 ~ 39.86%

%21.01
%39.13
%39.86

CMYK color model

#3A6C6E color CMYK value is (47,2,0,57).

  • cyan value is 47.27%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(47,2,0,57)
C47M2Y0K57 
(47%,2%,0%,57%)
(0.47/0.02/0.00/0.57)	

CMYK percentages

%47.27
%1.82
%0
%56.86

Codes

Color #3A6C6E in popluar color models

3A6C6E
RGB58108110
HSL182°30.95%32.94%
HSB/HSV182°47.27%43.14%
CMYK47.27%1.82%0.00%
56.86%

Color #3A6C6E in popluar number systems.

HEX3A6C6E
Decimal58108110
Binary11101011011001101110
Octal72154156

Shades and tints

Shades of #3A6C6E

#3A6C6E
(58,108,110)
#356364
(53,99,100)
#305A5A
(48,90,90)
#2B5150
(43,81,80)
#264846
(38,72,70)
#213F3C
(33,63,60)
#1C3632
(28,54,50)
#172D28
(23,45,40)
#12241E
(18,36,30)
#0D1B14
(13,27,20)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #3A6C6E

#3A6C6E
(58,108,110)
#4B797B
(75,121,123)
#5C8688
(92,134,136)
#6D9395
(109,147,149)
#7EA0A2
(126,160,162)
#8FADAF
(143,173,175)
#A0BABC
(160,186,188)
#B1C7C9
(177,199,201)
#C2D4D6
(194,212,214)
#D3E1E3
(211,225,227)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6C6E color. Also use rgb(58,108,110) instead hex code.

Text Font Color

.myTextColor { color: #3A6C6E; }

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

This text font color is #3A6C6E.


Background Color

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

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

This div background color is #3A6C6E.


Border color

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

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

This div border color is #3A6C6E.


Opacity

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

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

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

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

This text has shadow with #3A6C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6C6E on black background.


Color preview on white background

This text has color #3A6C6E on white background.



Black color preview on #3A6C6E background

This text has black color on #3A6C6E background.


White color preview on #3A6C6E background

This text has white color on #3A6C6E background.