COLOR #300227

HEX: #300227
RGB: (48,2,39)

Color info

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

RGB color model

#300227 color RGB value is (48,2,39).

  • red value is 48;
  • green value is 2;
  • blue value is 39.
RGB:
(48,2,39)
(19%,1%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 2 of 255 = 1%
B 39 of 255 = 15%

48
2
39

R + G + B ~ 12%. #300227 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 2 + 39 = 89 (100%)
R 48 of 89 ~ 53.93%
G 2 of 89 ~ 2.25%
B 39 of 89 ~ 43.82%

%53.93
%43.82

CMYK color model

#300227 color CMYK value is (0,96,19,81).

  • cyan value is 0.00%
  • magenta value is 95.83%
  • yellow value is 18.75%
  • key color value is 81.18%
CMYK:
(0,96,19,81)
C0M96Y19K81 
(0%,96%,19%,81%)
(0.00/0.96/0.19/0.81)	

CMYK percentages

%0
%95.83
%18.75
%81.18

Codes

Color #300227 in popluar color models

300227
RGB48239
HSL312°92.00%9.80%
HSB/HSV312°95.83%18.82%
CMYK0.00%95.83%18.75%
81.18%

Color #300227 in popluar number systems.

HEX300227
Decimal48239
Binary11000010100111
Octal60247

Shades and tints

Shades of #300227

#300227
(48,2,39)
#2C0224
(44,2,36)
#280221
(40,2,33)
#24021E
(36,2,30)
#20021B
(32,2,27)
#1C0218
(28,2,24)
#180215
(24,2,21)
#140212
(20,2,18)
#10020F
(16,2,15)
#0C020C
(12,2,12)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #300227

#300227
(48,2,39)
#42193A
(66,25,58)
#54304D
(84,48,77)
#664760
(102,71,96)
#785E73
(120,94,115)
#8A7586
(138,117,134)
#9C8C99
(156,140,153)
#AEA3AC
(174,163,172)
#C0BABF
(192,186,191)
#D2D1D2
(210,209,210)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300227 color. Also use rgb(48,2,39) instead hex code.

Text Font Color

.myTextColor { color: #300227; }

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

This text font color is #300227.


Background Color

.myBgColor { background-color: #300227; }

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

This div background color is #300227.


Border color

.myBorderColor { border: 1px solid #300227; }

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

This div border color is #300227.


Opacity

.myOpacity80 { color: #300227; opacity: 0.8; }

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

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

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

This text has shadow with #300227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300227 on black background.


Color preview on white background

This text has color #300227 on white background.



Black color preview on #300227 background

This text has black color on #300227 background.


White color preview on #300227 background

This text has white color on #300227 background.