COLOR #30371A

HEX: #30371A
RGB: (48,55,26)

Color info

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

RGB color model

#30371A color RGB value is (48,55,26).

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

RGB channels and saturation

R 48 of 255 = 19%
G 55 of 255 = 22%
B 26 of 255 = 10%

48
55
26

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

Portions of RGB colors in percentages

R + G + B =
48 + 55 + 26 = 129 (100%)
R 48 of 129 ~ 37.21%
G 55 of 129 ~ 42.64%
B 26 of 129 ~ 20.16%

%37.21
%42.64
%20.16

CMYK color model

#30371A color CMYK value is (13,0,53,78).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 52.73%
  • key color value is 78.43%
CMYK:
(13,0,53,78)
C13M0Y53K78 
(13%,0%,53%,78%)
(0.13/0.00/0.53/0.78)	

CMYK percentages

%12.73
%0
%52.73
%78.43

Codes

Color #30371A in popluar color models

30371A
RGB485526
HSL74°35.80%15.88%
HSB/HSV74°52.73%21.57%
CMYK12.73%0.00%52.73%
78.43%

Color #30371A in popluar number systems.

HEX30371A
Decimal485526
Binary11000011011111010
Octal606732

Shades and tints

Shades of #30371A

#30371A
(48,55,26)
#2C3218
(44,50,24)
#282D16
(40,45,22)
#242814
(36,40,20)
#202312
(32,35,18)
#1C1E10
(28,30,16)
#18190E
(24,25,14)
#14140C
(20,20,12)
#100F0A
(16,15,10)
#0C0A08
(12,10,8)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #30371A

#30371A
(48,55,26)
#42492E
(66,73,46)
#545B42
(84,91,66)
#666D56
(102,109,86)
#787F6A
(120,127,106)
#8A917E
(138,145,126)
#9CA392
(156,163,146)
#AEB5A6
(174,181,166)
#C0C7BA
(192,199,186)
#D2D9CE
(210,217,206)
#E4EBE2
(228,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30371A; }

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

This text font color is #30371A.


Background Color

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

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

This div background color is #30371A.


Border color

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

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

This div border color is #30371A.


Opacity

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

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

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

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

This text has shadow with #30371A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30371A on black background.


Color preview on white background

This text has color #30371A on white background.



Black color preview on #30371A background

This text has black color on #30371A background.


White color preview on #30371A background

This text has white color on #30371A background.