COLOR #30250D

HEX: #30250D
RGB: (48,37,13)

Color info

#30250D contains red, green and blue colors in about the same proportion. Web safe color of #30250D is #333300 (or #330).

RGB color model

#30250D color RGB value is (48,37,13).

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

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 13 of 255 = 5%

48
37
13

R + G + B ~ 13%. #30250D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 13 = 98 (100%)
R 48 of 98 ~ 48.98%
G 37 of 98 ~ 37.76%
B 13 of 98 ~ 13.27%

%48.98
%37.76
%13.27

CMYK color model

#30250D color CMYK value is (0,23,73,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 72.92%
  • key color value is 81.18%
CMYK:
(0,23,73,81)
C0M23Y73K81 
(0%,23%,73%,81%)
(0.00/0.23/0.73/0.81)	

CMYK percentages

%0
%22.92
%72.92
%81.18

Codes

Color #30250D in popluar color models

30250D
RGB483713
HSL41°57.38%11.96%
HSB/HSV41°72.92%18.82%
CMYK0.00%22.92%72.92%
81.18%

Color #30250D in popluar number systems.

HEX30250D
Decimal483713
Binary1100001001011101
Octal604515

Shades and tints

Shades of #30250D

#30250D
(48,37,13)
#2C220C
(44,34,12)
#281F0B
(40,31,11)
#241C0A
(36,28,10)
#201909
(32,25,9)
#1C1608
(28,22,8)
#181307
(24,19,7)
#141006
(20,16,6)
#100D05
(16,13,5)
#0C0A04
(12,10,4)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #30250D

#30250D
(48,37,13)
#423823
(66,56,35)
#544B39
(84,75,57)
#665E4F
(102,94,79)
#787165
(120,113,101)
#8A847B
(138,132,123)
#9C9791
(156,151,145)
#AEAAA7
(174,170,167)
#C0BDBD
(192,189,189)
#D2D0D3
(210,208,211)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30250D; }

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

This text font color is #30250D.


Background Color

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

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

This div background color is #30250D.


Border color

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

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

This div border color is #30250D.


Opacity

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

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

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

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

This text has shadow with #30250D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30250D on black background.


Color preview on white background

This text has color #30250D on white background.



Black color preview on #30250D background

This text has black color on #30250D background.


White color preview on #30250D background

This text has white color on #30250D background.