COLOR #302F62

HEX: #302F62
RGB: (48,47,98)

Color info

#302F62 contains red, green and blue colors in about the same proportion. Web safe color of #302F62 is #333366 (or #336).

RGB color model

#302F62 color RGB value is (48,47,98).

  • red value is 48;
  • green value is 47;
  • blue value is 98.
RGB:
(48,47,98)
(19%,18%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 47 of 255 = 18%
B 98 of 255 = 38%

48
47
98

R + G + B ~ 25%. #302F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 47 + 98 = 193 (100%)
R 48 of 193 ~ 24.87%
G 47 of 193 ~ 24.35%
B 98 of 193 ~ 50.78%

%24.87
%24.35
%50.78

CMYK color model

#302F62 color CMYK value is (51,52,0,62).

  • cyan value is 51.02%
  • magenta value is 52.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(51,52,0,62)
C51M52Y0K62 
(51%,52%,0%,62%)
(0.51/0.52/0.00/0.62)	

CMYK percentages

%51.02
%52.04
%0
%61.57

Codes

Color #302F62 in popluar color models

302F62
RGB484798
HSL241°35.17%28.43%
HSB/HSV241°52.04%38.43%
CMYK51.02%52.04%0.00%
61.57%

Color #302F62 in popluar number systems.

HEX302F62
Decimal484798
Binary1100001011111100010
Octal6057142

Shades and tints

Shades of #302F62

#302F62
(48,47,98)
#2C2B5A
(44,43,90)
#282752
(40,39,82)
#24234A
(36,35,74)
#201F42
(32,31,66)
#1C1B3A
(28,27,58)
#181732
(24,23,50)
#14132A
(20,19,42)
#100F22
(16,15,34)
#0C0B1A
(12,11,26)
#080712
(8,7,18)
#000000
(0,0,0)

Tints of #302F62

#302F62
(48,47,98)
#424170
(66,65,112)
#54537E
(84,83,126)
#66658C
(102,101,140)
#78779A
(120,119,154)
#8A89A8
(138,137,168)
#9C9BB6
(156,155,182)
#AEADC4
(174,173,196)
#C0BFD2
(192,191,210)
#D2D1E0
(210,209,224)
#E4E3EE
(228,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #302F62 color. Also use rgb(48,47,98) instead hex code.

Text Font Color

.myTextColor { color: #302F62; }

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

This text font color is #302F62.


Background Color

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

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

This div background color is #302F62.


Border color

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

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

This div border color is #302F62.


Opacity

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

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

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

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

This text has shadow with #302F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302F62 on black background.


Color preview on white background

This text has color #302F62 on white background.



Black color preview on #302F62 background

This text has black color on #302F62 background.


White color preview on #302F62 background

This text has white color on #302F62 background.