COLOR #317A4A

HEX: #317A4A
RGB: (49,122,74)

Color info

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

RGB color model

#317A4A color RGB value is (49,122,74).

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

RGB channels and saturation

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

49
122
74

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

Portions of RGB colors in percentages

R + G + B =
49 + 122 + 74 = 245 (100%)
R 49 of 245 ~ 20%
G 122 of 245 ~ 49.8%
B 74 of 245 ~ 30.2%

%20
%49.8
%30.2

CMYK color model

#317A4A color CMYK value is (60,0,39,52).

  • cyan value is 59.84%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 52.16%
CMYK:
(60,0,39,52)
C60M0Y39K52 
(60%,0%,39%,52%)
(0.60/0.00/0.39/0.52)	

CMYK percentages

%59.84
%0
%39.34
%52.16

Codes

Color #317A4A in popluar color models

317A4A
RGB4912274
HSL141°42.69%33.53%
HSB/HSV141°59.84%47.84%
CMYK59.84%0.00%39.34%
52.16%

Color #317A4A in popluar number systems.

HEX317A4A
Decimal4912274
Binary11000111110101001010
Octal61172112

Shades and tints

Shades of #317A4A

#317A4A
(49,122,74)
#2D6F44
(45,111,68)
#29643E
(41,100,62)
#255938
(37,89,56)
#214E32
(33,78,50)
#1D432C
(29,67,44)
#193826
(25,56,38)
#152D20
(21,45,32)
#11221A
(17,34,26)
#0D1714
(13,23,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #317A4A

#317A4A
(49,122,74)
#43865A
(67,134,90)
#55926A
(85,146,106)
#679E7A
(103,158,122)
#79AA8A
(121,170,138)
#8BB69A
(139,182,154)
#9DC2AA
(157,194,170)
#AFCEBA
(175,206,186)
#C1DACA
(193,218,202)
#D3E6DA
(211,230,218)
#E5F2EA
(229,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317A4A; }

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

This text font color is #317A4A.


Background Color

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

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

This div background color is #317A4A.


Border color

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

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

This div border color is #317A4A.


Opacity

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

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

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

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

This text has shadow with #317A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317A4A on black background.


Color preview on white background

This text has color #317A4A on white background.



Black color preview on #317A4A background

This text has black color on #317A4A background.


White color preview on #317A4A background

This text has white color on #317A4A background.