COLOR #306727

HEX: #306727
RGB: (48,103,39)

Color info

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

RGB color model

#306727 color RGB value is (48,103,39).

  • red value is 48;
  • green value is 103;
  • blue value is 39.
RGB:
(48,103,39)
(19%,40%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 103 of 255 = 40%
B 39 of 255 = 15%

48
103
39

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

Portions of RGB colors in percentages

R + G + B =
48 + 103 + 39 = 190 (100%)
R 48 of 190 ~ 25.26%
G 103 of 190 ~ 54.21%
B 39 of 190 ~ 20.53%

%25.26
%54.21
%20.53

CMYK color model

#306727 color CMYK value is (53,0,62,60).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 62.14%
  • key color value is 59.61%
CMYK:
(53,0,62,60)
C53M0Y62K60 
(53%,0%,62%,60%)
(0.53/0.00/0.62/0.60)	

CMYK percentages

%53.4
%0
%62.14
%59.61

Codes

Color #306727 in popluar color models

306727
RGB4810339
HSL112°45.07%27.84%
HSB/HSV112°62.14%40.39%
CMYK53.40%0.00%62.14%
59.61%

Color #306727 in popluar number systems.

HEX306727
Decimal4810339
Binary1100001100111100111
Octal6014747

Shades and tints

Shades of #306727

#306727
(48,103,39)
#2C5E24
(44,94,36)
#285521
(40,85,33)
#244C1E
(36,76,30)
#20431B
(32,67,27)
#1C3A18
(28,58,24)
#183115
(24,49,21)
#142812
(20,40,18)
#101F0F
(16,31,15)
#0C160C
(12,22,12)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #306727

#306727
(48,103,39)
#42743A
(66,116,58)
#54814D
(84,129,77)
#668E60
(102,142,96)
#789B73
(120,155,115)
#8AA886
(138,168,134)
#9CB599
(156,181,153)
#AEC2AC
(174,194,172)
#C0CFBF
(192,207,191)
#D2DCD2
(210,220,210)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306727; }

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

This text font color is #306727.


Background Color

.myBgColor { background-color: #306727; }

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

This div background color is #306727.


Border color

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

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

This div border color is #306727.


Opacity

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

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

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

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

This text has shadow with #306727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306727 on black background.


Color preview on white background

This text has color #306727 on white background.



Black color preview on #306727 background

This text has black color on #306727 background.


White color preview on #306727 background

This text has white color on #306727 background.