COLOR #30361B

HEX: #30361B
RGB: (48,54,27)

Color info

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

RGB color model

#30361B color RGB value is (48,54,27).

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

RGB channels and saturation

R 48 of 255 = 19%
G 54 of 255 = 21%
B 27 of 255 = 11%

48
54
27

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

Portions of RGB colors in percentages

R + G + B =
48 + 54 + 27 = 129 (100%)
R 48 of 129 ~ 37.21%
G 54 of 129 ~ 41.86%
B 27 of 129 ~ 20.93%

%37.21
%41.86
%20.93

CMYK color model

#30361B color CMYK value is (11,0,50,79).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 78.82%
CMYK:
(11,0,50,79)
C11M0Y50K79 
(11%,0%,50%,79%)
(0.11/0.00/0.50/0.79)	

CMYK percentages

%11.11
%0
%50
%78.82

Codes

Color #30361B in popluar color models

30361B
RGB485427
HSL73°33.33%15.88%
HSB/HSV73°50.00%21.18%
CMYK11.11%0.00%50.00%
78.82%

Color #30361B in popluar number systems.

HEX30361B
Decimal485427
Binary11000011011011011
Octal606633

Shades and tints

Shades of #30361B

#30361B
(48,54,27)
#2C3219
(44,50,25)
#282E17
(40,46,23)
#242A15
(36,42,21)
#202613
(32,38,19)
#1C2211
(28,34,17)
#181E0F
(24,30,15)
#141A0D
(20,26,13)
#10160B
(16,22,11)
#0C1209
(12,18,9)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #30361B

#30361B
(48,54,27)
#42482F
(66,72,47)
#545A43
(84,90,67)
#666C57
(102,108,87)
#787E6B
(120,126,107)
#8A907F
(138,144,127)
#9CA293
(156,162,147)
#AEB4A7
(174,180,167)
#C0C6BB
(192,198,187)
#D2D8CF
(210,216,207)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30361B; }

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

This text font color is #30361B.


Background Color

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

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

This div background color is #30361B.


Border color

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

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

This div border color is #30361B.


Opacity

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

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

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

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

This text has shadow with #30361B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30361B on black background.


Color preview on white background

This text has color #30361B on white background.



Black color preview on #30361B background

This text has black color on #30361B background.


White color preview on #30361B background

This text has white color on #30361B background.