COLOR #303129

HEX: #303129 RGB: (48,49,41)

Color info

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

RGB color model

#303129 color RGB value is (48,49,41).

RGB: (48,49,41) (19%, 19%, 16%)

RGB channels and saturation

R 48 of 255 = 19%
G 49 of 255 = 19%
B 41 of 255 = 16%

48
49
41

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

Portions of RGB colors in percentages

R + G + B = 48 + 49 + 41 = 138 (100%)
R 48 of 138 ~ 34.78%
G 49 of 138 ~ 35.51%
B 41 of 138 ~ 29.71'%

%34.78
%35.51
%29.71

CMYK color model

#303129 color CMYK value is (2,0,16,81).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 80.78%

CMYK: (2,0,16,81)
C2M0Y16K81 (2%, 0%, 16%, 81%)
(0.02 / 0.00 / 0.16 / 0.81)

CMYK percentages

%2.04
%0
%16.33
%80.78

Codes

Color #303129 in popluar color models

30 31 29
RGB 48 49 41
HSL 68° 8.89% 17.65%
HSB/HSV 68° 16.33% 19.22%
CMYK 2.04% 0.00% 16.33%
80.78%

Color #303129 in popluar number systems.

HEX 30 31 29
Decimal 48 49 41
Binary 110000 110001 101001
Octal 60 61 51

Shades and tints

Shades of #303129

#303129
(48,49,41)
#2C2D26
(44,45,38)
#282923
(40,41,35)
#242520
(36,37,32)
#20211D
(32,33,29)
#1C1D1A
(28,29,26)
#181917
(24,25,23)
#141514
(20,21,20)
#101111
(16,17,17)
#0C0D0E
(12,13,14)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #303129

#303129
(48,49,41)
#42433C
(66,67,60)
#54554F
(84,85,79)
#666762
(102,103,98)
#787975
(120,121,117)
#8A8B88
(138,139,136)
#9C9D9B
(156,157,155)
#AEAFAE
(174,175,174)
#C0C1C1
(192,193,193)
#D2D3D4
(210,211,212)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #303129; }

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

This text font color is #303129.

Background Color

.myBgColor { background-color: #303129; }

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

This div background color is #303129.

Border color

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

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

This div border color is #303129.

Opacity

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

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

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

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

This text has shadow with #303129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #303129.

Preview

Color preview on black background

This text has color #303129 on black background.


Color preview on white background

This text has color #303129 on white background.


Black color preview on #303129 background

This text has black color on #303129 background.


White color preview on #303129 background

This text has white color on #303129 background.


Related colors

Complementary color

Complementary color for #hex is #CFCED6.


I love getcolorcode.com

Triadic colors

1 #293031 and #312930 with #303129 are triadic colors.

2 #293130 and #313029 with #303129 are triadic colors.