COLOR #317225

HEX: #317225 RGB: (49,114,37)

Color info

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

RGB color model

#317225 color RGB value is (49,114,37).

RGB: (49,114,37) (19%, 45%, 15%)

RGB channels and saturation

R 49 of 255 = 19%
G 114 of 255 = 45%
B 37 of 255 = 15%

49
114
37

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

Portions of RGB colors in percentages

R + G + B = 49 + 114 + 37 = 200 (100%)
R 49 of 200 ~ 24.5%
G 114 of 200 ~ 57%
B 37 of 200 ~ 18.5'%

%24.5
%57
%18.5

CMYK color model

#317225 color CMYK value is (57,0,68,55).

  • cyan value is 57.02%
  • magenta value is 0.00%
  • yellow value is 67.54%
  • key color value is 55.29%

CMYK: (57,0,68,55)
C57M0Y68K55 (57%, 0%, 68%, 55%)
(0.57 / 0.00 / 0.68 / 0.55)

CMYK percentages

%57.02
%0
%67.54
%55.29

Codes

Color #317225 in popluar color models

31 72 25
RGB 49 114 37
HSL 111° 50.99% 29.61%
HSB/HSV 111° 67.54% 44.71%
CMYK 57.02% 0.00% 67.54%
55.29%

Color #317225 in popluar number systems.

HEX 31 72 25
Decimal 49 114 37
Binary 110001 1110010 100101
Octal 61 162 45

Shades and tints

Shades of #317225

#317225
(49,114,37)
#2D6822
(45,104,34)
#295E1F
(41,94,31)
#25541C
(37,84,28)
#214A19
(33,74,25)
#1D4016
(29,64,22)
#193613
(25,54,19)
#152C10
(21,44,16)
#11220D
(17,34,13)
#0D180A
(13,24,10)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #317225

#317225
(49,114,37)
#437E38
(67,126,56)
#558A4B
(85,138,75)
#67965E
(103,150,94)
#79A271
(121,162,113)
#8BAE84
(139,174,132)
#9DBA97
(157,186,151)
#AFC6AA
(175,198,170)
#C1D2BD
(193,210,189)
#D3DED0
(211,222,208)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317225 color. Also use rgb(49,114,37) instead hex code.

Text Font Color

.myTextColor { color: #317225; }

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

This text font color is #317225.

Background Color

.myBgColor { background-color: #317225; }

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

This div background color is #317225.

Border color

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

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

This div border color is #317225.

Opacity

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

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

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

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

This text has shadow with #317225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317225.

Preview

Color preview on black background

This text has color #317225 on black background.


Color preview on white background

This text has color #317225 on white background.


Black color preview on #317225 background

This text has black color on #317225 background.


White color preview on #317225 background

This text has white color on #317225 background.


Related colors

Complementary color

Complementary color for #hex is #CE8DDA.


I love getcolorcode.com

Triadic colors

1 #253172 and #722531 with #317225 are triadic colors.

2 #257231 and #723125 with #317225 are triadic colors.