COLOR #30252F

HEX: #30252F
RGB: (48,37,47)

Color info

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

RGB color model

#30252F color RGB value is (48,37,47).

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

RGB channels and saturation

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

48
37
47

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

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 47 = 132 (100%)
R 48 of 132 ~ 36.36%
G 37 of 132 ~ 28.03%
B 47 of 132 ~ 35.61%

%36.36
%28.03
%35.61

CMYK color model

#30252F color CMYK value is (0,23,2,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 2.08%
  • key color value is 81.18%
CMYK:
(0,23,2,81)
C0M23Y2K81 
(0%,23%,2%,81%)
(0.00/0.23/0.02/0.81)	

CMYK percentages

%0
%22.92
%2.08
%81.18

Codes

Color #30252F in popluar color models

30252F
RGB483747
HSL305°12.94%16.67%
HSB/HSV305°22.92%18.82%
CMYK0.00%22.92%2.08%
81.18%

Color #30252F in popluar number systems.

HEX30252F
Decimal483747
Binary110000100101101111
Octal604557

Shades and tints

Shades of #30252F

#30252F
(48,37,47)
#2C222B
(44,34,43)
#281F27
(40,31,39)
#241C23
(36,28,35)
#20191F
(32,25,31)
#1C161B
(28,22,27)
#181317
(24,19,23)
#141013
(20,16,19)
#100D0F
(16,13,15)
#0C0A0B
(12,10,11)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #30252F

#30252F
(48,37,47)
#423841
(66,56,65)
#544B53
(84,75,83)
#665E65
(102,94,101)
#787177
(120,113,119)
#8A8489
(138,132,137)
#9C979B
(156,151,155)
#AEAAAD
(174,170,173)
#C0BDBF
(192,189,191)
#D2D0D1
(210,208,209)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30252F; }

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

This text font color is #30252F.


Background Color

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

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

This div background color is #30252F.


Border color

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

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

This div border color is #30252F.


Opacity

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

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

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

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

This text has shadow with #30252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30252F on black background.


Color preview on white background

This text has color #30252F on white background.



Black color preview on #30252F background

This text has black color on #30252F background.


White color preview on #30252F background

This text has white color on #30252F background.