COLOR #317927

HEX: #317927
RGB: (49,121,39)

Color info

#317927 contains mainly green color. Web safe color of #317927 is #336633 (or #363).

RGB color model

#317927 color RGB value is (49,121,39).

  • red value is 49;
  • green value is 121;
  • blue value is 39.
RGB:
(49,121,39)
(19%,47%,15%)

RGB channels and saturation

R 49 of 255 = 19%
G 121 of 255 = 47%
B 39 of 255 = 15%

49
121
39

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

Portions of RGB colors in percentages

R + G + B =
49 + 121 + 39 = 209 (100%)
R 49 of 209 ~ 23.44%
G 121 of 209 ~ 57.89%
B 39 of 209 ~ 18.66%

%23.44
%57.89
%18.66

CMYK color model

#317927 color CMYK value is (60,0,68,53).

  • cyan value is 59.50%
  • magenta value is 0.00%
  • yellow value is 67.77%
  • key color value is 52.55%
CMYK:
(60,0,68,53)
C60M0Y68K53 
(60%,0%,68%,53%)
(0.60/0.00/0.68/0.53)	

CMYK percentages

%59.5
%0
%67.77
%52.55

Codes

Color #317927 in popluar color models

317927
RGB4912139
HSL113°51.25%31.37%
HSB/HSV113°67.77%47.45%
CMYK59.50%0.00%67.77%
52.55%

Color #317927 in popluar number systems.

HEX317927
Decimal4912139
Binary1100011111001100111
Octal6117147

Shades and tints

Shades of #317927

#317927
(49,121,39)
#2D6E24
(45,110,36)
#296321
(41,99,33)
#25581E
(37,88,30)
#214D1B
(33,77,27)
#1D4218
(29,66,24)
#193715
(25,55,21)
#152C12
(21,44,18)
#11210F
(17,33,15)
#0D160C
(13,22,12)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #317927

#317927
(49,121,39)
#43853A
(67,133,58)
#55914D
(85,145,77)
#679D60
(103,157,96)
#79A973
(121,169,115)
#8BB586
(139,181,134)
#9DC199
(157,193,153)
#AFCDAC
(175,205,172)
#C1D9BF
(193,217,191)
#D3E5D2
(211,229,210)
#E5F1E5
(229,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317927 color. Also use rgb(49,121,39) instead hex code.

Text Font Color

.myTextColor { color: #317927; }

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

This text font color is #317927.


Background Color

.myBgColor { background-color: #317927; }

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

This div background color is #317927.


Border color

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

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

This div border color is #317927.


Opacity

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

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

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

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

This text has shadow with #317927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317927 on black background.


Color preview on white background

This text has color #317927 on white background.



Black color preview on #317927 background

This text has black color on #317927 background.


White color preview on #317927 background

This text has white color on #317927 background.