COLOR #30311B

HEX: #30311B
RGB: (48,49,27)

Color info

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

RGB color model

#30311B color RGB value is (48,49,27).

  • red value is 48;
  • green value is 49;
  • blue value is 27.
RGB:
(48,49,27)
(19%,19%,11%)

RGB channels and saturation

R 48 of 255 = 19%
G 49 of 255 = 19%
B 27 of 255 = 11%

48
49
27

R + G + B ~ 16%. #30311B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 49 + 27 = 124 (100%)
R 48 of 124 ~ 38.71%
G 49 of 124 ~ 39.52%
B 27 of 124 ~ 21.77%

%38.71
%39.52
%21.77

CMYK color model

#30311B color CMYK value is (2,0,45,81).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 80.78%
CMYK:
(2,0,45,81)
C2M0Y45K81 
(2%,0%,45%,81%)
(0.02/0.00/0.45/0.81)	

CMYK percentages

%2.04
%0
%44.9
%80.78

Codes

Color #30311B in popluar color models

30311B
RGB484927
HSL63°28.95%14.90%
HSB/HSV63°44.90%19.22%
CMYK2.04%0.00%44.90%
80.78%

Color #30311B in popluar number systems.

HEX30311B
Decimal484927
Binary11000011000111011
Octal606133

Shades and tints

Shades of #30311B

#30311B
(48,49,27)
#2C2D19
(44,45,25)
#282917
(40,41,23)
#242515
(36,37,21)
#202113
(32,33,19)
#1C1D11
(28,29,17)
#18190F
(24,25,15)
#14150D
(20,21,13)
#10110B
(16,17,11)
#0C0D09
(12,13,9)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #30311B

#30311B
(48,49,27)
#42432F
(66,67,47)
#545543
(84,85,67)
#666757
(102,103,87)
#78796B
(120,121,107)
#8A8B7F
(138,139,127)
#9C9D93
(156,157,147)
#AEAFA7
(174,175,167)
#C0C1BB
(192,193,187)
#D2D3CF
(210,211,207)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30311B color. Also use rgb(48,49,27) instead hex code.

Text Font Color

.myTextColor { color: #30311B; }

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

This text font color is #30311B.


Background Color

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

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

This div background color is #30311B.


Border color

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

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

This div border color is #30311B.


Opacity

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

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

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

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

This text has shadow with #30311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30311B on black background.


Color preview on white background

This text has color #30311B on white background.



Black color preview on #30311B background

This text has black color on #30311B background.


White color preview on #30311B background

This text has white color on #30311B background.