COLOR #317073

HEX: #317073
RGB: (49,112,115)

Color info

#317073 contains mainly green and blue colors. Web safe color of #317073 is #336666 (or #366).

RGB color model

#317073 color RGB value is (49,112,115).

  • red value is 49;
  • green value is 112;
  • blue value is 115.
RGB:
(49,112,115)
(19%,44%,45%)

RGB channels and saturation

R 49 of 255 = 19%
G 112 of 255 = 44%
B 115 of 255 = 45%

49
112
115

R + G + B ~ 36%. #317073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 112 + 115 = 276 (100%)
R 49 of 276 ~ 17.75%
G 112 of 276 ~ 40.58%
B 115 of 276 ~ 41.67%

%17.75
%40.58
%41.67

CMYK color model

#317073 color CMYK value is (57,3,0,55).

  • cyan value is 57.39%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(57,3,0,55)
C57M3Y0K55 
(57%,3%,0%,55%)
(0.57/0.03/0.00/0.55)	

CMYK percentages

%57.39
%2.61
%0
%54.9

Codes

Color #317073 in popluar color models

317073
RGB49112115
HSL183°40.24%32.16%
HSB/HSV183°57.39%45.10%
CMYK57.39%2.61%0.00%
54.90%

Color #317073 in popluar number systems.

HEX317073
Decimal49112115
Binary11000111100001110011
Octal61160163

Shades and tints

Shades of #317073

#317073
(49,112,115)
#2D6669
(45,102,105)
#295C5F
(41,92,95)
#255255
(37,82,85)
#21484B
(33,72,75)
#1D3E41
(29,62,65)
#193437
(25,52,55)
#152A2D
(21,42,45)
#112023
(17,32,35)
#0D1619
(13,22,25)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #317073

#317073
(49,112,115)
#437D7F
(67,125,127)
#558A8B
(85,138,139)
#679797
(103,151,151)
#79A4A3
(121,164,163)
#8BB1AF
(139,177,175)
#9DBEBB
(157,190,187)
#AFCBC7
(175,203,199)
#C1D8D3
(193,216,211)
#D3E5DF
(211,229,223)
#E5F2EB
(229,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317073 color. Also use rgb(49,112,115) instead hex code.

Text Font Color

.myTextColor { color: #317073; }

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

This text font color is #317073.


Background Color

.myBgColor { background-color: #317073; }

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

This div background color is #317073.


Border color

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

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

This div border color is #317073.


Opacity

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

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

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

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

This text has shadow with #317073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317073 on black background.


Color preview on white background

This text has color #317073 on white background.



Black color preview on #317073 background

This text has black color on #317073 background.


White color preview on #317073 background

This text has white color on #317073 background.