COLOR #317524

HEX: #317524
RGB: (49,117,36)

Color info

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

RGB color model

#317524 color RGB value is (49,117,36).

  • red value is 49;
  • green value is 117;
  • blue value is 36.
RGB:
(49,117,36)
(19%,46%,14%)

RGB channels and saturation

R 49 of 255 = 19%
G 117 of 255 = 46%
B 36 of 255 = 14%

49
117
36

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

Portions of RGB colors in percentages

R + G + B =
49 + 117 + 36 = 202 (100%)
R 49 of 202 ~ 24.26%
G 117 of 202 ~ 57.92%
B 36 of 202 ~ 17.82%

%24.26
%57.92
%17.82

CMYK color model

#317524 color CMYK value is (58,0,69,54).

  • cyan value is 58.12%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 54.12%
CMYK:
(58,0,69,54)
C58M0Y69K54 
(58%,0%,69%,54%)
(0.58/0.00/0.69/0.54)	

CMYK percentages

%58.12
%0
%69.23
%54.12

Codes

Color #317524 in popluar color models

317524
RGB4911736
HSL110°52.94%30.00%
HSB/HSV110°69.23%45.88%
CMYK58.12%0.00%69.23%
54.12%

Color #317524 in popluar number systems.

HEX317524
Decimal4911736
Binary1100011110101100100
Octal6116544

Shades and tints

Shades of #317524

#317524
(49,117,36)
#2D6B21
(45,107,33)
#29611E
(41,97,30)
#25571B
(37,87,27)
#214D18
(33,77,24)
#1D4315
(29,67,21)
#193912
(25,57,18)
#152F0F
(21,47,15)
#11250C
(17,37,12)
#0D1B09
(13,27,9)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #317524

#317524
(49,117,36)
#438137
(67,129,55)
#558D4A
(85,141,74)
#67995D
(103,153,93)
#79A570
(121,165,112)
#8BB183
(139,177,131)
#9DBD96
(157,189,150)
#AFC9A9
(175,201,169)
#C1D5BC
(193,213,188)
#D3E1CF
(211,225,207)
#E5EDE2
(229,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317524 color. Also use rgb(49,117,36) instead hex code.

Text Font Color

.myTextColor { color: #317524; }

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

This text font color is #317524.


Background Color

.myBgColor { background-color: #317524; }

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

This div background color is #317524.


Border color

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

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

This div border color is #317524.


Opacity

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

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

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

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

This text has shadow with #317524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317524 on black background.


Color preview on white background

This text has color #317524 on white background.



Black color preview on #317524 background

This text has black color on #317524 background.


White color preview on #317524 background

This text has white color on #317524 background.