COLOR #30322A

HEX: #30322A
RGB: (48,50,42)

Color info

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

RGB color model

#30322A color RGB value is (48,50,42).

  • red value is 48;
  • green value is 50;
  • blue value is 42.
RGB:
(48,50,42)
(19%,20%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 50 of 255 = 20%
B 42 of 255 = 16%

48
50
42

R + G + B ~ 18%. #30322A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 50 + 42 = 140 (100%)
R 48 of 140 ~ 34.29%
G 50 of 140 ~ 35.71%
B 42 of 140 ~ 30%

%34.29
%35.71
%30

CMYK color model

#30322A color CMYK value is (4,0,16,80).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 80.39%
CMYK:
(4,0,16,80)
C4M0Y16K80 
(4%,0%,16%,80%)
(0.04/0.00/0.16/0.80)	

CMYK percentages

%4
%0
%16
%80.39

Codes

Color #30322A in popluar color models

30322A
RGB485042
HSL75°8.70%18.04%
HSB/HSV75°16.00%19.61%
CMYK4.00%0.00%16.00%
80.39%

Color #30322A in popluar number systems.

HEX30322A
Decimal485042
Binary110000110010101010
Octal606252

Shades and tints

Shades of #30322A

#30322A
(48,50,42)
#2C2E27
(44,46,39)
#282A24
(40,42,36)
#242621
(36,38,33)
#20221E
(32,34,30)
#1C1E1B
(28,30,27)
#181A18
(24,26,24)
#141615
(20,22,21)
#101212
(16,18,18)
#0C0E0F
(12,14,15)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #30322A

#30322A
(48,50,42)
#42443D
(66,68,61)
#545650
(84,86,80)
#666863
(102,104,99)
#787A76
(120,122,118)
#8A8C89
(138,140,137)
#9C9E9C
(156,158,156)
#AEB0AF
(174,176,175)
#C0C2C2
(192,194,194)
#D2D4D5
(210,212,213)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30322A color. Also use rgb(48,50,42) instead hex code.

Text Font Color

.myTextColor { color: #30322A; }

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

This text font color is #30322A.


Background Color

.myBgColor { background-color: #30322A; }

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

This div background color is #30322A.


Border color

.myBorderColor { border: 1px solid #30322A; }

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

This div border color is #30322A.


Opacity

.myOpacity80 { color: #30322A; opacity: 0.8; }

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

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

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

This text has shadow with #30322A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30322A on black background.


Color preview on white background

This text has color #30322A on white background.



Black color preview on #30322A background

This text has black color on #30322A background.


White color preview on #30322A background

This text has white color on #30322A background.