COLOR #3A5862

HEX: #3A5862
RGB: (58,88,98)

Color info

#3A5862 contains red, green and blue colors in about the same proportion. Web safe color of #3A5862 is #336666 (or #366).

RGB color model

#3A5862 color RGB value is (58,88,98).

  • red value is 58;
  • green value is 88;
  • blue value is 98.
RGB:
(58,88,98)
(23%,35%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 98 of 255 = 38%

58
88
98

R + G + B ~ 32%. #3A5862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 88 + 98 = 244 (100%)
R 58 of 244 ~ 23.77%
G 88 of 244 ~ 36.07%
B 98 of 244 ~ 40.16%

%23.77
%36.07
%40.16

CMYK color model

#3A5862 color CMYK value is (41,10,0,62).

  • cyan value is 40.82%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(41,10,0,62)
C41M10Y0K62 
(41%,10%,0%,62%)
(0.41/0.10/0.00/0.62)	

CMYK percentages

%40.82
%10.2
%0
%61.57

Codes

Color #3A5862 in popluar color models

3A5862
RGB588898
HSL195°25.64%30.59%
HSB/HSV195°40.82%38.43%
CMYK40.82%10.20%0.00%
61.57%

Color #3A5862 in popluar number systems.

HEX3A5862
Decimal588898
Binary11101010110001100010
Octal72130142

Shades and tints

Shades of #3A5862

#3A5862
(58,88,98)
#35505A
(53,80,90)
#304852
(48,72,82)
#2B404A
(43,64,74)
#263842
(38,56,66)
#21303A
(33,48,58)
#1C2832
(28,40,50)
#17202A
(23,32,42)
#121822
(18,24,34)
#0D101A
(13,16,26)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #3A5862

#3A5862
(58,88,98)
#4B6770
(75,103,112)
#5C767E
(92,118,126)
#6D858C
(109,133,140)
#7E949A
(126,148,154)
#8FA3A8
(143,163,168)
#A0B2B6
(160,178,182)
#B1C1C4
(177,193,196)
#C2D0D2
(194,208,210)
#D3DFE0
(211,223,224)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5862 color. Also use rgb(58,88,98) instead hex code.

Text Font Color

.myTextColor { color: #3A5862; }

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

This text font color is #3A5862.


Background Color

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

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

This div background color is #3A5862.


Border color

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

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

This div border color is #3A5862.


Opacity

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

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

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

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

This text has shadow with #3A5862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5862 on black background.


Color preview on white background

This text has color #3A5862 on white background.



Black color preview on #3A5862 background

This text has black color on #3A5862 background.


White color preview on #3A5862 background

This text has white color on #3A5862 background.