COLOR #306715

HEX: #306715
RGB: (48,103,21)

Color info

#306715 contains mainly red and green colors. Web safe color of #306715 is #336600 (or #360).

RGB color model

#306715 color RGB value is (48,103,21).

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

RGB channels and saturation

R 48 of 255 = 19%
G 103 of 255 = 40%
B 21 of 255 = 8%

48
103
21

R + G + B ~ 22%. #306715 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 103 + 21 = 172 (100%)
R 48 of 172 ~ 27.91%
G 103 of 172 ~ 59.88%
B 21 of 172 ~ 12.21%

%27.91
%59.88
%12.21

CMYK color model

#306715 color CMYK value is (53,0,80,60).

  • cyan value is 53.40%
  • magenta value is 0.00%
  • yellow value is 79.61%
  • key color value is 59.61%
CMYK:
(53,0,80,60)
C53M0Y80K60 
(53%,0%,80%,60%)
(0.53/0.00/0.80/0.60)	

CMYK percentages

%53.4
%0
%79.61
%59.61

Codes

Color #306715 in popluar color models

306715
RGB4810321
HSL100°66.13%24.31%
HSB/HSV100°79.61%40.39%
CMYK53.40%0.00%79.61%
59.61%

Color #306715 in popluar number systems.

HEX306715
Decimal4810321
Binary110000110011110101
Octal6014725

Shades and tints

Shades of #306715

#306715
(48,103,21)
#2C5E14
(44,94,20)
#285513
(40,85,19)
#244C12
(36,76,18)
#204311
(32,67,17)
#1C3A10
(28,58,16)
#18310F
(24,49,15)
#14280E
(20,40,14)
#101F0D
(16,31,13)
#0C160C
(12,22,12)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #306715

#306715
(48,103,21)
#42742A
(66,116,42)
#54813F
(84,129,63)
#668E54
(102,142,84)
#789B69
(120,155,105)
#8AA87E
(138,168,126)
#9CB593
(156,181,147)
#AEC2A8
(174,194,168)
#C0CFBD
(192,207,189)
#D2DCD2
(210,220,210)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306715; }

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

This text font color is #306715.


Background Color

.myBgColor { background-color: #306715; }

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

This div background color is #306715.


Border color

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

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

This div border color is #306715.


Opacity

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

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

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

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

This text has shadow with #306715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306715 on black background.


Color preview on white background

This text has color #306715 on white background.



Black color preview on #306715 background

This text has black color on #306715 background.


White color preview on #306715 background

This text has white color on #306715 background.