COLOR #306C32

HEX: #306C32
RGB: (48,108,50)

Color info

#306C32 contains mainly green and blue colors. Web safe color of #306C32 is #336633 (or #363).

RGB color model

#306C32 color RGB value is (48,108,50).

  • red value is 48;
  • green value is 108;
  • blue value is 50.
RGB:
(48,108,50)
(19%,42%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 108 of 255 = 42%
B 50 of 255 = 20%

48
108
50

R + G + B ~ 27%. #306C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 108 + 50 = 206 (100%)
R 48 of 206 ~ 23.3%
G 108 of 206 ~ 52.43%
B 50 of 206 ~ 24.27%

%23.3
%52.43
%24.27

CMYK color model

#306C32 color CMYK value is (56,0,54,58).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 57.65%
CMYK:
(56,0,54,58)
C56M0Y54K58 
(56%,0%,54%,58%)
(0.56/0.00/0.54/0.58)	

CMYK percentages

%55.56
%0
%53.7
%57.65

Codes

Color #306C32 in popluar color models

306C32
RGB4810850
HSL122°38.46%30.59%
HSB/HSV122°55.56%42.35%
CMYK55.56%0.00%53.70%
57.65%

Color #306C32 in popluar number systems.

HEX306C32
Decimal4810850
Binary1100001101100110010
Octal6015462

Shades and tints

Shades of #306C32

#306C32
(48,108,50)
#2C632E
(44,99,46)
#285A2A
(40,90,42)
#245126
(36,81,38)
#204822
(32,72,34)
#1C3F1E
(28,63,30)
#18361A
(24,54,26)
#142D16
(20,45,22)
#102412
(16,36,18)
#0C1B0E
(12,27,14)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #306C32

#306C32
(48,108,50)
#427944
(66,121,68)
#548656
(84,134,86)
#669368
(102,147,104)
#78A07A
(120,160,122)
#8AAD8C
(138,173,140)
#9CBA9E
(156,186,158)
#AEC7B0
(174,199,176)
#C0D4C2
(192,212,194)
#D2E1D4
(210,225,212)
#E4EEE6
(228,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306C32 color. Also use rgb(48,108,50) instead hex code.

Text Font Color

.myTextColor { color: #306C32; }

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

This text font color is #306C32.


Background Color

.myBgColor { background-color: #306C32; }

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

This div background color is #306C32.


Border color

.myBorderColor { border: 1px solid #306C32; }

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

This div border color is #306C32.


Opacity

.myOpacity80 { color: #306C32; opacity: 0.8; }

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

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

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

This text has shadow with #306C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306C32 on black background.


Color preview on white background

This text has color #306C32 on white background.



Black color preview on #306C32 background

This text has black color on #306C32 background.


White color preview on #306C32 background

This text has white color on #306C32 background.