COLOR #30382F

HEX: #30382F
RGB: (48,56,47)

Color info

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

RGB color model

#30382F color RGB value is (48,56,47).

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

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 47 of 255 = 18%

48
56
47

R + G + B ~ 20%. #30382F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 47 = 151 (100%)
R 48 of 151 ~ 31.79%
G 56 of 151 ~ 37.09%
B 47 of 151 ~ 31.13%

%31.79
%37.09
%31.13

CMYK color model

#30382F color CMYK value is (14,0,16,78).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 78.04%
CMYK:
(14,0,16,78)
C14M0Y16K78 
(14%,0%,16%,78%)
(0.14/0.00/0.16/0.78)	

CMYK percentages

%14.29
%0
%16.07
%78.04

Codes

Color #30382F in popluar color models

30382F
RGB485647
HSL113°8.74%20.20%
HSB/HSV113°16.07%21.96%
CMYK14.29%0.00%16.07%
78.04%

Color #30382F in popluar number systems.

HEX30382F
Decimal485647
Binary110000111000101111
Octal607057

Shades and tints

Shades of #30382F

#30382F
(48,56,47)
#2C332B
(44,51,43)
#282E27
(40,46,39)
#242923
(36,41,35)
#20241F
(32,36,31)
#1C1F1B
(28,31,27)
#181A17
(24,26,23)
#141513
(20,21,19)
#10100F
(16,16,15)
#0C0B0B
(12,11,11)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #30382F

#30382F
(48,56,47)
#424A41
(66,74,65)
#545C53
(84,92,83)
#666E65
(102,110,101)
#788077
(120,128,119)
#8A9289
(138,146,137)
#9CA49B
(156,164,155)
#AEB6AD
(174,182,173)
#C0C8BF
(192,200,191)
#D2DAD1
(210,218,209)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30382F; }

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

This text font color is #30382F.


Background Color

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

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

This div background color is #30382F.


Border color

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

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

This div border color is #30382F.


Opacity

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

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

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

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

This text has shadow with #30382F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30382F on black background.


Color preview on white background

This text has color #30382F on white background.



Black color preview on #30382F background

This text has black color on #30382F background.


White color preview on #30382F background

This text has white color on #30382F background.