COLOR #302B2E

HEX: #302B2E
RGB: (48,43,46)

Color info

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

RGB color model

#302B2E color RGB value is (48,43,46).

  • red value is 48;
  • green value is 43;
  • blue value is 46.
RGB:
(48,43,46)
(19%,17%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 43 of 255 = 17%
B 46 of 255 = 18%

48
43
46

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

Portions of RGB colors in percentages

R + G + B =
48 + 43 + 46 = 137 (100%)
R 48 of 137 ~ 35.04%
G 43 of 137 ~ 31.39%
B 46 of 137 ~ 33.58%

%35.04
%31.39
%33.58

CMYK color model

#302B2E color CMYK value is (0,10,4,81).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 4.17%
  • key color value is 81.18%
CMYK:
(0,10,4,81)
C0M10Y4K81 
(0%,10%,4%,81%)
(0.00/0.10/0.04/0.81)	

CMYK percentages

%0
%10.42
%4.17
%81.18

Codes

Color #302B2E in popluar color models

302B2E
RGB484346
HSL324°5.49%17.84%
HSB/HSV324°10.42%18.82%
CMYK0.00%10.42%4.17%
81.18%

Color #302B2E in popluar number systems.

HEX302B2E
Decimal484346
Binary110000101011101110
Octal605356

Shades and tints

Shades of #302B2E

#302B2E
(48,43,46)
#2C282A
(44,40,42)
#282526
(40,37,38)
#242222
(36,34,34)
#201F1E
(32,31,30)
#1C1C1A
(28,28,26)
#181916
(24,25,22)
#141612
(20,22,18)
#10130E
(16,19,14)
#0C100A
(12,16,10)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #302B2E

#302B2E
(48,43,46)
#423E41
(66,62,65)
#545154
(84,81,84)
#666467
(102,100,103)
#78777A
(120,119,122)
#8A8A8D
(138,138,141)
#9C9DA0
(156,157,160)
#AEB0B3
(174,176,179)
#C0C3C6
(192,195,198)
#D2D6D9
(210,214,217)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #302B2E color. Also use rgb(48,43,46) instead hex code.

Text Font Color

.myTextColor { color: #302B2E; }

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

This text font color is #302B2E.


Background Color

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

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

This div background color is #302B2E.


Border color

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

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

This div border color is #302B2E.


Opacity

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

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

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

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

This text has shadow with #302B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #302B2E on black background.


Color preview on white background

This text has color #302B2E on white background.



Black color preview on #302B2E background

This text has black color on #302B2E background.


White color preview on #302B2E background

This text has white color on #302B2E background.