COLOR #3A8595

HEX: #3A8595
RGB: (58,133,149)

Color info

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

RGB color model

#3A8595 color RGB value is (58,133,149).

  • red value is 58;
  • green value is 133;
  • blue value is 149.
RGB:
(58,133,149)
(23%,52%,58%)

RGB channels and saturation

R 58 of 255 = 23%
G 133 of 255 = 52%
B 149 of 255 = 58%

58
133
149

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

Portions of RGB colors in percentages

R + G + B =
58 + 133 + 149 = 340 (100%)
R 58 of 340 ~ 17.06%
G 133 of 340 ~ 39.12%
B 149 of 340 ~ 43.82%

%17.06
%39.12
%43.82

CMYK color model

#3A8595 color CMYK value is (61,11,0,42).

  • cyan value is 61.07%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(61,11,0,42)
C61M11Y0K42 
(61%,11%,0%,42%)
(0.61/0.11/0.00/0.42)	

CMYK percentages

%61.07
%10.74
%0
%41.57

Codes

Color #3A8595 in popluar color models

3A8595
RGB58133149
HSL191°43.96%40.59%
HSB/HSV191°61.07%58.43%
CMYK61.07%10.74%0.00%
41.57%

Color #3A8595 in popluar number systems.

HEX3A8595
Decimal58133149
Binary1110101000010110010101
Octal72205225

Shades and tints

Shades of #3A8595

#3A8595
(58,133,149)
#357988
(53,121,136)
#306D7B
(48,109,123)
#2B616E
(43,97,110)
#265561
(38,85,97)
#214954
(33,73,84)
#1C3D47
(28,61,71)
#17313A
(23,49,58)
#12252D
(18,37,45)
#0D1920
(13,25,32)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #3A8595

#3A8595
(58,133,149)
#4B909E
(75,144,158)
#5C9BA7
(92,155,167)
#6DA6B0
(109,166,176)
#7EB1B9
(126,177,185)
#8FBCC2
(143,188,194)
#A0C7CB
(160,199,203)
#B1D2D4
(177,210,212)
#C2DDDD
(194,221,221)
#D3E8E6
(211,232,230)
#E4F3EF
(228,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8595 color. Also use rgb(58,133,149) instead hex code.

Text Font Color

.myTextColor { color: #3A8595; }

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

This text font color is #3A8595.


Background Color

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

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

This div background color is #3A8595.


Border color

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

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

This div border color is #3A8595.


Opacity

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

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

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

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

This text has shadow with #3A8595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8595 on black background.


Color preview on white background

This text has color #3A8595 on white background.



Black color preview on #3A8595 background

This text has black color on #3A8595 background.


White color preview on #3A8595 background

This text has white color on #3A8595 background.