COLOR #3A676E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
103
110

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

Portions of RGB colors in percentages

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

%21.4
%38.01
%40.59

CMYK color model

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

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

CMYK percentages

%47.27
%6.36
%0
%56.86

Codes

Color #3A676E in popluar color models

3A676E
RGB58103110
HSL188°30.95%32.94%
HSB/HSV188°47.27%43.14%
CMYK47.27%6.36%0.00%
56.86%

Color #3A676E in popluar number systems.

HEX3A676E
Decimal58103110
Binary11101011001111101110
Octal72147156

Shades and tints

Shades of #3A676E

#3A676E
(58,103,110)
#355E64
(53,94,100)
#30555A
(48,85,90)
#2B4C50
(43,76,80)
#264346
(38,67,70)
#213A3C
(33,58,60)
#1C3132
(28,49,50)
#172828
(23,40,40)
#121F1E
(18,31,30)
#0D1614
(13,22,20)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #3A676E

#3A676E
(58,103,110)
#4B747B
(75,116,123)
#5C8188
(92,129,136)
#6D8E95
(109,142,149)
#7E9BA2
(126,155,162)
#8FA8AF
(143,168,175)
#A0B5BC
(160,181,188)
#B1C2C9
(177,194,201)
#C2CFD6
(194,207,214)
#D3DCE3
(211,220,227)
#E4E9F0
(228,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A676E; }

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

This text font color is #3A676E.


Background Color

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

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

This div background color is #3A676E.


Border color

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

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

This div border color is #3A676E.


Opacity

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

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

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

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

This text has shadow with #3A676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A676E on black background.


Color preview on white background

This text has color #3A676E on white background.



Black color preview on #3A676E background

This text has black color on #3A676E background.


White color preview on #3A676E background

This text has white color on #3A676E background.