COLOR #303C3E

HEX: #303C3E
RGB: (48,60,62)

Color info

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

RGB color model

#303C3E color RGB value is (48,60,62).

  • red value is 48;
  • green value is 60;
  • blue value is 62.
RGB:
(48,60,62)
(19%,24%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 60 of 255 = 24%
B 62 of 255 = 24%

48
60
62

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

Portions of RGB colors in percentages

R + G + B =
48 + 60 + 62 = 170 (100%)
R 48 of 170 ~ 28.24%
G 60 of 170 ~ 35.29%
B 62 of 170 ~ 36.47%

%28.24
%35.29
%36.47

CMYK color model

#303C3E color CMYK value is (23,3,0,76).

  • cyan value is 22.58%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(23,3,0,76)
C23M3Y0K76 
(23%,3%,0%,76%)
(0.23/0.03/0.00/0.76)	

CMYK percentages

%22.58
%3.23
%0
%75.69

Codes

Color #303C3E in popluar color models

303C3E
RGB486062
HSL189°12.73%21.57%
HSB/HSV189°22.58%24.31%
CMYK22.58%3.23%0.00%
75.69%

Color #303C3E in popluar number systems.

HEX303C3E
Decimal486062
Binary110000111100111110
Octal607476

Shades and tints

Shades of #303C3E

#303C3E
(48,60,62)
#2C3739
(44,55,57)
#283234
(40,50,52)
#242D2F
(36,45,47)
#20282A
(32,40,42)
#1C2325
(28,35,37)
#181E20
(24,30,32)
#14191B
(20,25,27)
#101416
(16,20,22)
#0C0F11
(12,15,17)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #303C3E

#303C3E
(48,60,62)
#424D4F
(66,77,79)
#545E60
(84,94,96)
#666F71
(102,111,113)
#788082
(120,128,130)
#8A9193
(138,145,147)
#9CA2A4
(156,162,164)
#AEB3B5
(174,179,181)
#C0C4C6
(192,196,198)
#D2D5D7
(210,213,215)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303C3E color. Also use rgb(48,60,62) instead hex code.

Text Font Color

.myTextColor { color: #303C3E; }

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

This text font color is #303C3E.


Background Color

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

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

This div background color is #303C3E.


Border color

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

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

This div border color is #303C3E.


Opacity

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

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

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

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

This text has shadow with #303C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303C3E on black background.


Color preview on white background

This text has color #303C3E on white background.



Black color preview on #303C3E background

This text has black color on #303C3E background.


White color preview on #303C3E background

This text has white color on #303C3E background.