COLOR #301833

HEX: #301833 RGB: (48,24,51)

Color info

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

RGB color model

#301833 color RGB value is (48,24,51).

RGB: (48,24,51) (19%, 9%, 20%)

RGB channels and saturation

R 48 of 255 = 19%
G 24 of 255 = 9%
B 51 of 255 = 20%

48
24
51

R + G + B ~ 16%. #301833 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 24 + 51 = 123 (100%)
R 48 of 123 ~ 39.02%
G 24 of 123 ~ 19.51%
B 51 of 123 ~ 41.46'%

%39.02
%19.51
%41.46

CMYK color model

#301833 color CMYK value is (6,53,0,80).

  • cyan value is 5.88%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (6,53,0,80)
C6M53Y0K80 (6%, 53%, 0%, 80%)
(0.06 / 0.53 / 0.00 / 0.80)

CMYK percentages

%5.88
%52.94
%0
%80

Codes

Color #301833 in popluar color models

30 18 33
RGB 48 24 51
HSL 293° 36.00% 14.71%
HSB/HSV 293° 52.94% 20.00%
CMYK 5.88% 52.94% 0.00%
80.00%

Color #301833 in popluar number systems.

HEX 30 18 33
Decimal 48 24 51
Binary 110000 11000 110011
Octal 60 30 63

Shades and tints

Shades of #301833

#301833
(48,24,51)
#2C162F
(44,22,47)
#28142B
(40,20,43)
#241227
(36,18,39)
#201023
(32,16,35)
#1C0E1F
(28,14,31)
#180C1B
(24,12,27)
#140A17
(20,10,23)
#100813
(16,8,19)
#0C060F
(12,6,15)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #301833

#301833
(48,24,51)
#422D45
(66,45,69)
#544257
(84,66,87)
#665769
(102,87,105)
#786C7B
(120,108,123)
#8A818D
(138,129,141)
#9C969F
(156,150,159)
#AEABB1
(174,171,177)
#C0C0C3
(192,192,195)
#D2D5D5
(210,213,213)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301833 color. Also use rgb(48,24,51) instead hex code.

Text Font Color

.myTextColor { color: #301833; }

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

This text font color is #301833.

Background Color

.myBgColor { background-color: #301833; }

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

This div background color is #301833.

Border color

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

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

This div border color is #301833.

Opacity

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

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

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

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

This text has shadow with #301833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #301833.

Preview

Color preview on black background

This text has color #301833 on black background.


Color preview on white background

This text has color #301833 on white background.


Black color preview on #301833 background

This text has black color on #301833 background.


White color preview on #301833 background

This text has white color on #301833 background.


Related colors

Complementary color

Complementary color for #hex is #CFE7CC.


I love getcolorcode.com

Triadic colors

1 #333018 and #183330 with #301833 are triadic colors.

2 #331830 and #183033 with #301833 are triadic colors.