COLOR #30371B

HEX: #30371B
RGB: (48,55,27)

Color info

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

RGB color model

#30371B color RGB value is (48,55,27).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 27 of 255 = 11%

48
55
27

R + G + B ~ 17%. #30371B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 27 = 130 (100%)
R 48 of 130 ~ 36.92%
G 55 of 130 ~ 42.31%
B 27 of 130 ~ 20.77%

%36.92
%42.31
%20.77

CMYK color model

#30371B color CMYK value is (13,0,51,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 78.43%
CMYK:
(13,0,51,78)
C13M0Y51K78 
(13%,0%,51%,78%)
(0.13/0.00/0.51/0.78)	

CMYK percentages

%12.73
%0
%50.91
%78.43

Codes

Color #30371B in popluar color models

30371B
RGB485527
HSL75°34.15%16.08%
HSB/HSV75°50.91%21.57%
CMYK12.73%0.00%50.91%
78.43%

Color #30371B in popluar number systems.

HEX30371B
Decimal485527
Binary11000011011111011
Octal606733

Shades and tints

Shades of #30371B

#30371B
(48,55,27)
#2C3219
(44,50,25)
#282D17
(40,45,23)
#242815
(36,40,21)
#202313
(32,35,19)
#1C1E11
(28,30,17)
#18190F
(24,25,15)
#14140D
(20,20,13)
#100F0B
(16,15,11)
#0C0A09
(12,10,9)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #30371B

#30371B
(48,55,27)
#42492F
(66,73,47)
#545B43
(84,91,67)
#666D57
(102,109,87)
#787F6B
(120,127,107)
#8A917F
(138,145,127)
#9CA393
(156,163,147)
#AEB5A7
(174,181,167)
#C0C7BB
(192,199,187)
#D2D9CF
(210,217,207)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30371B; }

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

This text font color is #30371B.


Background Color

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

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

This div background color is #30371B.


Border color

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

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

This div border color is #30371B.


Opacity

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

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

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

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

This text has shadow with #30371B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30371B on black background.


Color preview on white background

This text has color #30371B on white background.



Black color preview on #30371B background

This text has black color on #30371B background.


White color preview on #30371B background

This text has white color on #30371B background.