COLOR #3A6A7B

HEX: #3A6A7B
RGB: (58,106,123)

Color info

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

RGB color model

#3A6A7B color RGB value is (58,106,123).

  • red value is 58;
  • green value is 106;
  • blue value is 123.
RGB:
(58,106,123)
(23%,42%,48%)

RGB channels and saturation

R 58 of 255 = 23%
G 106 of 255 = 42%
B 123 of 255 = 48%

58
106
123

R + G + B ~ 38%. #3A6A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 106 + 123 = 287 (100%)
R 58 of 287 ~ 20.21%
G 106 of 287 ~ 36.93%
B 123 of 287 ~ 42.86%

%20.21
%36.93
%42.86

CMYK color model

#3A6A7B color CMYK value is (53,14,0,52).

  • cyan value is 52.85%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(53,14,0,52)
C53M14Y0K52 
(53%,14%,0%,52%)
(0.53/0.14/0.00/0.52)	

CMYK percentages

%52.85
%13.82
%0
%51.76

Codes

Color #3A6A7B in popluar color models

3A6A7B
RGB58106123
HSL196°35.91%35.49%
HSB/HSV196°52.85%48.24%
CMYK52.85%13.82%0.00%
51.76%

Color #3A6A7B in popluar number systems.

HEX3A6A7B
Decimal58106123
Binary11101011010101111011
Octal72152173

Shades and tints

Shades of #3A6A7B

#3A6A7B
(58,106,123)
#356170
(53,97,112)
#305865
(48,88,101)
#2B4F5A
(43,79,90)
#26464F
(38,70,79)
#213D44
(33,61,68)
#1C3439
(28,52,57)
#172B2E
(23,43,46)
#122223
(18,34,35)
#0D1918
(13,25,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #3A6A7B

#3A6A7B
(58,106,123)
#4B7787
(75,119,135)
#5C8493
(92,132,147)
#6D919F
(109,145,159)
#7E9EAB
(126,158,171)
#8FABB7
(143,171,183)
#A0B8C3
(160,184,195)
#B1C5CF
(177,197,207)
#C2D2DB
(194,210,219)
#D3DFE7
(211,223,231)
#E4ECF3
(228,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6A7B color. Also use rgb(58,106,123) instead hex code.

Text Font Color

.myTextColor { color: #3A6A7B; }

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

This text font color is #3A6A7B.


Background Color

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

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

This div background color is #3A6A7B.


Border color

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

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

This div border color is #3A6A7B.


Opacity

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

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

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

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

This text has shadow with #3A6A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6A7B on black background.


Color preview on white background

This text has color #3A6A7B on white background.



Black color preview on #3A6A7B background

This text has black color on #3A6A7B background.


White color preview on #3A6A7B background

This text has white color on #3A6A7B background.