COLOR #302B4A

HEX: #302B4A
RGB: (48,43,74)

Color info

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

RGB color model

#302B4A color RGB value is (48,43,74).

  • red value is 48;
  • green value is 43;
  • blue value is 74.
RGB:
(48,43,74)
(19%,17%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 43 of 255 = 17%
B 74 of 255 = 29%

48
43
74

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

Portions of RGB colors in percentages

R + G + B =
48 + 43 + 74 = 165 (100%)
R 48 of 165 ~ 29.09%
G 43 of 165 ~ 26.06%
B 74 of 165 ~ 44.85%

%29.09
%26.06
%44.85

CMYK color model

#302B4A color CMYK value is (35,42,0,71).

  • cyan value is 35.14%
  • magenta value is 41.89%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(35,42,0,71)
C35M42Y0K71 
(35%,42%,0%,71%)
(0.35/0.42/0.00/0.71)	

CMYK percentages

%35.14
%41.89
%0
%70.98

Codes

Color #302B4A in popluar color models

302B4A
RGB484374
HSL250°26.50%22.94%
HSB/HSV250°41.89%29.02%
CMYK35.14%41.89%0.00%
70.98%

Color #302B4A in popluar number systems.

HEX302B4A
Decimal484374
Binary1100001010111001010
Octal6053112

Shades and tints

Shades of #302B4A

#302B4A
(48,43,74)
#2C2844
(44,40,68)
#28253E
(40,37,62)
#242238
(36,34,56)
#201F32
(32,31,50)
#1C1C2C
(28,28,44)
#181926
(24,25,38)
#141620
(20,22,32)
#10131A
(16,19,26)
#0C1014
(12,16,20)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #302B4A

#302B4A
(48,43,74)
#423E5A
(66,62,90)
#54516A
(84,81,106)
#66647A
(102,100,122)
#78778A
(120,119,138)
#8A8A9A
(138,138,154)
#9C9DAA
(156,157,170)
#AEB0BA
(174,176,186)
#C0C3CA
(192,195,202)
#D2D6DA
(210,214,218)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #302B4A color. Also use rgb(48,43,74) instead hex code.

Text Font Color

.myTextColor { color: #302B4A; }

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

This text font color is #302B4A.


Background Color

.myBgColor { background-color: #302B4A; }

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

This div background color is #302B4A.


Border color

.myBorderColor { border: 1px solid #302B4A; }

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

This div border color is #302B4A.


Opacity

.myOpacity80 { color: #302B4A; opacity: 0.8; }

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

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

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

This text has shadow with #302B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302B4A on black background.


Color preview on white background

This text has color #302B4A on white background.



Black color preview on #302B4A background

This text has black color on #302B4A background.


White color preview on #302B4A background

This text has white color on #302B4A background.