COLOR #30252A

HEX: #30252A
RGB: (48,37,42)

Color info

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

RGB color model

#30252A color RGB value is (48,37,42).

  • red value is 48;
  • green value is 37;
  • blue value is 42.
RGB:
(48,37,42)
(19%,15%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 42 of 255 = 16%

48
37
42

R + G + B ~ 17%. #30252A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 42 = 127 (100%)
R 48 of 127 ~ 37.8%
G 37 of 127 ~ 29.13%
B 42 of 127 ~ 33.07%

%37.8
%29.13
%33.07

CMYK color model

#30252A color CMYK value is (0,23,13,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 12.50%
  • key color value is 81.18%
CMYK:
(0,23,13,81)
C0M23Y13K81 
(0%,23%,13%,81%)
(0.00/0.23/0.13/0.81)	

CMYK percentages

%0
%22.92
%12.5
%81.18

Codes

Color #30252A in popluar color models

30252A
RGB483742
HSL333°12.94%16.67%
HSB/HSV333°22.92%18.82%
CMYK0.00%22.92%12.50%
81.18%

Color #30252A in popluar number systems.

HEX30252A
Decimal483742
Binary110000100101101010
Octal604552

Shades and tints

Shades of #30252A

#30252A
(48,37,42)
#2C2227
(44,34,39)
#281F24
(40,31,36)
#241C21
(36,28,33)
#20191E
(32,25,30)
#1C161B
(28,22,27)
#181318
(24,19,24)
#141015
(20,16,21)
#100D12
(16,13,18)
#0C0A0F
(12,10,15)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #30252A

#30252A
(48,37,42)
#42383D
(66,56,61)
#544B50
(84,75,80)
#665E63
(102,94,99)
#787176
(120,113,118)
#8A8489
(138,132,137)
#9C979C
(156,151,156)
#AEAAAF
(174,170,175)
#C0BDC2
(192,189,194)
#D2D0D5
(210,208,213)
#E4E3E8
(228,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30252A color. Also use rgb(48,37,42) instead hex code.

Text Font Color

.myTextColor { color: #30252A; }

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

This text font color is #30252A.


Background Color

.myBgColor { background-color: #30252A; }

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

This div background color is #30252A.


Border color

.myBorderColor { border: 1px solid #30252A; }

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

This div border color is #30252A.


Opacity

.myOpacity80 { color: #30252A; opacity: 0.8; }

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

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

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

This text has shadow with #30252A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30252A on black background.


Color preview on white background

This text has color #30252A on white background.



Black color preview on #30252A background

This text has black color on #30252A background.


White color preview on #30252A background

This text has white color on #30252A background.