COLOR #30370F

HEX: #30370F
RGB: (48,55,15)

Color info

#30370F contains red, green and blue colors in about the same proportion. Web safe color of #30370F is #333300 (or #330).

RGB color model

#30370F color RGB value is (48,55,15).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 15 of 255 = 6%

48
55
15

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

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 15 = 118 (100%)
R 48 of 118 ~ 40.68%
G 55 of 118 ~ 46.61%
B 15 of 118 ~ 12.71%

%40.68
%46.61
%12.71

CMYK color model

#30370F color CMYK value is (13,0,73,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 78.43%
CMYK:
(13,0,73,78)
C13M0Y73K78 
(13%,0%,73%,78%)
(0.13/0.00/0.73/0.78)	

CMYK percentages

%12.73
%0
%72.73
%78.43

Codes

Color #30370F in popluar color models

30370F
RGB485515
HSL71°57.14%13.73%
HSB/HSV71°72.73%21.57%
CMYK12.73%0.00%72.73%
78.43%

Color #30370F in popluar number systems.

HEX30370F
Decimal485515
Binary1100001101111111
Octal606717

Shades and tints

Shades of #30370F

#30370F
(48,55,15)
#2C320E
(44,50,14)
#282D0D
(40,45,13)
#24280C
(36,40,12)
#20230B
(32,35,11)
#1C1E0A
(28,30,10)
#181909
(24,25,9)
#141408
(20,20,8)
#100F07
(16,15,7)
#0C0A06
(12,10,6)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #30370F

#30370F
(48,55,15)
#424924
(66,73,36)
#545B39
(84,91,57)
#666D4E
(102,109,78)
#787F63
(120,127,99)
#8A9178
(138,145,120)
#9CA38D
(156,163,141)
#AEB5A2
(174,181,162)
#C0C7B7
(192,199,183)
#D2D9CC
(210,217,204)
#E4EBE1
(228,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30370F color. Also use rgb(48,55,15) instead hex code.

Text Font Color

.myTextColor { color: #30370F; }

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

This text font color is #30370F.


Background Color

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

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

This div background color is #30370F.


Border color

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

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

This div border color is #30370F.


Opacity

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

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

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

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

This text has shadow with #30370F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30370F on black background.


Color preview on white background

This text has color #30370F on white background.



Black color preview on #30370F background

This text has black color on #30370F background.


White color preview on #30370F background

This text has white color on #30370F background.