COLOR #30332C

HEX: #30332C RGB: (48,51,44)

Color info

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

RGB color model

#30332C color RGB value is (48,51,44).

RGB: (48,51,44) (19%, 20%, 17%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 44 of 255 = 17%

48
51
44

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

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 44 = 143 (100%)
R 48 of 143 ~ 33.57%
G 51 of 143 ~ 35.66%
B 44 of 143 ~ 30.77'%

%33.57
%35.66
%30.77

CMYK color model

#30332C color CMYK value is (6,0,14,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 80.00%

CMYK: (6,0,14,80)
C6M0Y14K80 (6%, 0%, 14%, 80%)
(0.06 / 0.00 / 0.14 / 0.80)

CMYK percentages

%5.88
%0
%13.73
%80

Codes

Color #30332C in popluar color models

30 33 2C
RGB 48 51 44
HSL 86° 7.37% 18.63%
HSB/HSV 86° 13.73% 20.00%
CMYK 5.88% 0.00% 13.73%
80.00%

Color #30332C in popluar number systems.

HEX 30 33 2C
Decimal 48 51 44
Binary 110000 110011 101100
Octal 60 63 54

Shades and tints

Shades of #30332C

#30332C
(48,51,44)
#2C2F28
(44,47,40)
#282B24
(40,43,36)
#242720
(36,39,32)
#20231C
(32,35,28)
#1C1F18
(28,31,24)
#181B14
(24,27,20)
#141710
(20,23,16)
#10130C
(16,19,12)
#0C0F08
(12,15,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #30332C

#30332C
(48,51,44)
#42453F
(66,69,63)
#545752
(84,87,82)
#666965
(102,105,101)
#787B78
(120,123,120)
#8A8D8B
(138,141,139)
#9C9F9E
(156,159,158)
#AEB1B1
(174,177,177)
#C0C3C4
(192,195,196)
#D2D5D7
(210,213,215)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30332C; }

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

This text font color is #30332C.

Background Color

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

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

This div background color is #30332C.

Border color

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

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

This div border color is #30332C.

Opacity

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

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

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

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

This text has shadow with #30332C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30332C.

Preview

Color preview on black background

This text has color #30332C on black background.


Color preview on white background

This text has color #30332C on white background.


Black color preview on #30332C background

This text has black color on #30332C background.


White color preview on #30332C background

This text has white color on #30332C background.


Related colors

Complementary color

Complementary color for #hex is #CFCCD3.


I love getcolorcode.com

Triadic colors

1 #2C3033 and #332C30 with #30332C are triadic colors.

2 #2C3330 and #33302C with #30332C are triadic colors.