COLOR #303021

HEX: #303021
RGB: (48,48,33)

Color info

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

RGB color model

#303021 color RGB value is (48,48,33).

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

RGB channels and saturation

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

48
48
33

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

Portions of RGB colors in percentages

R + G + B =
48 + 48 + 33 = 129 (100%)
R 48 of 129 ~ 37.21%
G 48 of 129 ~ 37.21%
B 33 of 129 ~ 25.58%

%37.21
%37.21
%25.58

CMYK color model

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

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

CMYK percentages

%0
%0
%31.25
%81.18

Codes

Color #303021 in popluar color models

303021
RGB484833
HSL60°18.52%15.88%
HSB/HSV60°31.25%18.82%
CMYK0.00%0.00%31.25%
81.18%

Color #303021 in popluar number systems.

HEX303021
Decimal484833
Binary110000110000100001
Octal606041

Shades and tints

Shades of #303021

#303021
(48,48,33)
#2C2C1E
(44,44,30)
#28281B
(40,40,27)
#242418
(36,36,24)
#202015
(32,32,21)
#1C1C12
(28,28,18)
#18180F
(24,24,15)
#14140C
(20,20,12)
#101009
(16,16,9)
#0C0C06
(12,12,6)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #303021

#303021
(48,48,33)
#424235
(66,66,53)
#545449
(84,84,73)
#66665D
(102,102,93)
#787871
(120,120,113)
#8A8A85
(138,138,133)
#9C9C99
(156,156,153)
#AEAEAD
(174,174,173)
#C0C0C1
(192,192,193)
#D2D2D5
(210,210,213)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303021; }

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

This text font color is #303021.


Background Color

.myBgColor { background-color: #303021; }

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

This div background color is #303021.


Border color

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

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

This div border color is #303021.


Opacity

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

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

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

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

This text has shadow with #303021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303021 on black background.


Color preview on white background

This text has color #303021 on white background.



Black color preview on #303021 background

This text has black color on #303021 background.


White color preview on #303021 background

This text has white color on #303021 background.