COLOR #317B4A

HEX: #317B4A
RGB: (49,123,74)

Color info

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

RGB color model

#317B4A color RGB value is (49,123,74).

  • red value is 49;
  • green value is 123;
  • blue value is 74.
RGB:
(49,123,74)
(19%,48%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 123 of 255 = 48%
B 74 of 255 = 29%

49
123
74

R + G + B ~ 32%. #317B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 123 + 74 = 246 (100%)
R 49 of 246 ~ 19.92%
G 123 of 246 ~ 50%
B 74 of 246 ~ 30.08%

%19.92
%50
%30.08

CMYK color model

#317B4A color CMYK value is (60,0,40,52).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 51.76%
CMYK:
(60,0,40,52)
C60M0Y40K52 
(60%,0%,40%,52%)
(0.60/0.00/0.40/0.52)	

CMYK percentages

%60.16
%0
%39.84
%51.76

Codes

Color #317B4A in popluar color models

317B4A
RGB4912374
HSL140°43.02%33.73%
HSB/HSV140°60.16%48.24%
CMYK60.16%0.00%39.84%
51.76%

Color #317B4A in popluar number systems.

HEX317B4A
Decimal4912374
Binary11000111110111001010
Octal61173112

Shades and tints

Shades of #317B4A

#317B4A
(49,123,74)
#2D7044
(45,112,68)
#29653E
(41,101,62)
#255A38
(37,90,56)
#214F32
(33,79,50)
#1D442C
(29,68,44)
#193926
(25,57,38)
#152E20
(21,46,32)
#11231A
(17,35,26)
#0D1814
(13,24,20)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #317B4A

#317B4A
(49,123,74)
#43875A
(67,135,90)
#55936A
(85,147,106)
#679F7A
(103,159,122)
#79AB8A
(121,171,138)
#8BB79A
(139,183,154)
#9DC3AA
(157,195,170)
#AFCFBA
(175,207,186)
#C1DBCA
(193,219,202)
#D3E7DA
(211,231,218)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317B4A color. Also use rgb(49,123,74) instead hex code.

Text Font Color

.myTextColor { color: #317B4A; }

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

This text font color is #317B4A.


Background Color

.myBgColor { background-color: #317B4A; }

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

This div background color is #317B4A.


Border color

.myBorderColor { border: 1px solid #317B4A; }

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

This div border color is #317B4A.


Opacity

.myOpacity80 { color: #317B4A; opacity: 0.8; }

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

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

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

This text has shadow with #317B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317B4A on black background.


Color preview on white background

This text has color #317B4A on white background.



Black color preview on #317B4A background

This text has black color on #317B4A background.


White color preview on #317B4A background

This text has white color on #317B4A background.