COLOR #3A5763

HEX: #3A5763
RGB: (58,87,99)

Color info

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

RGB color model

#3A5763 color RGB value is (58,87,99).

  • red value is 58;
  • green value is 87;
  • blue value is 99.
RGB:
(58,87,99)
(23%,34%,39%)

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 99 of 255 = 39%

58
87
99

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

Portions of RGB colors in percentages

R + G + B =
58 + 87 + 99 = 244 (100%)
R 58 of 244 ~ 23.77%
G 87 of 244 ~ 35.66%
B 99 of 244 ~ 40.57%

%23.77
%35.66
%40.57

CMYK color model

#3A5763 color CMYK value is (41,12,0,61).

  • cyan value is 41.41%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(41,12,0,61)
C41M12Y0K61 
(41%,12%,0%,61%)
(0.41/0.12/0.00/0.61)	

CMYK percentages

%41.41
%12.12
%0
%61.18

Codes

Color #3A5763 in popluar color models

3A5763
RGB588799
HSL198°26.11%30.78%
HSB/HSV198°41.41%38.82%
CMYK41.41%12.12%0.00%
61.18%

Color #3A5763 in popluar number systems.

HEX3A5763
Decimal588799
Binary11101010101111100011
Octal72127143

Shades and tints

Shades of #3A5763

#3A5763
(58,87,99)
#35505A
(53,80,90)
#304951
(48,73,81)
#2B4248
(43,66,72)
#263B3F
(38,59,63)
#213436
(33,52,54)
#1C2D2D
(28,45,45)
#172624
(23,38,36)
#121F1B
(18,31,27)
#0D1812
(13,24,18)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #3A5763

#3A5763
(58,87,99)
#4B6671
(75,102,113)
#5C757F
(92,117,127)
#6D848D
(109,132,141)
#7E939B
(126,147,155)
#8FA2A9
(143,162,169)
#A0B1B7
(160,177,183)
#B1C0C5
(177,192,197)
#C2CFD3
(194,207,211)
#D3DEE1
(211,222,225)
#E4EDEF
(228,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5763 color. Also use rgb(58,87,99) instead hex code.

Text Font Color

.myTextColor { color: #3A5763; }

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

This text font color is #3A5763.


Background Color

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

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

This div background color is #3A5763.


Border color

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

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

This div border color is #3A5763.


Opacity

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

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

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

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

This text has shadow with #3A5763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5763 on black background.


Color preview on white background

This text has color #3A5763 on white background.



Black color preview on #3A5763 background

This text has black color on #3A5763 background.


White color preview on #3A5763 background

This text has white color on #3A5763 background.