COLOR #318715

HEX: #318715
RGB: (49,135,21)

Color info

#318715 contains mainly green color. Web safe color of #318715 is #339900 (or #390).

RGB color model

#318715 color RGB value is (49,135,21).

  • red value is 49;
  • green value is 135;
  • blue value is 21.
RGB:
(49,135,21)
(19%,53%,8%)

RGB channels and saturation

R 49 of 255 = 19%
G 135 of 255 = 53%
B 21 of 255 = 8%

49
135
21

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

Portions of RGB colors in percentages

R + G + B =
49 + 135 + 21 = 205 (100%)
R 49 of 205 ~ 23.9%
G 135 of 205 ~ 65.85%
B 21 of 205 ~ 10.24%

%23.9
%65.85
%10.24

CMYK color model

#318715 color CMYK value is (64,0,84,47).

  • cyan value is 63.70%
  • magenta value is 0.00%
  • yellow value is 84.44%
  • key color value is 47.06%
CMYK:
(64,0,84,47)
C64M0Y84K47 
(64%,0%,84%,47%)
(0.64/0.00/0.84/0.47)	

CMYK percentages

%63.7
%0
%84.44
%47.06

Codes

Color #318715 in popluar color models

318715
RGB4913521
HSL105°73.08%30.59%
HSB/HSV105°84.44%52.94%
CMYK63.70%0.00%84.44%
47.06%

Color #318715 in popluar number systems.

HEX318715
Decimal4913521
Binary1100011000011110101
Octal6120725

Shades and tints

Shades of #318715

#318715
(49,135,21)
#2D7B14
(45,123,20)
#296F13
(41,111,19)
#256312
(37,99,18)
#215711
(33,87,17)
#1D4B10
(29,75,16)
#193F0F
(25,63,15)
#15330E
(21,51,14)
#11270D
(17,39,13)
#0D1B0C
(13,27,12)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #318715

#318715
(49,135,21)
#43912A
(67,145,42)
#559B3F
(85,155,63)
#67A554
(103,165,84)
#79AF69
(121,175,105)
#8BB97E
(139,185,126)
#9DC393
(157,195,147)
#AFCDA8
(175,205,168)
#C1D7BD
(193,215,189)
#D3E1D2
(211,225,210)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318715 color. Also use rgb(49,135,21) instead hex code.

Text Font Color

.myTextColor { color: #318715; }

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

This text font color is #318715.


Background Color

.myBgColor { background-color: #318715; }

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

This div background color is #318715.


Border color

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

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

This div border color is #318715.


Opacity

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

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

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

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

This text has shadow with #318715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318715 on black background.


Color preview on white background

This text has color #318715 on white background.



Black color preview on #318715 background

This text has black color on #318715 background.


White color preview on #318715 background

This text has white color on #318715 background.