COLOR #30332F

HEX: #30332F
RGB: (48,51,47)

Color info

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

RGB color model

#30332F color RGB value is (48,51,47).

  • red value is 48;
  • green value is 51;
  • blue value is 47.
RGB:
(48,51,47)
(19%,20%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 47 of 255 = 18%

48
51
47

R + G + B ~ 19%. #30332F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 47 = 146 (100%)
R 48 of 146 ~ 32.88%
G 51 of 146 ~ 34.93%
B 47 of 146 ~ 32.19%

%32.88
%34.93
%32.19

CMYK color model

#30332F color CMYK value is (6,0,8,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 80.00%
CMYK:
(6,0,8,80)
C6M0Y8K80 
(6%,0%,8%,80%)
(0.06/0.00/0.08/0.80)	

CMYK percentages

%5.88
%0
%7.84
%80

Codes

Color #30332F in popluar color models

30332F
RGB485147
HSL105°4.08%19.22%
HSB/HSV105°7.84%20.00%
CMYK5.88%0.00%7.84%
80.00%

Color #30332F in popluar number systems.

HEX30332F
Decimal485147
Binary110000110011101111
Octal606357

Shades and tints

Shades of #30332F

#30332F
(48,51,47)
#2C2F2B
(44,47,43)
#282B27
(40,43,39)
#242723
(36,39,35)
#20231F
(32,35,31)
#1C1F1B
(28,31,27)
#181B17
(24,27,23)
#141713
(20,23,19)
#10130F
(16,19,15)
#0C0F0B
(12,15,11)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #30332F

#30332F
(48,51,47)
#424541
(66,69,65)
#545753
(84,87,83)
#666965
(102,105,101)
#787B77
(120,123,119)
#8A8D89
(138,141,137)
#9C9F9B
(156,159,155)
#AEB1AD
(174,177,173)
#C0C3BF
(192,195,191)
#D2D5D1
(210,213,209)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30332F color. Also use rgb(48,51,47) instead hex code.

Text Font Color

.myTextColor { color: #30332F; }

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

This text font color is #30332F.


Background Color

.myBgColor { background-color: #30332F; }

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

This div background color is #30332F.


Border color

.myBorderColor { border: 1px solid #30332F; }

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

This div border color is #30332F.


Opacity

.myOpacity80 { color: #30332F; opacity: 0.8; }

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

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

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

This text has shadow with #30332F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30332F on black background.


Color preview on white background

This text has color #30332F on white background.



Black color preview on #30332F background

This text has black color on #30332F background.


White color preview on #30332F background

This text has white color on #30332F background.