COLOR #3A4753

HEX: #3A4753
RGB: (58,71,83)

Color info

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

RGB color model

#3A4753 color RGB value is (58,71,83).

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

RGB channels and saturation

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

58
71
83

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

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 83 = 212 (100%)
R 58 of 212 ~ 27.36%
G 71 of 212 ~ 33.49%
B 83 of 212 ~ 39.15%

%27.36
%33.49
%39.15

CMYK color model

#3A4753 color CMYK value is (30,14,0,67).

  • cyan value is 30.12%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(30,14,0,67)
C30M14Y0K67 
(30%,14%,0%,67%)
(0.30/0.14/0.00/0.67)	

CMYK percentages

%30.12
%14.46
%0
%67.45

Codes

Color #3A4753 in popluar color models

3A4753
RGB587183
HSL209°17.73%27.65%
HSB/HSV209°30.12%32.55%
CMYK30.12%14.46%0.00%
67.45%

Color #3A4753 in popluar number systems.

HEX3A4753
Decimal587183
Binary11101010001111010011
Octal72107123

Shades and tints

Shades of #3A4753

#3A4753
(58,71,83)
#35414C
(53,65,76)
#303B45
(48,59,69)
#2B353E
(43,53,62)
#262F37
(38,47,55)
#212930
(33,41,48)
#1C2329
(28,35,41)
#171D22
(23,29,34)
#12171B
(18,23,27)
#0D1114
(13,17,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #3A4753

#3A4753
(58,71,83)
#4B5762
(75,87,98)
#5C6771
(92,103,113)
#6D7780
(109,119,128)
#7E878F
(126,135,143)
#8F979E
(143,151,158)
#A0A7AD
(160,167,173)
#B1B7BC
(177,183,188)
#C2C7CB
(194,199,203)
#D3D7DA
(211,215,218)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4753; }

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

This text font color is #3A4753.


Background Color

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

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

This div background color is #3A4753.


Border color

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

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

This div border color is #3A4753.


Opacity

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

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

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

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

This text has shadow with #3A4753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4753 on black background.


Color preview on white background

This text has color #3A4753 on white background.



Black color preview on #3A4753 background

This text has black color on #3A4753 background.


White color preview on #3A4753 background

This text has white color on #3A4753 background.