COLOR #31838D

HEX: #31838D RGB: (49,131,141)

Color info

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

RGB color model

#31838D color RGB value is (49,131,141).

RGB: (49,131,141) (19%, 51%, 55%)

RGB channels and saturation

R 49 of 255 = 19%
G 131 of 255 = 51%
B 141 of 255 = 55%

49
131
141

R + G + B ~ 42%. #31838D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 131 + 141 = 321 (100%)
R 49 of 321 ~ 15.26%
G 131 of 321 ~ 40.81%
B 141 of 321 ~ 43.93'%

%15.26
%40.81
%43.93

CMYK color model

#31838D color CMYK value is (65,7,0,45).

  • cyan value is 65.25%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (65,7,0,45)
C65M7Y0K45 (65%, 7%, 0%, 45%)
(0.65 / 0.07 / 0.00 / 0.45)

CMYK percentages

%65.25
%7.09
%0
%44.71

Codes

Color #31838D in popluar color models

31 83 8D
RGB 49 131 141
HSL 187° 48.42% 37.25%
HSB/HSV 187° 65.25% 55.29%
CMYK 65.25% 7.09% 0.00%
44.71%

Color #31838D in popluar number systems.

HEX 31 83 8D
Decimal 49 131 141
Binary 110001 10000011 10001101
Octal 61 203 215

Shades and tints

Shades of #31838D

#31838D
(49,131,141)
#2D7881
(45,120,129)
#296D75
(41,109,117)
#256269
(37,98,105)
#21575D
(33,87,93)
#1D4C51
(29,76,81)
#194145
(25,65,69)
#153639
(21,54,57)
#112B2D
(17,43,45)
#0D2021
(13,32,33)
#091515
(9,21,21)
#000000
(0,0,0)

Tints of #31838D

#31838D
(49,131,141)
#438E97
(67,142,151)
#5599A1
(85,153,161)
#67A4AB
(103,164,171)
#79AFB5
(121,175,181)
#8BBABF
(139,186,191)
#9DC5C9
(157,197,201)
#AFD0D3
(175,208,211)
#C1DBDD
(193,219,221)
#D3E6E7
(211,230,231)
#E5F1F1
(229,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31838D color. Also use rgb(49,131,141) instead hex code.

Text Font Color

.myTextColor { color: #31838D; }

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

This text font color is #31838D.

Background Color

.myBgColor { background-color: #31838D; }

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

This div background color is #31838D.

Border color

.myBorderColor { border: 1px solid #31838D; }

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

This div border color is #31838D.

Opacity

.myOpacity80 { color: #31838D; opacity: 0.8; }

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

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

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

This text has shadow with #31838D color.


.textShadow {text-shadow: 3px 3px 1px #31838D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #31838D; -webkit-box-shadow: 1px 1px 3px 2px #31838D; box-shadow:1px 1px 3px 2px #31838D;">
Div content here
</div>

This div box has shadow with color #31838D.

Preview

Color preview on black background

This text has color #31838D on black background.


Color preview on white background

This text has color #31838D on white background.


Black color preview on #31838D background

This text has black color on #31838D background.


White color preview on #31838D background

This text has white color on #31838D background.


Related colors

Complementary color

Complementary color for #hex is #CE7C72.


I love getcolorcode.com

Triadic colors

1 #8D3183 and #838D31 with #31838D are triadic colors.

2 #8D8331 and #83318D with #31838D are triadic colors.