COLOR #30352A

HEX: #30352A
RGB: (48,53,42)

Color info

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

RGB color model

#30352A color RGB value is (48,53,42).

  • red value is 48;
  • green value is 53;
  • blue value is 42.
RGB:
(48,53,42)
(19%,21%,16%)

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 42 of 255 = 16%

48
53
42

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

Portions of RGB colors in percentages

R + G + B =
48 + 53 + 42 = 143 (100%)
R 48 of 143 ~ 33.57%
G 53 of 143 ~ 37.06%
B 42 of 143 ~ 29.37%

%33.57
%37.06
%29.37

CMYK color model

#30352A color CMYK value is (9,0,21,79).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 79.22%
CMYK:
(9,0,21,79)
C9M0Y21K79 
(9%,0%,21%,79%)
(0.09/0.00/0.21/0.79)	

CMYK percentages

%9.43
%0
%20.75
%79.22

Codes

Color #30352A in popluar color models

30352A
RGB485342
HSL87°11.58%18.63%
HSB/HSV87°20.75%20.78%
CMYK9.43%0.00%20.75%
79.22%

Color #30352A in popluar number systems.

HEX30352A
Decimal485342
Binary110000110101101010
Octal606552

Shades and tints

Shades of #30352A

#30352A
(48,53,42)
#2C3127
(44,49,39)
#282D24
(40,45,36)
#242921
(36,41,33)
#20251E
(32,37,30)
#1C211B
(28,33,27)
#181D18
(24,29,24)
#141915
(20,25,21)
#101512
(16,21,18)
#0C110F
(12,17,15)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #30352A

#30352A
(48,53,42)
#42473D
(66,71,61)
#545950
(84,89,80)
#666B63
(102,107,99)
#787D76
(120,125,118)
#8A8F89
(138,143,137)
#9CA19C
(156,161,156)
#AEB3AF
(174,179,175)
#C0C5C2
(192,197,194)
#D2D7D5
(210,215,213)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30352A color. Also use rgb(48,53,42) instead hex code.

Text Font Color

.myTextColor { color: #30352A; }

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

This text font color is #30352A.


Background Color

.myBgColor { background-color: #30352A; }

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

This div background color is #30352A.


Border color

.myBorderColor { border: 1px solid #30352A; }

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

This div border color is #30352A.


Opacity

.myOpacity80 { color: #30352A; opacity: 0.8; }

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

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

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

This text has shadow with #30352A color.

.textShadow {text-shadow: 3px 3px 1px #30352A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30352A on black background.


Color preview on white background

This text has color #30352A on white background.



Black color preview on #30352A background

This text has black color on #30352A background.


White color preview on #30352A background

This text has white color on #30352A background.