COLOR #302521

HEX: #302521
RGB: (48,37,33)

Color info

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

RGB color model

#302521 color RGB value is (48,37,33).

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

RGB channels and saturation

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

48
37
33

R + G + B ~ 16%. #302521 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 33 = 118 (100%)
R 48 of 118 ~ 40.68%
G 37 of 118 ~ 31.36%
B 33 of 118 ~ 27.97%

%40.68
%31.36
%27.97

CMYK color model

#302521 color CMYK value is (0,23,31,81).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 31.25%
  • key color value is 81.18%
CMYK:
(0,23,31,81)
C0M23Y31K81 
(0%,23%,31%,81%)
(0.00/0.23/0.31/0.81)	

CMYK percentages

%0
%22.92
%31.25
%81.18

Codes

Color #302521 in popluar color models

302521
RGB483733
HSL16°18.52%15.88%
HSB/HSV16°31.25%18.82%
CMYK0.00%22.92%31.25%
81.18%

Color #302521 in popluar number systems.

HEX302521
Decimal483733
Binary110000100101100001
Octal604541

Shades and tints

Shades of #302521

#302521
(48,37,33)
#2C221E
(44,34,30)
#281F1B
(40,31,27)
#241C18
(36,28,24)
#201915
(32,25,21)
#1C1612
(28,22,18)
#18130F
(24,19,15)
#14100C
(20,16,12)
#100D09
(16,13,9)
#0C0A06
(12,10,6)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #302521

#302521
(48,37,33)
#423835
(66,56,53)
#544B49
(84,75,73)
#665E5D
(102,94,93)
#787171
(120,113,113)
#8A8485
(138,132,133)
#9C9799
(156,151,153)
#AEAAAD
(174,170,173)
#C0BDC1
(192,189,193)
#D2D0D5
(210,208,213)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302521; }

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

This text font color is #302521.


Background Color

.myBgColor { background-color: #302521; }

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

This div background color is #302521.


Border color

.myBorderColor { border: 1px solid #302521; }

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

This div border color is #302521.


Opacity

.myOpacity80 { color: #302521; opacity: 0.8; }

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

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

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

This text has shadow with #302521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302521 on black background.


Color preview on white background

This text has color #302521 on white background.



Black color preview on #302521 background

This text has black color on #302521 background.


White color preview on #302521 background

This text has white color on #302521 background.