COLOR #303D42

HEX: #303D42
RGB: (48,61,66)

Color info

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

RGB color model

#303D42 color RGB value is (48,61,66).

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

RGB channels and saturation

R 48 of 255 = 19%
G 61 of 255 = 24%
B 66 of 255 = 26%

48
61
66

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

Portions of RGB colors in percentages

R + G + B =
48 + 61 + 66 = 175 (100%)
R 48 of 175 ~ 27.43%
G 61 of 175 ~ 34.86%
B 66 of 175 ~ 37.71%

%27.43
%34.86
%37.71

CMYK color model

#303D42 color CMYK value is (27,8,0,74).

  • cyan value is 27.27%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(27,8,0,74)
C27M8Y0K74 
(27%,8%,0%,74%)
(0.27/0.08/0.00/0.74)	

CMYK percentages

%27.27
%7.58
%0
%74.12

Codes

Color #303D42 in popluar color models

303D42
RGB486166
HSL197°15.79%22.35%
HSB/HSV197°27.27%25.88%
CMYK27.27%7.58%0.00%
74.12%

Color #303D42 in popluar number systems.

HEX303D42
Decimal486166
Binary1100001111011000010
Octal6075102

Shades and tints

Shades of #303D42

#303D42
(48,61,66)
#2C383C
(44,56,60)
#283336
(40,51,54)
#242E30
(36,46,48)
#20292A
(32,41,42)
#1C2424
(28,36,36)
#181F1E
(24,31,30)
#141A18
(20,26,24)
#101512
(16,21,18)
#0C100C
(12,16,12)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #303D42

#303D42
(48,61,66)
#424E53
(66,78,83)
#545F64
(84,95,100)
#667075
(102,112,117)
#788186
(120,129,134)
#8A9297
(138,146,151)
#9CA3A8
(156,163,168)
#AEB4B9
(174,180,185)
#C0C5CA
(192,197,202)
#D2D6DB
(210,214,219)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303D42; }

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

This text font color is #303D42.


Background Color

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

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

This div background color is #303D42.


Border color

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

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

This div border color is #303D42.


Opacity

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

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

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

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

This text has shadow with #303D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303D42 on black background.


Color preview on white background

This text has color #303D42 on white background.



Black color preview on #303D42 background

This text has black color on #303D42 background.


White color preview on #303D42 background

This text has white color on #303D42 background.