COLOR #30601B

HEX: #30601B
RGB: (48,96,27)

Color info

#30601B contains mainly red and green colors. Web safe color of #30601B is #336633 (or #363).

RGB color model

#30601B color RGB value is (48,96,27).

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

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 27 of 255 = 11%

48
96
27

R + G + B ~ 23%. #30601B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 27 = 171 (100%)
R 48 of 171 ~ 28.07%
G 96 of 171 ~ 56.14%
B 27 of 171 ~ 15.79%

%28.07
%56.14
%15.79

CMYK color model

#30601B color CMYK value is (50,0,72,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 62.35%
CMYK:
(50,0,72,62)
C50M0Y72K62 
(50%,0%,72%,62%)
(0.50/0.00/0.72/0.62)	

CMYK percentages

%50
%0
%71.88
%62.35

Codes

Color #30601B in popluar color models

30601B
RGB489627
HSL102°56.10%24.12%
HSB/HSV102°71.88%37.65%
CMYK50.00%0.00%71.88%
62.35%

Color #30601B in popluar number systems.

HEX30601B
Decimal489627
Binary110000110000011011
Octal6014033

Shades and tints

Shades of #30601B

#30601B
(48,96,27)
#2C5819
(44,88,25)
#285017
(40,80,23)
#244815
(36,72,21)
#204013
(32,64,19)
#1C3811
(28,56,17)
#18300F
(24,48,15)
#14280D
(20,40,13)
#10200B
(16,32,11)
#0C1809
(12,24,9)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #30601B

#30601B
(48,96,27)
#426E2F
(66,110,47)
#547C43
(84,124,67)
#668A57
(102,138,87)
#78986B
(120,152,107)
#8AA67F
(138,166,127)
#9CB493
(156,180,147)
#AEC2A7
(174,194,167)
#C0D0BB
(192,208,187)
#D2DECF
(210,222,207)
#E4ECE3
(228,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30601B; }

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

This text font color is #30601B.


Background Color

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

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

This div background color is #30601B.


Border color

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

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

This div border color is #30601B.


Opacity

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

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

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

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

This text has shadow with #30601B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30601B on black background.


Color preview on white background

This text has color #30601B on white background.



Black color preview on #30601B background

This text has black color on #30601B background.


White color preview on #30601B background

This text has white color on #30601B background.