COLOR #301834

HEX: #301834
RGB: (48,24,52)

Color info

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

RGB color model

#301834 color RGB value is (48,24,52).

  • red value is 48;
  • green value is 24;
  • blue value is 52.
RGB:
(48,24,52)
(19%,9%,20%)

RGB channels and saturation

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

48
24
52

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

Portions of RGB colors in percentages

R + G + B =
48 + 24 + 52 = 124 (100%)
R 48 of 124 ~ 38.71%
G 24 of 124 ~ 19.35%
B 52 of 124 ~ 41.94%

%38.71
%19.35
%41.94

CMYK color model

#301834 color CMYK value is (8,54,0,80).

  • cyan value is 7.69%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(8,54,0,80)
C8M54Y0K80 
(8%,54%,0%,80%)
(0.08/0.54/0.00/0.80)	

CMYK percentages

%7.69
%53.85
%0
%79.61

Codes

Color #301834 in popluar color models

301834
RGB482452
HSL291°36.84%14.90%
HSB/HSV291°53.85%20.39%
CMYK7.69%53.85%0.00%
79.61%

Color #301834 in popluar number systems.

HEX301834
Decimal482452
Binary11000011000110100
Octal603064

Shades and tints

Shades of #301834

#301834
(48,24,52)
#2C1630
(44,22,48)
#28142C
(40,20,44)
#241228
(36,18,40)
#201024
(32,16,36)
#1C0E20
(28,14,32)
#180C1C
(24,12,28)
#140A18
(20,10,24)
#100814
(16,8,20)
#0C0610
(12,6,16)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #301834

#301834
(48,24,52)
#422D46
(66,45,70)
#544258
(84,66,88)
#66576A
(102,87,106)
#786C7C
(120,108,124)
#8A818E
(138,129,142)
#9C96A0
(156,150,160)
#AEABB2
(174,171,178)
#C0C0C4
(192,192,196)
#D2D5D6
(210,213,214)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #301834; }

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

This text font color is #301834.


Background Color

.myBgColor { background-color: #301834; }

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

This div background color is #301834.


Border color

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

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

This div border color is #301834.


Opacity

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

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

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

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

This text has shadow with #301834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301834 on black background.


Color preview on white background

This text has color #301834 on white background.



Black color preview on #301834 background

This text has black color on #301834 background.


White color preview on #301834 background

This text has white color on #301834 background.