COLOR #301B3F

HEX: #301B3F
RGB: (48,27,63)

Color info

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

RGB color model

#301B3F color RGB value is (48,27,63).

  • red value is 48;
  • green value is 27;
  • blue value is 63.
RGB:
(48,27,63)
(19%,11%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 27 of 255 = 11%
B 63 of 255 = 25%

48
27
63

R + G + B ~ 18%. #301B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 27 + 63 = 138 (100%)
R 48 of 138 ~ 34.78%
G 27 of 138 ~ 19.57%
B 63 of 138 ~ 45.65%

%34.78
%19.57
%45.65

CMYK color model

#301B3F color CMYK value is (24,57,0,75).

  • cyan value is 23.81%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(24,57,0,75)
C24M57Y0K75 
(24%,57%,0%,75%)
(0.24/0.57/0.00/0.75)	

CMYK percentages

%23.81
%57.14
%0
%75.29

Codes

Color #301B3F in popluar color models

301B3F
RGB482763
HSL275°40.00%17.65%
HSB/HSV275°57.14%24.71%
CMYK23.81%57.14%0.00%
75.29%

Color #301B3F in popluar number systems.

HEX301B3F
Decimal482763
Binary11000011011111111
Octal603377

Shades and tints

Shades of #301B3F

#301B3F
(48,27,63)
#2C193A
(44,25,58)
#281735
(40,23,53)
#241530
(36,21,48)
#20132B
(32,19,43)
#1C1126
(28,17,38)
#180F21
(24,15,33)
#140D1C
(20,13,28)
#100B17
(16,11,23)
#0C0912
(12,9,18)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #301B3F

#301B3F
(48,27,63)
#422F50
(66,47,80)
#544361
(84,67,97)
#665772
(102,87,114)
#786B83
(120,107,131)
#8A7F94
(138,127,148)
#9C93A5
(156,147,165)
#AEA7B6
(174,167,182)
#C0BBC7
(192,187,199)
#D2CFD8
(210,207,216)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301B3F color. Also use rgb(48,27,63) instead hex code.

Text Font Color

.myTextColor { color: #301B3F; }

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

This text font color is #301B3F.


Background Color

.myBgColor { background-color: #301B3F; }

<div style="background-color:#301B3F">Inner text</div>

This div background color is #301B3F.


Border color

.myBorderColor { border: 1px solid #301B3F; }

<div style="border:3px solid #301B3F">Div</div>

This div border color is #301B3F.


Opacity

.myOpacity80 { color: #301B3F; opacity: 0.8; }

<p style="color:#301B3F;opacity:0.8;">80%</p>

Text with #301B3F 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 #301B3F;}

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

This text has shadow with #301B3F color.

.textShadow {text-shadow: 3px 3px 1px #301B3F, 3px 3px 1px red;}

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

This text has shadow with #301B3F primary color and red secondary color.


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

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

This text has shadow with #301B3F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301B3F on black background.


Color preview on white background

This text has color #301B3F on white background.



Black color preview on #301B3F background

This text has black color on #301B3F background.


White color preview on #301B3F background

This text has white color on #301B3F background.