COLOR #3A667C

HEX: #3A667C
RGB: (58,102,124)

Color info

#3A667C contains mainly green and blue colors. Web safe color of #3A667C is #336666 (or #366).

RGB color model

#3A667C color RGB value is (58,102,124).

  • red value is 58;
  • green value is 102;
  • blue value is 124.
RGB:
(58,102,124)
(23%,40%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 102 of 255 = 40%
B 124 of 255 = 49%

58
102
124

R + G + B ~ 37%. #3A667C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 102 + 124 = 284 (100%)
R 58 of 284 ~ 20.42%
G 102 of 284 ~ 35.92%
B 124 of 284 ~ 43.66%

%20.42
%35.92
%43.66

CMYK color model

#3A667C color CMYK value is (53,18,0,51).

  • cyan value is 53.23%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(53,18,0,51)
C53M18Y0K51 
(53%,18%,0%,51%)
(0.53/0.18/0.00/0.51)	

CMYK percentages

%53.23
%17.74
%0
%51.37

Codes

Color #3A667C in popluar color models

3A667C
RGB58102124
HSL200°36.26%35.69%
HSB/HSV200°53.23%48.63%
CMYK53.23%17.74%0.00%
51.37%

Color #3A667C in popluar number systems.

HEX3A667C
Decimal58102124
Binary11101011001101111100
Octal72146174

Shades and tints

Shades of #3A667C

#3A667C
(58,102,124)
#355D71
(53,93,113)
#305466
(48,84,102)
#2B4B5B
(43,75,91)
#264250
(38,66,80)
#213945
(33,57,69)
#1C303A
(28,48,58)
#17272F
(23,39,47)
#121E24
(18,30,36)
#0D1519
(13,21,25)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #3A667C

#3A667C
(58,102,124)
#4B7387
(75,115,135)
#5C8092
(92,128,146)
#6D8D9D
(109,141,157)
#7E9AA8
(126,154,168)
#8FA7B3
(143,167,179)
#A0B4BE
(160,180,190)
#B1C1C9
(177,193,201)
#C2CED4
(194,206,212)
#D3DBDF
(211,219,223)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A667C color. Also use rgb(58,102,124) instead hex code.

Text Font Color

.myTextColor { color: #3A667C; }

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

This text font color is #3A667C.


Background Color

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

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

This div background color is #3A667C.


Border color

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

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

This div border color is #3A667C.


Opacity

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

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

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

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

This text has shadow with #3A667C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A667C on black background.


Color preview on white background

This text has color #3A667C on white background.



Black color preview on #3A667C background

This text has black color on #3A667C background.


White color preview on #3A667C background

This text has white color on #3A667C background.