COLOR #30364C

HEX: #30364C
RGB: (48,54,76)

Color info

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

RGB color model

#30364C color RGB value is (48,54,76).

  • red value is 48;
  • green value is 54;
  • blue value is 76.
RGB:
(48,54,76)
(19%,21%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 76 of 255 = 30%

48
54
76

R + G + B ~ 23%. #30364C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 76 = 178 (100%)
R 48 of 178 ~ 26.97%
G 54 of 178 ~ 30.34%
B 76 of 178 ~ 42.7%

%26.97
%30.34
%42.7

CMYK color model

#30364C color CMYK value is (37,29,0,70).

  • cyan value is 36.84%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(37,29,0,70)
C37M29Y0K70 
(37%,29%,0%,70%)
(0.37/0.29/0.00/0.70)	

CMYK percentages

%36.84
%28.95
%0
%70.2

Codes

Color #30364C in popluar color models

30364C
RGB485476
HSL227°22.58%24.31%
HSB/HSV227°36.84%29.80%
CMYK36.84%28.95%0.00%
70.20%

Color #30364C in popluar number systems.

HEX30364C
Decimal485476
Binary1100001101101001100
Octal6066114

Shades and tints

Shades of #30364C

#30364C
(48,54,76)
#2C3246
(44,50,70)
#282E40
(40,46,64)
#242A3A
(36,42,58)
#202634
(32,38,52)
#1C222E
(28,34,46)
#181E28
(24,30,40)
#141A22
(20,26,34)
#10161C
(16,22,28)
#0C1216
(12,18,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #30364C

#30364C
(48,54,76)
#42485C
(66,72,92)
#545A6C
(84,90,108)
#666C7C
(102,108,124)
#787E8C
(120,126,140)
#8A909C
(138,144,156)
#9CA2AC
(156,162,172)
#AEB4BC
(174,180,188)
#C0C6CC
(192,198,204)
#D2D8DC
(210,216,220)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30364C color. Also use rgb(48,54,76) instead hex code.

Text Font Color

.myTextColor { color: #30364C; }

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

This text font color is #30364C.


Background Color

.myBgColor { background-color: #30364C; }

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

This div background color is #30364C.


Border color

.myBorderColor { border: 1px solid #30364C; }

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

This div border color is #30364C.


Opacity

.myOpacity80 { color: #30364C; opacity: 0.8; }

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

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

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

This text has shadow with #30364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30364C on black background.


Color preview on white background

This text has color #30364C on white background.



Black color preview on #30364C background

This text has black color on #30364C background.


White color preview on #30364C background

This text has white color on #30364C background.