COLOR #303929

HEX: #303929 RGB: (48,57,41)

Color info

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

RGB color model

#303929 color RGB value is (48,57,41).

RGB: (48,57,41) (19%, 22%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 57 of 255 = 22%
B 41 of 255 = 16%

48
57
41

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

Portions of RGB colors in percentages

R + G + B = 48 + 57 + 41 = 146 (100%)
R 48 of 146 ~ 32.88%
G 57 of 146 ~ 39.04%
B 41 of 146 ~ 28.08'%

%32.88
%39.04
%28.08

CMYK color model

#303929 color CMYK value is (16,0,28,78).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 77.65%

CMYK: (16,0,28,78)
C16M0Y28K78 (16%, 0%, 28%, 78%)
(0.16 / 0.00 / 0.28 / 0.78)

CMYK percentages

%15.79
%0
%28.07
%77.65

Codes

Color #303929 in popluar color models

30 39 29
RGB 48 57 41
HSL 94° 16.33% 19.22%
HSB/HSV 94° 28.07% 22.35%
CMYK 15.79% 0.00% 28.07%
77.65%

Color #303929 in popluar number systems.

HEX 30 39 29
Decimal 48 57 41
Binary 110000 111001 101001
Octal 60 71 51

Shades and tints

Shades of #303929

#303929
(48,57,41)
#2C3426
(44,52,38)
#282F23
(40,47,35)
#242A20
(36,42,32)
#20251D
(32,37,29)
#1C201A
(28,32,26)
#181B17
(24,27,23)
#141614
(20,22,20)
#101111
(16,17,17)
#0C0C0E
(12,12,14)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #303929

#303929
(48,57,41)
#424B3C
(66,75,60)
#545D4F
(84,93,79)
#666F62
(102,111,98)
#788175
(120,129,117)
#8A9388
(138,147,136)
#9CA59B
(156,165,155)
#AEB7AE
(174,183,174)
#C0C9C1
(192,201,193)
#D2DBD4
(210,219,212)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303929; }

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

This text font color is #303929.

Background Color

.myBgColor { background-color: #303929; }

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

This div background color is #303929.

Border color

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

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

This div border color is #303929.

Opacity

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

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

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

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

This text has shadow with #303929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303929.

Preview

Color preview on black background

This text has color #303929 on black background.


Color preview on white background

This text has color #303929 on white background.


Black color preview on #303929 background

This text has black color on #303929 background.


White color preview on #303929 background

This text has white color on #303929 background.


Related colors

Complementary color

Complementary color for #hex is #CFC6D6.


I love getcolorcode.com

Triadic colors

1 #293039 and #392930 with #303929 are triadic colors.

2 #293930 and #393029 with #303929 are triadic colors.