COLOR #303329

HEX: #303329 RGB: (48,51,41)

Color info

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

RGB color model

#303329 color RGB value is (48,51,41).

RGB: (48,51,41) (19%, 20%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 51 of 255 = 20%
B 41 of 255 = 16%

48
51
41

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

Portions of RGB colors in percentages

R + G + B = 48 + 51 + 41 = 140 (100%)
R 48 of 140 ~ 34.29%
G 51 of 140 ~ 36.43%
B 41 of 140 ~ 29.29'%

%34.29
%36.43
%29.29

CMYK color model

#303329 color CMYK value is (6,0,20,80).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK: (6,0,20,80) C6M0Y20K80 (6%,0%,20%,80%) (0.06/0.00/0.20/0.80) 

CMYK percentages

%5.88
%0
%19.61
%80

Codes

Color #303329 in popluar color models

30 33 29
RGB 48 51 41
HSL 78° 10.87% 18.04%
HSB/HSV 78° 19.61% 20.00%
CMYK 5.88% 0.00% 19.61%
80.00%

Color #303329 in popluar number systems.

HEX 30 33 29
Decimal 48 51 41
Binary 110000 110011 101001
Octal 60 63 51

Shades and tints

Shades of #303329

#303329
(48,51,41)
#2C2F26
(44,47,38)
#282B23
(40,43,35)
#242720
(36,39,32)
#20231D
(32,35,29)
#1C1F1A
(28,31,26)
#181B17
(24,27,23)
#141714
(20,23,20)
#101311
(16,19,17)
#0C0F0E
(12,15,14)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #303329

#303329
(48,51,41)
#42453C
(66,69,60)
#54574F
(84,87,79)
#666962
(102,105,98)
#787B75
(120,123,117)
#8A8D88
(138,141,136)
#9C9F9B
(156,159,155)
#AEB1AE
(174,177,174)
#C0C3C1
(192,195,193)
#D2D5D4
(210,213,212)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303329; }

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

This text font color is #303329.

Background Color

.myBgColor { background-color: #303329; }

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

This div background color is #303329.

Border color

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

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

This div border color is #303329.

Opacity

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

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

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

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

This text has shadow with #303329 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303329.

Preview

Color preview on black background

This text has color #303329 on black background.


Color preview on white background

This text has color #303329 on white background.


Black color preview on #303329 background

This text has black color on #303329 background.


White color preview on #303329 background

This text has white color on #303329 background.


Related colors

Complementary color

Complementary color for #hex is #CFCCD6.


I love getcolorcode.com

Triadic colors

1 #293033 and #332930 with #303329 are triadic colors.

2 #293330 and #333029 with #303329 are triadic colors.