COLOR #30251D

HEX: #30251D
RGB: (48,37,29)

Color info

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

RGB color model

#30251D color RGB value is (48,37,29).

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

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 29 of 255 = 11%

48
37
29

R + G + B ~ 15%. #30251D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 29 = 114 (100%)
R 48 of 114 ~ 42.11%
G 37 of 114 ~ 32.46%
B 29 of 114 ~ 25.44%

%42.11
%32.46
%25.44

CMYK color model

#30251D color CMYK value is (0,23,40,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 39.58%
  • key color value is 81.18%
CMYK:
(0,23,40,81)
C0M23Y40K81 
(0%,23%,40%,81%)
(0.00/0.23/0.40/0.81)	

CMYK percentages

%0
%22.92
%39.58
%81.18

Codes

Color #30251D in popluar color models

30251D
RGB483729
HSL25°24.68%15.10%
HSB/HSV25°39.58%18.82%
CMYK0.00%22.92%39.58%
81.18%

Color #30251D in popluar number systems.

HEX30251D
Decimal483729
Binary11000010010111101
Octal604535

Shades and tints

Shades of #30251D

#30251D
(48,37,29)
#2C221B
(44,34,27)
#281F19
(40,31,25)
#241C17
(36,28,23)
#201915
(32,25,21)
#1C1613
(28,22,19)
#181311
(24,19,17)
#14100F
(20,16,15)
#100D0D
(16,13,13)
#0C0A0B
(12,10,11)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #30251D

#30251D
(48,37,29)
#423831
(66,56,49)
#544B45
(84,75,69)
#665E59
(102,94,89)
#78716D
(120,113,109)
#8A8481
(138,132,129)
#9C9795
(156,151,149)
#AEAAA9
(174,170,169)
#C0BDBD
(192,189,189)
#D2D0D1
(210,208,209)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30251D; }

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

This text font color is #30251D.


Background Color

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

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

This div background color is #30251D.


Border color

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

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

This div border color is #30251D.


Opacity

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

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

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

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

This text has shadow with #30251D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30251D on black background.


Color preview on white background

This text has color #30251D on white background.



Black color preview on #30251D background

This text has black color on #30251D background.


White color preview on #30251D background

This text has white color on #30251D background.