COLOR #306030

HEX: #306030
RGB: (48,96,48)

Color info

#306030 contains red, green and blue colors in about the same proportion. Web safe color of #306030 is #336633 (or #363).

RGB color model

#306030 color RGB value is (48,96,48).

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

RGB channels and saturation

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

48
96
48

R + G + B ~ 25%. #306030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 48 = 192 (100%)
R 48 of 192 ~ 25%
G 96 of 192 ~ 50%
B 48 of 192 ~ 25%

%25
%50
%25

CMYK color model

#306030 color CMYK value is (50,0,50,62).

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

CMYK percentages

%50
%0
%50
%62.35

Codes

Color #306030 in popluar color models

306030
RGB489648
HSL120°33.33%28.24%
HSB/HSV120°50.00%37.65%
CMYK50.00%0.00%50.00%
62.35%

Color #306030 in popluar number systems.

HEX306030
Decimal489648
Binary1100001100000110000
Octal6014060

Shades and tints

Shades of #306030

#306030
(48,96,48)
#2C582C
(44,88,44)
#285028
(40,80,40)
#244824
(36,72,36)
#204020
(32,64,32)
#1C381C
(28,56,28)
#183018
(24,48,24)
#142814
(20,40,20)
#102010
(16,32,16)
#0C180C
(12,24,12)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #306030

#306030
(48,96,48)
#426E42
(66,110,66)
#547C54
(84,124,84)
#668A66
(102,138,102)
#789878
(120,152,120)
#8AA68A
(138,166,138)
#9CB49C
(156,180,156)
#AEC2AE
(174,194,174)
#C0D0C0
(192,208,192)
#D2DED2
(210,222,210)
#E4ECE4
(228,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306030; }

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

This text font color is #306030.


Background Color

.myBgColor { background-color: #306030; }

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

This div background color is #306030.


Border color

.myBorderColor { border: 1px solid #306030; }

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

This div border color is #306030.


Opacity

.myOpacity80 { color: #306030; opacity: 0.8; }

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

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

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

This text has shadow with #306030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306030 on black background.


Color preview on white background

This text has color #306030 on white background.



Black color preview on #306030 background

This text has black color on #306030 background.


White color preview on #306030 background

This text has white color on #306030 background.