COLOR #303D44

HEX: #303D44
RGB: (48,61,68)

Color info

#303D44 contains red, green and blue colors in about the same proportion. Web safe color of #303D44 is #333333 (or #333).

RGB color model

#303D44 color RGB value is (48,61,68).

  • red value is 48;
  • green value is 61;
  • blue value is 68.
RGB:
(48,61,68)
(19%,24%,27%)

RGB channels and saturation

R 48 of 255 = 19%
G 61 of 255 = 24%
B 68 of 255 = 27%

48
61
68

R + G + B ~ 23%. #303D44 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 61 + 68 = 177 (100%)
R 48 of 177 ~ 27.12%
G 61 of 177 ~ 34.46%
B 68 of 177 ~ 38.42%

%27.12
%34.46
%38.42

CMYK color model

#303D44 color CMYK value is (29,10,0,73).

  • cyan value is 29.41%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(29,10,0,73)
C29M10Y0K73 
(29%,10%,0%,73%)
(0.29/0.10/0.00/0.73)	

CMYK percentages

%29.41
%10.29
%0
%73.33

Codes

Color #303D44 in popluar color models

303D44
RGB486168
HSL201°17.24%22.75%
HSB/HSV201°29.41%26.67%
CMYK29.41%10.29%0.00%
73.33%

Color #303D44 in popluar number systems.

HEX303D44
Decimal486168
Binary1100001111011000100
Octal6075104

Shades and tints

Shades of #303D44

#303D44
(48,61,68)
#2C383E
(44,56,62)
#283338
(40,51,56)
#242E32
(36,46,50)
#20292C
(32,41,44)
#1C2426
(28,36,38)
#181F20
(24,31,32)
#141A1A
(20,26,26)
#101514
(16,21,20)
#0C100E
(12,16,14)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #303D44

#303D44
(48,61,68)
#424E55
(66,78,85)
#545F66
(84,95,102)
#667077
(102,112,119)
#788188
(120,129,136)
#8A9299
(138,146,153)
#9CA3AA
(156,163,170)
#AEB4BB
(174,180,187)
#C0C5CC
(192,197,204)
#D2D6DD
(210,214,221)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303D44 color. Also use rgb(48,61,68) instead hex code.

Text Font Color

.myTextColor { color: #303D44; }

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

This text font color is #303D44.


Background Color

.myBgColor { background-color: #303D44; }

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

This div background color is #303D44.


Border color

.myBorderColor { border: 1px solid #303D44; }

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

This div border color is #303D44.


Opacity

.myOpacity80 { color: #303D44; opacity: 0.8; }

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

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

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

This text has shadow with #303D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303D44 on black background.


Color preview on white background

This text has color #303D44 on white background.



Black color preview on #303D44 background

This text has black color on #303D44 background.


White color preview on #303D44 background

This text has white color on #303D44 background.