COLOR #3A6E67

HEX: #3A6E67
RGB: (58,110,103)

Color info

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

RGB color model

#3A6E67 color RGB value is (58,110,103).

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

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 103 of 255 = 40%

58
110
103

R + G + B ~ 35%. #3A6E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 110 + 103 = 271 (100%)
R 58 of 271 ~ 21.4%
G 110 of 271 ~ 40.59%
B 103 of 271 ~ 38.01%

%21.4
%40.59
%38.01

CMYK color model

#3A6E67 color CMYK value is (47,0,6,57).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 56.86%
CMYK:
(47,0,6,57)
C47M0Y6K57 
(47%,0%,6%,57%)
(0.47/0.00/0.06/0.57)	

CMYK percentages

%47.27
%0
%6.36
%56.86

Codes

Color #3A6E67 in popluar color models

3A6E67
RGB58110103
HSL172°30.95%32.94%
HSB/HSV172°47.27%43.14%
CMYK47.27%0.00%6.36%
56.86%

Color #3A6E67 in popluar number systems.

HEX3A6E67
Decimal58110103
Binary11101011011101100111
Octal72156147

Shades and tints

Shades of #3A6E67

#3A6E67
(58,110,103)
#35645E
(53,100,94)
#305A55
(48,90,85)
#2B504C
(43,80,76)
#264643
(38,70,67)
#213C3A
(33,60,58)
#1C3231
(28,50,49)
#172828
(23,40,40)
#121E1F
(18,30,31)
#0D1416
(13,20,22)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #3A6E67

#3A6E67
(58,110,103)
#4B7B74
(75,123,116)
#5C8881
(92,136,129)
#6D958E
(109,149,142)
#7EA29B
(126,162,155)
#8FAFA8
(143,175,168)
#A0BCB5
(160,188,181)
#B1C9C2
(177,201,194)
#C2D6CF
(194,214,207)
#D3E3DC
(211,227,220)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6E67; }

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

This text font color is #3A6E67.


Background Color

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

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

This div background color is #3A6E67.


Border color

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

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

This div border color is #3A6E67.


Opacity

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

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

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

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

This text has shadow with #3A6E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6E67 on black background.


Color preview on white background

This text has color #3A6E67 on white background.



Black color preview on #3A6E67 background

This text has black color on #3A6E67 background.


White color preview on #3A6E67 background

This text has white color on #3A6E67 background.