COLOR #3A4755

HEX: #3A4755
RGB: (58,71,85)

Color info

#3A4755 contains red, green and blue colors in about the same proportion. Web safe color of #3A4755 is #333366 (or #336).

RGB color model

#3A4755 color RGB value is (58,71,85).

  • red value is 58;
  • green value is 71;
  • blue value is 85.
RGB:
(58,71,85)
(23%,28%,33%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 85 of 255 = 33%

58
71
85

R + G + B ~ 28%. #3A4755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 85 = 214 (100%)
R 58 of 214 ~ 27.1%
G 71 of 214 ~ 33.18%
B 85 of 214 ~ 39.72%

%27.1
%33.18
%39.72

CMYK color model

#3A4755 color CMYK value is (32,16,0,67).

  • cyan value is 31.76%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(32,16,0,67)
C32M16Y0K67 
(32%,16%,0%,67%)
(0.32/0.16/0.00/0.67)	

CMYK percentages

%31.76
%16.47
%0
%66.67

Codes

Color #3A4755 in popluar color models

3A4755
RGB587185
HSL211°18.88%28.04%
HSB/HSV211°31.76%33.33%
CMYK31.76%16.47%0.00%
66.67%

Color #3A4755 in popluar number systems.

HEX3A4755
Decimal587185
Binary11101010001111010101
Octal72107125

Shades and tints

Shades of #3A4755

#3A4755
(58,71,85)
#35414E
(53,65,78)
#303B47
(48,59,71)
#2B3540
(43,53,64)
#262F39
(38,47,57)
#212932
(33,41,50)
#1C232B
(28,35,43)
#171D24
(23,29,36)
#12171D
(18,23,29)
#0D1116
(13,17,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #3A4755

#3A4755
(58,71,85)
#4B5764
(75,87,100)
#5C6773
(92,103,115)
#6D7782
(109,119,130)
#7E8791
(126,135,145)
#8F97A0
(143,151,160)
#A0A7AF
(160,167,175)
#B1B7BE
(177,183,190)
#C2C7CD
(194,199,205)
#D3D7DC
(211,215,220)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4755 color. Also use rgb(58,71,85) instead hex code.

Text Font Color

.myTextColor { color: #3A4755; }

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

This text font color is #3A4755.


Background Color

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

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

This div background color is #3A4755.


Border color

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

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

This div border color is #3A4755.


Opacity

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

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

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

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

This text has shadow with #3A4755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4755 on black background.


Color preview on white background

This text has color #3A4755 on white background.



Black color preview on #3A4755 background

This text has black color on #3A4755 background.


White color preview on #3A4755 background

This text has white color on #3A4755 background.