COLOR #30361E

HEX: #30361E
RGB: (48,54,30)

Color info

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

RGB color model

#30361E color RGB value is (48,54,30).

  • red value is 48;
  • green value is 54;
  • blue value is 30.
RGB:
(48,54,30)
(19%,21%,12%)

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 30 of 255 = 12%

48
54
30

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

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 30 = 132 (100%)
R 48 of 132 ~ 36.36%
G 54 of 132 ~ 40.91%
B 30 of 132 ~ 22.73%

%36.36
%40.91
%22.73

CMYK color model

#30361E color CMYK value is (11,0,44,79).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 78.82%
CMYK:
(11,0,44,79)
C11M0Y44K79 
(11%,0%,44%,79%)
(0.11/0.00/0.44/0.79)	

CMYK percentages

%11.11
%0
%44.44
%78.82

Codes

Color #30361E in popluar color models

30361E
RGB485430
HSL75°28.57%16.47%
HSB/HSV75°44.44%21.18%
CMYK11.11%0.00%44.44%
78.82%

Color #30361E in popluar number systems.

HEX30361E
Decimal485430
Binary11000011011011110
Octal606636

Shades and tints

Shades of #30361E

#30361E
(48,54,30)
#2C321C
(44,50,28)
#282E1A
(40,46,26)
#242A18
(36,42,24)
#202616
(32,38,22)
#1C2214
(28,34,20)
#181E12
(24,30,18)
#141A10
(20,26,16)
#10160E
(16,22,14)
#0C120C
(12,18,12)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #30361E

#30361E
(48,54,30)
#424832
(66,72,50)
#545A46
(84,90,70)
#666C5A
(102,108,90)
#787E6E
(120,126,110)
#8A9082
(138,144,130)
#9CA296
(156,162,150)
#AEB4AA
(174,180,170)
#C0C6BE
(192,198,190)
#D2D8D2
(210,216,210)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30361E color. Also use rgb(48,54,30) instead hex code.

Text Font Color

.myTextColor { color: #30361E; }

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

This text font color is #30361E.


Background Color

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

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

This div background color is #30361E.


Border color

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

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

This div border color is #30361E.


Opacity

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

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

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

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

This text has shadow with #30361E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30361E on black background.


Color preview on white background

This text has color #30361E on white background.



Black color preview on #30361E background

This text has black color on #30361E background.


White color preview on #30361E background

This text has white color on #30361E background.