COLOR #30342B

HEX: #30342B
RGB: (48,52,43)

Color info

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

RGB color model

#30342B color RGB value is (48,52,43).

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

RGB channels and saturation

R 48 of 255 = 19%
G 52 of 255 = 20%
B 43 of 255 = 17%

48
52
43

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

Portions of RGB colors in percentages

R + G + B =
48 + 52 + 43 = 143 (100%)
R 48 of 143 ~ 33.57%
G 52 of 143 ~ 36.36%
B 43 of 143 ~ 30.07%

%33.57
%36.36
%30.07

CMYK color model

#30342B color CMYK value is (8,0,17,80).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 79.61%
CMYK:
(8,0,17,80)
C8M0Y17K80 
(8%,0%,17%,80%)
(0.08/0.00/0.17/0.80)	

CMYK percentages

%7.69
%0
%17.31
%79.61

Codes

Color #30342B in popluar color models

30342B
RGB485243
HSL87°9.47%18.63%
HSB/HSV87°17.31%20.39%
CMYK7.69%0.00%17.31%
79.61%

Color #30342B in popluar number systems.

HEX30342B
Decimal485243
Binary110000110100101011
Octal606453

Shades and tints

Shades of #30342B

#30342B
(48,52,43)
#2C3028
(44,48,40)
#282C25
(40,44,37)
#242822
(36,40,34)
#20241F
(32,36,31)
#1C201C
(28,32,28)
#181C19
(24,28,25)
#141816
(20,24,22)
#101413
(16,20,19)
#0C1010
(12,16,16)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #30342B

#30342B
(48,52,43)
#42463E
(66,70,62)
#545851
(84,88,81)
#666A64
(102,106,100)
#787C77
(120,124,119)
#8A8E8A
(138,142,138)
#9CA09D
(156,160,157)
#AEB2B0
(174,178,176)
#C0C4C3
(192,196,195)
#D2D6D6
(210,214,214)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30342B color. Also use rgb(48,52,43) instead hex code.

Text Font Color

.myTextColor { color: #30342B; }

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

This text font color is #30342B.


Background Color

.myBgColor { background-color: #30342B; }

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

This div background color is #30342B.


Border color

.myBorderColor { border: 1px solid #30342B; }

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

This div border color is #30342B.


Opacity

.myOpacity80 { color: #30342B; opacity: 0.8; }

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

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

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

This text has shadow with #30342B color.

.textShadow {text-shadow: 3px 3px 1px #30342B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30342B on black background.


Color preview on white background

This text has color #30342B on white background.



Black color preview on #30342B background

This text has black color on #30342B background.


White color preview on #30342B background

This text has white color on #30342B background.