COLOR #3A5369

HEX: #3A5369
RGB: (58,83,105)

Color info

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

RGB color model

#3A5369 color RGB value is (58,83,105).

  • red value is 58;
  • green value is 83;
  • blue value is 105.
RGB:
(58,83,105)
(23%,33%,41%)

RGB channels and saturation

R 58 of 255 = 23%
G 83 of 255 = 33%
B 105 of 255 = 41%

58
83
105

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

Portions of RGB colors in percentages

R + G + B =
58 + 83 + 105 = 246 (100%)
R 58 of 246 ~ 23.58%
G 83 of 246 ~ 33.74%
B 105 of 246 ~ 42.68%

%23.58
%33.74
%42.68

CMYK color model

#3A5369 color CMYK value is (45,21,0,59).

  • cyan value is 44.76%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(45,21,0,59)
C45M21Y0K59 
(45%,21%,0%,59%)
(0.45/0.21/0.00/0.59)	

CMYK percentages

%44.76
%20.95
%0
%58.82

Codes

Color #3A5369 in popluar color models

3A5369
RGB5883105
HSL208°28.83%31.96%
HSB/HSV208°44.76%41.18%
CMYK44.76%20.95%0.00%
58.82%

Color #3A5369 in popluar number systems.

HEX3A5369
Decimal5883105
Binary11101010100111101001
Octal72123151

Shades and tints

Shades of #3A5369

#3A5369
(58,83,105)
#354C60
(53,76,96)
#304557
(48,69,87)
#2B3E4E
(43,62,78)
#263745
(38,55,69)
#21303C
(33,48,60)
#1C2933
(28,41,51)
#17222A
(23,34,42)
#121B21
(18,27,33)
#0D1418
(13,20,24)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #3A5369

#3A5369
(58,83,105)
#4B6276
(75,98,118)
#5C7183
(92,113,131)
#6D8090
(109,128,144)
#7E8F9D
(126,143,157)
#8F9EAA
(143,158,170)
#A0ADB7
(160,173,183)
#B1BCC4
(177,188,196)
#C2CBD1
(194,203,209)
#D3DADE
(211,218,222)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5369 color. Also use rgb(58,83,105) instead hex code.

Text Font Color

.myTextColor { color: #3A5369; }

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

This text font color is #3A5369.


Background Color

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

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

This div background color is #3A5369.


Border color

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

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

This div border color is #3A5369.


Opacity

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

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

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

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

This text has shadow with #3A5369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5369 on black background.


Color preview on white background

This text has color #3A5369 on white background.



Black color preview on #3A5369 background

This text has black color on #3A5369 background.


White color preview on #3A5369 background

This text has white color on #3A5369 background.