COLOR #300434

HEX: #300434
RGB: (48,4,52)

Color info

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

RGB color model

#300434 color RGB value is (48,4,52).

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

RGB channels and saturation

R 48 of 255 = 19%
G 4 of 255 = 2%
B 52 of 255 = 20%

48
4
52

R + G + B ~ 14%. #300434 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 4 + 52 = 104 (100%)
R 48 of 104 ~ 46.15%
G 4 of 104 ~ 3.85%
B 52 of 104 ~ 50%

%46.15
%50

CMYK color model

#300434 color CMYK value is (8,92,0,80).

  • cyan value is 7.69%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(8,92,0,80)
C8M92Y0K80 
(8%,92%,0%,80%)
(0.08/0.92/0.00/0.80)	

CMYK percentages

%7.69
%92.31
%0
%79.61

Codes

Color #300434 in popluar color models

300434
RGB48452
HSL295°85.71%10.98%
HSB/HSV295°92.31%20.39%
CMYK7.69%92.31%0.00%
79.61%

Color #300434 in popluar number systems.

HEX300434
Decimal48452
Binary110000100110100
Octal60464

Shades and tints

Shades of #300434

#300434
(48,4,52)
#2C0430
(44,4,48)
#28042C
(40,4,44)
#240428
(36,4,40)
#200424
(32,4,36)
#1C0420
(28,4,32)
#18041C
(24,4,28)
#140418
(20,4,24)
#100414
(16,4,20)
#0C0410
(12,4,16)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #300434

#300434
(48,4,52)
#421A46
(66,26,70)
#543058
(84,48,88)
#66466A
(102,70,106)
#785C7C
(120,92,124)
#8A728E
(138,114,142)
#9C88A0
(156,136,160)
#AE9EB2
(174,158,178)
#C0B4C4
(192,180,196)
#D2CAD6
(210,202,214)
#E4E0E8
(228,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300434; }

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

This text font color is #300434.


Background Color

.myBgColor { background-color: #300434; }

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

This div background color is #300434.


Border color

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

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

This div border color is #300434.


Opacity

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

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

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

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

This text has shadow with #300434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300434 on black background.


Color preview on white background

This text has color #300434 on white background.



Black color preview on #300434 background

This text has black color on #300434 background.


White color preview on #300434 background

This text has white color on #300434 background.