COLOR #318D09

HEX: #318D09
RGB: (49,141,9)

Color info

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

RGB color model

#318D09 color RGB value is (49,141,9).

  • red value is 49;
  • green value is 141;
  • blue value is 9.
RGB:
(49,141,9)
(19%,55%,4%)

RGB channels and saturation

R 49 of 255 = 19%
G 141 of 255 = 55%
B 9 of 255 = 4%

49
141
9

R + G + B ~ 26%. #318D09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 141 + 9 = 199 (100%)
R 49 of 199 ~ 24.62%
G 141 of 199 ~ 70.85%
B 9 of 199 ~ 4.52%

%24.62
%70.85

CMYK color model

#318D09 color CMYK value is (65,0,94,45).

  • cyan value is 65.25%
  • magenta value is 0.00%
  • yellow value is 93.62%
  • key color value is 44.71%
CMYK:
(65,0,94,45)
C65M0Y94K45 
(65%,0%,94%,45%)
(0.65/0.00/0.94/0.45)	

CMYK percentages

%65.25
%0
%93.62
%44.71

Codes

Color #318D09 in popluar color models

318D09
RGB491419
HSL102°88.00%29.41%
HSB/HSV102°93.62%55.29%
CMYK65.25%0.00%93.62%
44.71%

Color #318D09 in popluar number systems.

HEX318D09
Decimal491419
Binary110001100011011001
Octal6121511

Shades and tints

Shades of #318D09

#318D09
(49,141,9)
#2D8109
(45,129,9)
#297509
(41,117,9)
#256909
(37,105,9)
#215D09
(33,93,9)
#1D5109
(29,81,9)
#194509
(25,69,9)
#153909
(21,57,9)
#112D09
(17,45,9)
#0D2109
(13,33,9)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #318D09

#318D09
(49,141,9)
#43971F
(67,151,31)
#55A135
(85,161,53)
#67AB4B
(103,171,75)
#79B561
(121,181,97)
#8BBF77
(139,191,119)
#9DC98D
(157,201,141)
#AFD3A3
(175,211,163)
#C1DDB9
(193,221,185)
#D3E7CF
(211,231,207)
#E5F1E5
(229,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318D09 color. Also use rgb(49,141,9) instead hex code.

Text Font Color

.myTextColor { color: #318D09; }

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

This text font color is #318D09.


Background Color

.myBgColor { background-color: #318D09; }

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

This div background color is #318D09.


Border color

.myBorderColor { border: 1px solid #318D09; }

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

This div border color is #318D09.


Opacity

.myOpacity80 { color: #318D09; opacity: 0.8; }

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

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

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

This text has shadow with #318D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318D09 on black background.


Color preview on white background

This text has color #318D09 on white background.



Black color preview on #318D09 background

This text has black color on #318D09 background.


White color preview on #318D09 background

This text has white color on #318D09 background.