COLOR #302F29

HEX: #302F29
RGB: (48,47,41)

Color info

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

RGB color model

#302F29 color RGB value is (48,47,41).

  • red value is 48;
  • green value is 47;
  • blue value is 41.
RGB:
(48,47,41)
(19%,18%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 47 of 255 = 18%
B 41 of 255 = 16%

48
47
41

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

Portions of RGB colors in percentages

R + G + B =
48 + 47 + 41 = 136 (100%)
R 48 of 136 ~ 35.29%
G 47 of 136 ~ 34.56%
B 41 of 136 ~ 30.15%

%35.29
%34.56
%30.15

CMYK color model

#302F29 color CMYK value is (0,2,15,81).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 14.58%
  • key color value is 81.18%
CMYK:
(0,2,15,81)
C0M2Y15K81 
(0%,2%,15%,81%)
(0.00/0.02/0.15/0.81)	

CMYK percentages

%0
%2.08
%14.58
%81.18

Codes

Color #302F29 in popluar color models

302F29
RGB484741
HSL51°7.87%17.45%
HSB/HSV51°14.58%18.82%
CMYK0.00%2.08%14.58%
81.18%

Color #302F29 in popluar number systems.

HEX302F29
Decimal484741
Binary110000101111101001
Octal605751

Shades and tints

Shades of #302F29

#302F29
(48,47,41)
#2C2B26
(44,43,38)
#282723
(40,39,35)
#242320
(36,35,32)
#201F1D
(32,31,29)
#1C1B1A
(28,27,26)
#181717
(24,23,23)
#141314
(20,19,20)
#100F11
(16,15,17)
#0C0B0E
(12,11,14)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #302F29

#302F29
(48,47,41)
#42413C
(66,65,60)
#54534F
(84,83,79)
#666562
(102,101,98)
#787775
(120,119,117)
#8A8988
(138,137,136)
#9C9B9B
(156,155,155)
#AEADAE
(174,173,174)
#C0BFC1
(192,191,193)
#D2D1D4
(210,209,212)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #302F29; }

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

This text font color is #302F29.


Background Color

.myBgColor { background-color: #302F29; }

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

This div background color is #302F29.


Border color

.myBorderColor { border: 1px solid #302F29; }

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

This div border color is #302F29.


Opacity

.myOpacity80 { color: #302F29; opacity: 0.8; }

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

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

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

This text has shadow with #302F29 color.

.textShadow {text-shadow: 3px 3px 1px #302F29, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #302F29;
-webkit-box-shadow: 1px 1px 3px 2px #302F29;
box-shadow:1px 1px 3px 2px #302F29;">
Div content here</div>
This div box has shadow with color #302F29.

Preview

Color preview on black background

This text has color #302F29 on black background.


Color preview on white background

This text has color #302F29 on white background.



Black color preview on #302F29 background

This text has black color on #302F29 background.


White color preview on #302F29 background

This text has white color on #302F29 background.