COLOR #30370E

HEX: #30370E RGB: (48,55,14)

Color info

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

RGB color model

#30370E color RGB value is (48,55,14).

RGB: (48,55,14) (19%, 22%, 5%)

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 14 of 255 = 5%

48
55
14

R + G + B ~ 15%. #30370E is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 55 + 14 = 117 (100%)
R 48 of 117 ~ 41.03%
G 55 of 117 ~ 47.01%
B 14 of 117 ~ 11.97'%

%41.03
%47.01
%11.97

CMYK color model

#30370E color CMYK value is (13,0,75,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 74.55%
  • key color value is 78.43%

CMYK: (13,0,75,78)
C13M0Y75K78 (13%, 0%, 75%, 78%)
(0.13 / 0.00 / 0.75 / 0.78)

CMYK percentages

%12.73
%0
%74.55
%78.43

Codes

Color #30370E in popluar color models

30 37 0E
RGB 48 55 14
HSL 70° 59.42% 13.53%
HSB/HSV 70° 74.55% 21.57%
CMYK 12.73% 0.00% 74.55%
78.43%

Color #30370E in popluar number systems.

HEX 30 37 0E
Decimal 48 55 14
Binary 110000 110111 1110
Octal 60 67 16

Shades and tints

Shades of #30370E

#30370E
(48,55,14)
#2C320D
(44,50,13)
#282D0C
(40,45,12)
#24280B
(36,40,11)
#20230A
(32,35,10)
#1C1E09
(28,30,9)
#181908
(24,25,8)
#141407
(20,20,7)
#100F06
(16,15,6)
#0C0A05
(12,10,5)
#080504
(8,5,4)
#000000
(0,0,0)

Tints of #30370E

#30370E
(48,55,14)
#424923
(66,73,35)
#545B38
(84,91,56)
#666D4D
(102,109,77)
#787F62
(120,127,98)
#8A9177
(138,145,119)
#9CA38C
(156,163,140)
#AEB5A1
(174,181,161)
#C0C7B6
(192,199,182)
#D2D9CB
(210,217,203)
#E4EBE0
(228,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30370E; }

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

This text font color is #30370E.

Background Color

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

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

This div background color is #30370E.

Border color

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

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

This div border color is #30370E.

Opacity

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

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

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

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

This text has shadow with #30370E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30370E.

Preview

Color preview on black background

This text has color #30370E on black background.


Color preview on white background

This text has color #30370E on white background.


Black color preview on #30370E background

This text has black color on #30370E background.


White color preview on #30370E background

This text has white color on #30370E background.


Related colors

Complementary color

Complementary color for #hex is #CFC8F1.


I love getcolorcode.com

Triadic colors

1 #0E3037 and #370E30 with #30370E are triadic colors.

2 #0E3730 and #37300E with #30370E are triadic colors.