COLOR #31A5AA

HEX: #31A5AA
RGB: (49,165,170)

Color info

#31A5AA contains mainly green and blue colors. Web safe color of #31A5AA is #339999 (or #399).

RGB color model

#31A5AA color RGB value is (49,165,170).

  • red value is 49;
  • green value is 165;
  • blue value is 170.
RGB:
(49,165,170)
(19%,65%,67%)

RGB channels and saturation

R 49 of 255 = 19%
G 165 of 255 = 65%
B 170 of 255 = 67%

49
165
170

R + G + B ~ 50%. #31A5AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 165 + 170 = 384 (100%)
R 49 of 384 ~ 12.76%
G 165 of 384 ~ 42.97%
B 170 of 384 ~ 44.27%

%12.76
%42.97
%44.27

CMYK color model

#31A5AA color CMYK value is (71,3,0,33).

  • cyan value is 71.18%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(71,3,0,33)
C71M3Y0K33 
(71%,3%,0%,33%)
(0.71/0.03/0.00/0.33)	

CMYK percentages

%71.18
%2.94
%0
%33.33

Codes

Color #31A5AA in popluar color models

31A5AA
RGB49165170
HSL182°55.25%42.94%
HSB/HSV182°71.18%66.67%
CMYK71.18%2.94%0.00%
33.33%

Color #31A5AA in popluar number systems.

HEX31A5AA
Decimal49165170
Binary1100011010010110101010
Octal61245252

Shades and tints

Shades of #31A5AA

#31A5AA
(49,165,170)
#2D969B
(45,150,155)
#29878C
(41,135,140)
#25787D
(37,120,125)
#21696E
(33,105,110)
#1D5A5F
(29,90,95)
#194B50
(25,75,80)
#153C41
(21,60,65)
#112D32
(17,45,50)
#0D1E23
(13,30,35)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #31A5AA

#31A5AA
(49,165,170)
#43ADB1
(67,173,177)
#55B5B8
(85,181,184)
#67BDBF
(103,189,191)
#79C5C6
(121,197,198)
#8BCDCD
(139,205,205)
#9DD5D4
(157,213,212)
#AFDDDB
(175,221,219)
#C1E5E2
(193,229,226)
#D3EDE9
(211,237,233)
#E5F5F0
(229,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31A5AA color. Also use rgb(49,165,170) instead hex code.

Text Font Color

.myTextColor { color: #31A5AA; }

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

This text font color is #31A5AA.


Background Color

.myBgColor { background-color: #31A5AA; }

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

This div background color is #31A5AA.


Border color

.myBorderColor { border: 1px solid #31A5AA; }

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

This div border color is #31A5AA.


Opacity

.myOpacity80 { color: #31A5AA; opacity: 0.8; }

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

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

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

This text has shadow with #31A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31A5AA on black background.


Color preview on white background

This text has color #31A5AA on white background.



Black color preview on #31A5AA background

This text has black color on #31A5AA background.


White color preview on #31A5AA background

This text has white color on #31A5AA background.