COLOR #303942

HEX: #303942
RGB: (48,57,66)

Color info

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

RGB color model

#303942 color RGB value is (48,57,66).

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

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 66 of 255 = 26%

48
57
66

R + G + B ~ 22%. #303942 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 57 + 66 = 171 (100%)
R 48 of 171 ~ 28.07%
G 57 of 171 ~ 33.33%
B 66 of 171 ~ 38.6%

%28.07
%33.33
%38.6

CMYK color model

#303942 color CMYK value is (27,14,0,74).

  • cyan value is 27.27%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(27,14,0,74)
C27M14Y0K74 
(27%,14%,0%,74%)
(0.27/0.14/0.00/0.74)	

CMYK percentages

%27.27
%13.64
%0
%74.12

Codes

Color #303942 in popluar color models

303942
RGB485766
HSL210°15.79%22.35%
HSB/HSV210°27.27%25.88%
CMYK27.27%13.64%0.00%
74.12%

Color #303942 in popluar number systems.

HEX303942
Decimal485766
Binary1100001110011000010
Octal6071102

Shades and tints

Shades of #303942

#303942
(48,57,66)
#2C343C
(44,52,60)
#282F36
(40,47,54)
#242A30
(36,42,48)
#20252A
(32,37,42)
#1C2024
(28,32,36)
#181B1E
(24,27,30)
#141618
(20,22,24)
#101112
(16,17,18)
#0C0C0C
(12,12,12)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #303942

#303942
(48,57,66)
#424B53
(66,75,83)
#545D64
(84,93,100)
#666F75
(102,111,117)
#788186
(120,129,134)
#8A9397
(138,147,151)
#9CA5A8
(156,165,168)
#AEB7B9
(174,183,185)
#C0C9CA
(192,201,202)
#D2DBDB
(210,219,219)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303942; }

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

This text font color is #303942.


Background Color

.myBgColor { background-color: #303942; }

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

This div background color is #303942.


Border color

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

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

This div border color is #303942.


Opacity

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

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

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

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

This text has shadow with #303942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303942 on black background.


Color preview on white background

This text has color #303942 on white background.



Black color preview on #303942 background

This text has black color on #303942 background.


White color preview on #303942 background

This text has white color on #303942 background.