COLOR #30332D

HEX: #30332D
RGB: (48,51,45)

Color info

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

RGB color model

#30332D color RGB value is (48,51,45).

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

RGB channels and saturation

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

48
51
45

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

Portions of RGB colors in percentages

R + G + B =
48 + 51 + 45 = 144 (100%)
R 48 of 144 ~ 33.33%
G 51 of 144 ~ 35.42%
B 45 of 144 ~ 31.25%

%33.33
%35.42
%31.25

CMYK color model

#30332D color CMYK value is (6,0,12,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 80.00%
CMYK:
(6,0,12,80)
C6M0Y12K80 
(6%,0%,12%,80%)
(0.06/0.00/0.12/0.80)	

CMYK percentages

%5.88
%0
%11.76
%80

Codes

Color #30332D in popluar color models

30332D
RGB485145
HSL90°6.25%18.82%
HSB/HSV90°11.76%20.00%
CMYK5.88%0.00%11.76%
80.00%

Color #30332D in popluar number systems.

HEX30332D
Decimal485145
Binary110000110011101101
Octal606355

Shades and tints

Shades of #30332D

#30332D
(48,51,45)
#2C2F29
(44,47,41)
#282B25
(40,43,37)
#242721
(36,39,33)
#20231D
(32,35,29)
#1C1F19
(28,31,25)
#181B15
(24,27,21)
#141711
(20,23,17)
#10130D
(16,19,13)
#0C0F09
(12,15,9)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #30332D

#30332D
(48,51,45)
#424540
(66,69,64)
#545753
(84,87,83)
#666966
(102,105,102)
#787B79
(120,123,121)
#8A8D8C
(138,141,140)
#9C9F9F
(156,159,159)
#AEB1B2
(174,177,178)
#C0C3C5
(192,195,197)
#D2D5D8
(210,213,216)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30332D; }

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

This text font color is #30332D.


Background Color

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

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

This div background color is #30332D.


Border color

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

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

This div border color is #30332D.


Opacity

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

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

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

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

This text has shadow with #30332D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30332D on black background.


Color preview on white background

This text has color #30332D on white background.



Black color preview on #30332D background

This text has black color on #30332D background.


White color preview on #30332D background

This text has white color on #30332D background.