COLOR #317723

HEX: #317723
RGB: (49,119,35)

Color info

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

RGB color model

#317723 color RGB value is (49,119,35).

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

RGB channels and saturation

R 49 of 255 = 19%
G 119 of 255 = 47%
B 35 of 255 = 14%

49
119
35

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

Portions of RGB colors in percentages

R + G + B =
49 + 119 + 35 = 203 (100%)
R 49 of 203 ~ 24.14%
G 119 of 203 ~ 58.62%
B 35 of 203 ~ 17.24%

%24.14
%58.62
%17.24

CMYK color model

#317723 color CMYK value is (59,0,71,53).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 53.33%
CMYK:
(59,0,71,53)
C59M0Y71K53 
(59%,0%,71%,53%)
(0.59/0.00/0.71/0.53)	

CMYK percentages

%58.82
%0
%70.59
%53.33

Codes

Color #317723 in popluar color models

317723
RGB4911935
HSL110°54.55%30.20%
HSB/HSV110°70.59%46.67%
CMYK58.82%0.00%70.59%
53.33%

Color #317723 in popluar number systems.

HEX317723
Decimal4911935
Binary1100011110111100011
Octal6116743

Shades and tints

Shades of #317723

#317723
(49,119,35)
#2D6D20
(45,109,32)
#29631D
(41,99,29)
#25591A
(37,89,26)
#214F17
(33,79,23)
#1D4514
(29,69,20)
#193B11
(25,59,17)
#15310E
(21,49,14)
#11270B
(17,39,11)
#0D1D08
(13,29,8)
#091305
(9,19,5)
#000000
(0,0,0)

Tints of #317723

#317723
(49,119,35)
#438337
(67,131,55)
#558F4B
(85,143,75)
#679B5F
(103,155,95)
#79A773
(121,167,115)
#8BB387
(139,179,135)
#9DBF9B
(157,191,155)
#AFCBAF
(175,203,175)
#C1D7C3
(193,215,195)
#D3E3D7
(211,227,215)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317723; }

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

This text font color is #317723.


Background Color

.myBgColor { background-color: #317723; }

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

This div background color is #317723.


Border color

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

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

This div border color is #317723.


Opacity

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

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

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

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

This text has shadow with #317723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317723 on black background.


Color preview on white background

This text has color #317723 on white background.



Black color preview on #317723 background

This text has black color on #317723 background.


White color preview on #317723 background

This text has white color on #317723 background.