COLOR #317443

HEX: #317443
RGB: (49,116,67)

Color info

#317443 contains mainly green and blue colors. Web safe color of #317443 is #336633 (or #363).

RGB color model

#317443 color RGB value is (49,116,67).

  • red value is 49;
  • green value is 116;
  • blue value is 67.
RGB:
(49,116,67)
(19%,45%,26%)

RGB channels and saturation

R 49 of 255 = 19%
G 116 of 255 = 45%
B 67 of 255 = 26%

49
116
67

R + G + B ~ 30%. #317443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 116 + 67 = 232 (100%)
R 49 of 232 ~ 21.12%
G 116 of 232 ~ 50%
B 67 of 232 ~ 28.88%

%21.12
%50
%28.88

CMYK color model

#317443 color CMYK value is (58,0,42,55).

  • cyan value is 57.76%
  • magenta value is 0.00%
  • yellow value is 42.24%
  • key color value is 54.51%
CMYK:
(58,0,42,55)
C58M0Y42K55 
(58%,0%,42%,55%)
(0.58/0.00/0.42/0.55)	

CMYK percentages

%57.76
%0
%42.24
%54.51

Codes

Color #317443 in popluar color models

317443
RGB4911667
HSL136°40.61%32.35%
HSB/HSV136°57.76%45.49%
CMYK57.76%0.00%42.24%
54.51%

Color #317443 in popluar number systems.

HEX317443
Decimal4911667
Binary11000111101001000011
Octal61164103

Shades and tints

Shades of #317443

#317443
(49,116,67)
#2D6A3D
(45,106,61)
#296037
(41,96,55)
#255631
(37,86,49)
#214C2B
(33,76,43)
#1D4225
(29,66,37)
#19381F
(25,56,31)
#152E19
(21,46,25)
#112413
(17,36,19)
#0D1A0D
(13,26,13)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #317443

#317443
(49,116,67)
#438054
(67,128,84)
#558C65
(85,140,101)
#679876
(103,152,118)
#79A487
(121,164,135)
#8BB098
(139,176,152)
#9DBCA9
(157,188,169)
#AFC8BA
(175,200,186)
#C1D4CB
(193,212,203)
#D3E0DC
(211,224,220)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317443 color. Also use rgb(49,116,67) instead hex code.

Text Font Color

.myTextColor { color: #317443; }

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

This text font color is #317443.


Background Color

.myBgColor { background-color: #317443; }

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

This div background color is #317443.


Border color

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

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

This div border color is #317443.


Opacity

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

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

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

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

This text has shadow with #317443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317443 on black background.


Color preview on white background

This text has color #317443 on white background.



Black color preview on #317443 background

This text has black color on #317443 background.


White color preview on #317443 background

This text has white color on #317443 background.