COLOR #30252D

HEX: #30252D
RGB: (48,37,45)

Color info

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

RGB color model

#30252D color RGB value is (48,37,45).

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

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 45 of 255 = 18%

48
37
45

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

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 45 = 130 (100%)
R 48 of 130 ~ 36.92%
G 37 of 130 ~ 28.46%
B 45 of 130 ~ 34.62%

%36.92
%28.46
%34.62

CMYK color model

#30252D color CMYK value is (0,23,6,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 6.25%
  • key color value is 81.18%
CMYK:
(0,23,6,81)
C0M23Y6K81 
(0%,23%,6%,81%)
(0.00/0.23/0.06/0.81)	

CMYK percentages

%0
%22.92
%6.25
%81.18

Codes

Color #30252D in popluar color models

30252D
RGB483745
HSL316°12.94%16.67%
HSB/HSV316°22.92%18.82%
CMYK0.00%22.92%6.25%
81.18%

Color #30252D in popluar number systems.

HEX30252D
Decimal483745
Binary110000100101101101
Octal604555

Shades and tints

Shades of #30252D

#30252D
(48,37,45)
#2C2229
(44,34,41)
#281F25
(40,31,37)
#241C21
(36,28,33)
#20191D
(32,25,29)
#1C1619
(28,22,25)
#181315
(24,19,21)
#141011
(20,16,17)
#100D0D
(16,13,13)
#0C0A09
(12,10,9)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #30252D

#30252D
(48,37,45)
#423840
(66,56,64)
#544B53
(84,75,83)
#665E66
(102,94,102)
#787179
(120,113,121)
#8A848C
(138,132,140)
#9C979F
(156,151,159)
#AEAAB2
(174,170,178)
#C0BDC5
(192,189,197)
#D2D0D8
(210,208,216)
#E4E3EB
(228,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30252D; }

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

This text font color is #30252D.


Background Color

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

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

This div background color is #30252D.


Border color

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

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

This div border color is #30252D.


Opacity

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

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

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

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

This text has shadow with #30252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30252D on black background.


Color preview on white background

This text has color #30252D on white background.



Black color preview on #30252D background

This text has black color on #30252D background.


White color preview on #30252D background

This text has white color on #30252D background.