COLOR #3A8299

HEX: #3A8299
RGB: (58,130,153)

Color info

#3A8299 contains mainly green and blue colors. Web safe color of #3A8299 is #339999 (or #399).

RGB color model

#3A8299 color RGB value is (58,130,153).

  • red value is 58;
  • green value is 130;
  • blue value is 153.
RGB:
(58,130,153)
(23%,51%,60%)

RGB channels and saturation

R 58 of 255 = 23%
G 130 of 255 = 51%
B 153 of 255 = 60%

58
130
153

R + G + B ~ 45%. #3A8299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 130 + 153 = 341 (100%)
R 58 of 341 ~ 17.01%
G 130 of 341 ~ 38.12%
B 153 of 341 ~ 44.87%

%17.01
%38.12
%44.87

CMYK color model

#3A8299 color CMYK value is (62,15,0,40).

  • cyan value is 62.09%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(62,15,0,40)
C62M15Y0K40 
(62%,15%,0%,40%)
(0.62/0.15/0.00/0.40)	

CMYK percentages

%62.09
%15.03
%0
%40

Codes

Color #3A8299 in popluar color models

3A8299
RGB58130153
HSL195°45.02%41.37%
HSB/HSV195°62.09%60.00%
CMYK62.09%15.03%0.00%
40.00%

Color #3A8299 in popluar number systems.

HEX3A8299
Decimal58130153
Binary1110101000001010011001
Octal72202231

Shades and tints

Shades of #3A8299

#3A8299
(58,130,153)
#35778C
(53,119,140)
#306C7F
(48,108,127)
#2B6172
(43,97,114)
#265665
(38,86,101)
#214B58
(33,75,88)
#1C404B
(28,64,75)
#17353E
(23,53,62)
#122A31
(18,42,49)
#0D1F24
(13,31,36)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #3A8299

#3A8299
(58,130,153)
#4B8DA2
(75,141,162)
#5C98AB
(92,152,171)
#6DA3B4
(109,163,180)
#7EAEBD
(126,174,189)
#8FB9C6
(143,185,198)
#A0C4CF
(160,196,207)
#B1CFD8
(177,207,216)
#C2DAE1
(194,218,225)
#D3E5EA
(211,229,234)
#E4F0F3
(228,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8299 color. Also use rgb(58,130,153) instead hex code.

Text Font Color

.myTextColor { color: #3A8299; }

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

This text font color is #3A8299.


Background Color

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

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

This div background color is #3A8299.


Border color

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

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

This div border color is #3A8299.


Opacity

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

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

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

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

This text has shadow with #3A8299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8299 on black background.


Color preview on white background

This text has color #3A8299 on white background.



Black color preview on #3A8299 background

This text has black color on #3A8299 background.


White color preview on #3A8299 background

This text has white color on #3A8299 background.