COLOR #303324

HEX: #303324 RGB: (48,51,36)

Color info

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

RGB color model

#303324 color RGB value is (48,51,36).

RGB: (48,51,36) (19%, 20%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 36 of 255 = 14%

48
51
36

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

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 36 = 135 (100%)
R 48 of 135 ~ 35.56%
G 51 of 135 ~ 37.78%
B 36 of 135 ~ 26.67'%

%35.56
%37.78
%26.67

CMYK color model

#303324 color CMYK value is (6,0,29,80).

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

CMYK: (6,0,29,80)
C6M0Y29K80 (6%, 0%, 29%, 80%)
(0.06 / 0.00 / 0.29 / 0.80)

CMYK percentages

%5.88
%0
%29.41
%80

Codes

Color #303324 in popluar color models

30 33 24
RGB 48 51 36
HSL 72° 17.24% 17.06%
HSB/HSV 72° 29.41% 20.00%
CMYK 5.88% 0.00% 29.41%
80.00%

Color #303324 in popluar number systems.

HEX 30 33 24
Decimal 48 51 36
Binary 110000 110011 100100
Octal 60 63 44

Shades and tints

Shades of #303324

#303324
(48,51,36)
#2C2F21
(44,47,33)
#282B1E
(40,43,30)
#24271B
(36,39,27)
#202318
(32,35,24)
#1C1F15
(28,31,21)
#181B12
(24,27,18)
#14170F
(20,23,15)
#10130C
(16,19,12)
#0C0F09
(12,15,9)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #303324

#303324
(48,51,36)
#424537
(66,69,55)
#54574A
(84,87,74)
#66695D
(102,105,93)
#787B70
(120,123,112)
#8A8D83
(138,141,131)
#9C9F96
(156,159,150)
#AEB1A9
(174,177,169)
#C0C3BC
(192,195,188)
#D2D5CF
(210,213,207)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303324; }

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

This text font color is #303324.

Background Color

.myBgColor { background-color: #303324; }

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

This div background color is #303324.

Border color

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

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

This div border color is #303324.

Opacity

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

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

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

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

This text has shadow with #303324 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303324.

Preview

Color preview on black background

This text has color #303324 on black background.


Color preview on white background

This text has color #303324 on white background.


Black color preview on #303324 background

This text has black color on #303324 background.


White color preview on #303324 background

This text has white color on #303324 background.


Related colors

Complementary color

Complementary color for #hex is #CFCCDB.


I love getcolorcode.com

Triadic colors

1 #243033 and #332430 with #303324 are triadic colors.

2 #243330 and #333024 with #303324 are triadic colors.