COLOR #317707

HEX: #317707
RGB: (49,119,7)

Color info

#317707 contains mainly green color. Web safe color of #317707 is #336600 (or #360).

RGB color model

#317707 color RGB value is (49,119,7).

  • red value is 49;
  • green value is 119;
  • blue value is 7.
RGB:
(49,119,7)
(19%,47%,3%)

RGB channels and saturation

R 49 of 255 = 19%
G 119 of 255 = 47%
B 7 of 255 = 3%

49
119
7

R + G + B ~ 23%. #317707 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 119 + 7 = 175 (100%)
R 49 of 175 ~ 28%
G 119 of 175 ~ 68%
B 7 of 175 ~ 4%

%28
%68

CMYK color model

#317707 color CMYK value is (59,0,94,53).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 94.12%
  • key color value is 53.33%
CMYK:
(59,0,94,53)
C59M0Y94K53 
(59%,0%,94%,53%)
(0.59/0.00/0.94/0.53)	

CMYK percentages

%58.82
%0
%94.12
%53.33

Codes

Color #317707 in popluar color models

317707
RGB491197
HSL98°88.89%24.71%
HSB/HSV98°94.12%46.67%
CMYK58.82%0.00%94.12%
53.33%

Color #317707 in popluar number systems.

HEX317707
Decimal491197
Binary1100011110111111
Octal611677

Shades and tints

Shades of #317707

#317707
(49,119,7)
#2D6D07
(45,109,7)
#296307
(41,99,7)
#255907
(37,89,7)
#214F07
(33,79,7)
#1D4507
(29,69,7)
#193B07
(25,59,7)
#153107
(21,49,7)
#112707
(17,39,7)
#0D1D07
(13,29,7)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #317707

#317707
(49,119,7)
#43831D
(67,131,29)
#558F33
(85,143,51)
#679B49
(103,155,73)
#79A75F
(121,167,95)
#8BB375
(139,179,117)
#9DBF8B
(157,191,139)
#AFCBA1
(175,203,161)
#C1D7B7
(193,215,183)
#D3E3CD
(211,227,205)
#E5EFE3
(229,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317707 color. Also use rgb(49,119,7) instead hex code.

Text Font Color

.myTextColor { color: #317707; }

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

This text font color is #317707.


Background Color

.myBgColor { background-color: #317707; }

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

This div background color is #317707.


Border color

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

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

This div border color is #317707.


Opacity

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

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

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

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

This text has shadow with #317707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317707 on black background.


Color preview on white background

This text has color #317707 on white background.



Black color preview on #317707 background

This text has black color on #317707 background.


White color preview on #317707 background

This text has white color on #317707 background.