COLOR #3A5765

HEX: #3A5765
RGB: (58,87,101)

Color info

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

RGB color model

#3A5765 color RGB value is (58,87,101).

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

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 101 of 255 = 40%

58
87
101

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

Portions of RGB colors in percentages

R + G + B =
58 + 87 + 101 = 246 (100%)
R 58 of 246 ~ 23.58%
G 87 of 246 ~ 35.37%
B 101 of 246 ~ 41.06%

%23.58
%35.37
%41.06

CMYK color model

#3A5765 color CMYK value is (43,14,0,60).

  • cyan value is 42.57%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(43,14,0,60)
C43M14Y0K60 
(43%,14%,0%,60%)
(0.43/0.14/0.00/0.60)	

CMYK percentages

%42.57
%13.86
%0
%60.39

Codes

Color #3A5765 in popluar color models

3A5765
RGB5887101
HSL200°27.04%31.18%
HSB/HSV200°42.57%39.61%
CMYK42.57%13.86%0.00%
60.39%

Color #3A5765 in popluar number systems.

HEX3A5765
Decimal5887101
Binary11101010101111100101
Octal72127145

Shades and tints

Shades of #3A5765

#3A5765
(58,87,101)
#35505C
(53,80,92)
#304953
(48,73,83)
#2B424A
(43,66,74)
#263B41
(38,59,65)
#213438
(33,52,56)
#1C2D2F
(28,45,47)
#172626
(23,38,38)
#121F1D
(18,31,29)
#0D1814
(13,24,20)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #3A5765

#3A5765
(58,87,101)
#4B6673
(75,102,115)
#5C7581
(92,117,129)
#6D848F
(109,132,143)
#7E939D
(126,147,157)
#8FA2AB
(143,162,171)
#A0B1B9
(160,177,185)
#B1C0C7
(177,192,199)
#C2CFD5
(194,207,213)
#D3DEE3
(211,222,227)
#E4EDF1
(228,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5765; }

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

This text font color is #3A5765.


Background Color

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

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

This div background color is #3A5765.


Border color

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

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

This div border color is #3A5765.


Opacity

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

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

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

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

This text has shadow with #3A5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5765 on black background.


Color preview on white background

This text has color #3A5765 on white background.



Black color preview on #3A5765 background

This text has black color on #3A5765 background.


White color preview on #3A5765 background

This text has white color on #3A5765 background.