COLOR #303E40

HEX: #303E40 RGB: (48,62,64)

Color info

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

RGB color model

#303E40 color RGB value is (48,62,64).

RGB: (48,62,64) (19%, 24%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 62 of 255 = 24%
B 64 of 255 = 25%

48
62
64

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

Portions of RGB colors in percentages

R + G + B = 48 + 62 + 64 = 174 (100%)
R 48 of 174 ~ 27.59%
G 62 of 174 ~ 35.63%
B 64 of 174 ~ 36.78'%

%27.59
%35.63
%36.78

CMYK color model

#303E40 color CMYK value is (25,3,0,75).

  • cyan value is 25.00%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (25,3,0,75)
C25M3Y0K75 (25%, 3%, 0%, 75%)
(0.25 / 0.03 / 0.00 / 0.75)

CMYK percentages

%25
%3.12
%0
%74.9

Codes

Color #303E40 in popluar color models

30 3E 40
RGB 48 62 64
HSL 188° 14.29% 21.96%
HSB/HSV 188° 25.00% 25.10%
CMYK 25.00% 3.12% 0.00%
74.90%

Color #303E40 in popluar number systems.

HEX 30 3E 40
Decimal 48 62 64
Binary 110000 111110 1000000
Octal 60 76 100

Shades and tints

Shades of #303E40

#303E40
(48,62,64)
#2C393B
(44,57,59)
#283436
(40,52,54)
#242F31
(36,47,49)
#202A2C
(32,42,44)
#1C2527
(28,37,39)
#182022
(24,32,34)
#141B1D
(20,27,29)
#101618
(16,22,24)
#0C1113
(12,17,19)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #303E40

#303E40
(48,62,64)
#424F51
(66,79,81)
#546062
(84,96,98)
#667173
(102,113,115)
#788284
(120,130,132)
#8A9395
(138,147,149)
#9CA4A6
(156,164,166)
#AEB5B7
(174,181,183)
#C0C6C8
(192,198,200)
#D2D7D9
(210,215,217)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303E40; }

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

This text font color is #303E40.

Background Color

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

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

This div background color is #303E40.

Border color

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

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

This div border color is #303E40.

Opacity

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

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

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

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

This text has shadow with #303E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303E40.

Preview

Color preview on black background

This text has color #303E40 on black background.


Color preview on white background

This text has color #303E40 on white background.


Black color preview on #303E40 background

This text has black color on #303E40 background.


White color preview on #303E40 background

This text has white color on #303E40 background.


Related colors

Complementary color

Complementary color for #hex is #CFC1BF.


I love getcolorcode.com

Triadic colors

1 #40303E and #3E4030 with #303E40 are triadic colors.

2 #403E30 and #3E3040 with #303E40 are triadic colors.