COLOR #303656

HEX: #303656
RGB: (48,54,86)

Color info

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

RGB color model

#303656 color RGB value is (48,54,86).

  • red value is 48;
  • green value is 54;
  • blue value is 86.
RGB:
(48,54,86)
(19%,21%,34%)

RGB channels and saturation

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

48
54
86

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

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 86 = 188 (100%)
R 48 of 188 ~ 25.53%
G 54 of 188 ~ 28.72%
B 86 of 188 ~ 45.74%

%25.53
%28.72
%45.74

CMYK color model

#303656 color CMYK value is (44,37,0,66).

  • cyan value is 44.19%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(44,37,0,66)
C44M37Y0K66 
(44%,37%,0%,66%)
(0.44/0.37/0.00/0.66)	

CMYK percentages

%44.19
%37.21
%0
%66.27

Codes

Color #303656 in popluar color models

303656
RGB485486
HSL231°28.36%26.27%
HSB/HSV231°44.19%33.73%
CMYK44.19%37.21%0.00%
66.27%

Color #303656 in popluar number systems.

HEX303656
Decimal485486
Binary1100001101101010110
Octal6066126

Shades and tints

Shades of #303656

#303656
(48,54,86)
#2C324F
(44,50,79)
#282E48
(40,46,72)
#242A41
(36,42,65)
#20263A
(32,38,58)
#1C2233
(28,34,51)
#181E2C
(24,30,44)
#141A25
(20,26,37)
#10161E
(16,22,30)
#0C1217
(12,18,23)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #303656

#303656
(48,54,86)
#424865
(66,72,101)
#545A74
(84,90,116)
#666C83
(102,108,131)
#787E92
(120,126,146)
#8A90A1
(138,144,161)
#9CA2B0
(156,162,176)
#AEB4BF
(174,180,191)
#C0C6CE
(192,198,206)
#D2D8DD
(210,216,221)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303656; }

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

This text font color is #303656.


Background Color

.myBgColor { background-color: #303656; }

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

This div background color is #303656.


Border color

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

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

This div border color is #303656.


Opacity

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

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

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

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

This text has shadow with #303656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303656 on black background.


Color preview on white background

This text has color #303656 on white background.



Black color preview on #303656 background

This text has black color on #303656 background.


White color preview on #303656 background

This text has white color on #303656 background.