COLOR #303657

HEX: #303657 RGB: (48,54,87)

Color info

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

RGB color model

#303657 color RGB value is (48,54,87).

RGB: (48,54,87) (19%, 21%, 34%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 87 of 255 = 34%

48
54
87

R + G + B ~ 25%. #303657 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 54 + 87 = 189 (100%)
R 48 of 189 ~ 25.4%
G 54 of 189 ~ 28.57%
B 87 of 189 ~ 46.03'%

%25.4
%28.57
%46.03

CMYK color model

#303657 color CMYK value is (45,38,0,66).

  • cyan value is 44.83%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (45,38,0,66)
C45M38Y0K66 (45%, 38%, 0%, 66%)
(0.45 / 0.38 / 0.00 / 0.66)

CMYK percentages

%44.83
%37.93
%0
%65.88

Codes

Color #303657 in popluar color models

30 36 57
RGB 48 54 87
HSL 231° 28.89% 26.47%
HSB/HSV 231° 44.83% 34.12%
CMYK 44.83% 37.93% 0.00%
65.88%

Color #303657 in popluar number systems.

HEX 30 36 57
Decimal 48 54 87
Binary 110000 110110 1010111
Octal 60 66 127

Shades and tints

Shades of #303657

#303657
(48,54,87)
#2C3250
(44,50,80)
#282E49
(40,46,73)
#242A42
(36,42,66)
#20263B
(32,38,59)
#1C2234
(28,34,52)
#181E2D
(24,30,45)
#141A26
(20,26,38)
#10161F
(16,22,31)
#0C1218
(12,18,24)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #303657

#303657
(48,54,87)
#424866
(66,72,102)
#545A75
(84,90,117)
#666C84
(102,108,132)
#787E93
(120,126,147)
#8A90A2
(138,144,162)
#9CA2B1
(156,162,177)
#AEB4C0
(174,180,192)
#C0C6CF
(192,198,207)
#D2D8DE
(210,216,222)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303657 color. Also use rgb(48,54,87) instead hex code.

Text Font Color

.myTextColor { color: #303657; }

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

This text font color is #303657.

Background Color

.myBgColor { background-color: #303657; }

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

This div background color is #303657.

Border color

.myBorderColor { border: 1px solid #303657; }

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

This div border color is #303657.

Opacity

.myOpacity80 { color: #303657; opacity: 0.8; }

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

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

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

This text has shadow with #303657 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303657.

Preview

Color preview on black background

This text has color #303657 on black background.


Color preview on white background

This text has color #303657 on white background.


Black color preview on #303657 background

This text has black color on #303657 background.


White color preview on #303657 background

This text has white color on #303657 background.


Related colors

Complementary color

Complementary color for #hex is #CFC9A8.


I love getcolorcode.com

Triadic colors

1 #573036 and #365730 with #303657 are triadic colors.

2 #573630 and #363057 with #303657 are triadic colors.