COLOR #306924

HEX: #306924
RGB: (48,105,36)

Color info

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

RGB color model

#306924 color RGB value is (48,105,36).

  • red value is 48;
  • green value is 105;
  • blue value is 36.
RGB:
(48,105,36)
(19%,41%,14%)

RGB channels and saturation

R 48 of 255 = 19%
G 105 of 255 = 41%
B 36 of 255 = 14%

48
105
36

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

Portions of RGB colors in percentages

R + G + B =
48 + 105 + 36 = 189 (100%)
R 48 of 189 ~ 25.4%
G 105 of 189 ~ 55.56%
B 36 of 189 ~ 19.05%

%25.4
%55.56
%19.05

CMYK color model

#306924 color CMYK value is (54,0,66,59).

  • cyan value is 54.29%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 58.82%
CMYK:
(54,0,66,59)
C54M0Y66K59 
(54%,0%,66%,59%)
(0.54/0.00/0.66/0.59)	

CMYK percentages

%54.29
%0
%65.71
%58.82

Codes

Color #306924 in popluar color models

306924
RGB4810536
HSL110°48.94%27.65%
HSB/HSV110°65.71%41.18%
CMYK54.29%0.00%65.71%
58.82%

Color #306924 in popluar number systems.

HEX306924
Decimal4810536
Binary1100001101001100100
Octal6015144

Shades and tints

Shades of #306924

#306924
(48,105,36)
#2C6021
(44,96,33)
#28571E
(40,87,30)
#244E1B
(36,78,27)
#204518
(32,69,24)
#1C3C15
(28,60,21)
#183312
(24,51,18)
#142A0F
(20,42,15)
#10210C
(16,33,12)
#0C1809
(12,24,9)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #306924

#306924
(48,105,36)
#427637
(66,118,55)
#54834A
(84,131,74)
#66905D
(102,144,93)
#789D70
(120,157,112)
#8AAA83
(138,170,131)
#9CB796
(156,183,150)
#AEC4A9
(174,196,169)
#C0D1BC
(192,209,188)
#D2DECF
(210,222,207)
#E4EBE2
(228,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306924; }

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

This text font color is #306924.


Background Color

.myBgColor { background-color: #306924; }

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

This div background color is #306924.


Border color

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

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

This div border color is #306924.


Opacity

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

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

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

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

This text has shadow with #306924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306924 on black background.


Color preview on white background

This text has color #306924 on white background.



Black color preview on #306924 background

This text has black color on #306924 background.


White color preview on #306924 background

This text has white color on #306924 background.