COLOR #30352F

HEX: #30352F RGB: (48,53,47)

Color info

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

RGB color model

#30352F color RGB value is (48,53,47).

RGB: (48,53,47) (19%, 21%, 18%)

RGB channels and saturation

R 48 of 255 = 19%
G 53 of 255 = 21%
B 47 of 255 = 18%

48
53
47

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

Portions of RGB colors in percentages

R + G + B = 48 + 53 + 47 = 148 (100%)
R 48 of 148 ~ 32.43%
G 53 of 148 ~ 35.81%
B 47 of 148 ~ 31.76'%

%32.43
%35.81
%31.76

CMYK color model

#30352F color CMYK value is (9,0,11,79).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 79.22%

CMYK: (9,0,11,79)
C9M0Y11K79 (9%, 0%, 11%, 79%)
(0.09 / 0.00 / 0.11 / 0.79)

CMYK percentages

%9.43
%0
%11.32
%79.22

Codes

Color #30352F in popluar color models

30 35 2F
RGB 48 53 47
HSL 110° 6.00% 19.61%
HSB/HSV 110° 11.32% 20.78%
CMYK 9.43% 0.00% 11.32%
79.22%

Color #30352F in popluar number systems.

HEX 30 35 2F
Decimal 48 53 47
Binary 110000 110101 101111
Octal 60 65 57

Shades and tints

Shades of #30352F

#30352F
(48,53,47)
#2C312B
(44,49,43)
#282D27
(40,45,39)
#242923
(36,41,35)
#20251F
(32,37,31)
#1C211B
(28,33,27)
#181D17
(24,29,23)
#141913
(20,25,19)
#10150F
(16,21,15)
#0C110B
(12,17,11)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #30352F

#30352F
(48,53,47)
#424741
(66,71,65)
#545953
(84,89,83)
#666B65
(102,107,101)
#787D77
(120,125,119)
#8A8F89
(138,143,137)
#9CA19B
(156,161,155)
#AEB3AD
(174,179,173)
#C0C5BF
(192,197,191)
#D2D7D1
(210,215,209)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30352F; }

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

This text font color is #30352F.

Background Color

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

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

This div background color is #30352F.

Border color

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

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

This div border color is #30352F.

Opacity

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

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

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

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

This text has shadow with #30352F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30352F.

Preview

Color preview on black background

This text has color #30352F on black background.


Color preview on white background

This text has color #30352F on white background.


Black color preview on #30352F background

This text has black color on #30352F background.


White color preview on #30352F background

This text has white color on #30352F background.


Related colors

Complementary color

Complementary color for #hex is #CFCAD0.


I love getcolorcode.com

Triadic colors

1 #2F3035 and #352F30 with #30352F are triadic colors.

2 #2F3530 and #35302F with #30352F are triadic colors.