COLOR #3A737A

HEX: #3A737A
RGB: (58,115,122)

Color info

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

RGB color model

#3A737A color RGB value is (58,115,122).

  • red value is 58;
  • green value is 115;
  • blue value is 122.
RGB:
(58,115,122)
(23%,45%,48%)

RGB channels and saturation

R 58 of 255 = 23%
G 115 of 255 = 45%
B 122 of 255 = 48%

58
115
122

R + G + B ~ 39%. #3A737A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 115 + 122 = 295 (100%)
R 58 of 295 ~ 19.66%
G 115 of 295 ~ 38.98%
B 122 of 295 ~ 41.36%

%19.66
%38.98
%41.36

CMYK color model

#3A737A color CMYK value is (52,6,0,52).

  • cyan value is 52.46%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(52,6,0,52)
C52M6Y0K52 
(52%,6%,0%,52%)
(0.52/0.06/0.00/0.52)	

CMYK percentages

%52.46
%5.74
%0
%52.16

Codes

Color #3A737A in popluar color models

3A737A
RGB58115122
HSL187°35.56%35.29%
HSB/HSV187°52.46%47.84%
CMYK52.46%5.74%0.00%
52.16%

Color #3A737A in popluar number systems.

HEX3A737A
Decimal58115122
Binary11101011100111111010
Octal72163172

Shades and tints

Shades of #3A737A

#3A737A
(58,115,122)
#35696F
(53,105,111)
#305F64
(48,95,100)
#2B5559
(43,85,89)
#264B4E
(38,75,78)
#214143
(33,65,67)
#1C3738
(28,55,56)
#172D2D
(23,45,45)
#122322
(18,35,34)
#0D1917
(13,25,23)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #3A737A

#3A737A
(58,115,122)
#4B7F86
(75,127,134)
#5C8B92
(92,139,146)
#6D979E
(109,151,158)
#7EA3AA
(126,163,170)
#8FAFB6
(143,175,182)
#A0BBC2
(160,187,194)
#B1C7CE
(177,199,206)
#C2D3DA
(194,211,218)
#D3DFE6
(211,223,230)
#E4EBF2
(228,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A737A color. Also use rgb(58,115,122) instead hex code.

Text Font Color

.myTextColor { color: #3A737A; }

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

This text font color is #3A737A.


Background Color

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

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

This div background color is #3A737A.


Border color

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

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

This div border color is #3A737A.


Opacity

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

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

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

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

This text has shadow with #3A737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A737A on black background.


Color preview on white background

This text has color #3A737A on white background.



Black color preview on #3A737A background

This text has black color on #3A737A background.


White color preview on #3A737A background

This text has white color on #3A737A background.