COLOR #31846E

HEX: #31846E
RGB: (49,132,110)

Color info

#31846E contains mainly green and blue colors. Web safe color of #31846E is #339966 (or #396).

RGB color model

#31846E color RGB value is (49,132,110).

  • red value is 49;
  • green value is 132;
  • blue value is 110.
RGB:
(49,132,110)
(19%,52%,43%)

RGB channels and saturation

R 49 of 255 = 19%
G 132 of 255 = 52%
B 110 of 255 = 43%

49
132
110

R + G + B ~ 38%. #31846E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 132 + 110 = 291 (100%)
R 49 of 291 ~ 16.84%
G 132 of 291 ~ 45.36%
B 110 of 291 ~ 37.8%

%16.84
%45.36
%37.8

CMYK color model

#31846E color CMYK value is (63,0,17,48).

  • cyan value is 62.88%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(63,0,17,48)
C63M0Y17K48 
(63%,0%,17%,48%)
(0.63/0.00/0.17/0.48)	

CMYK percentages

%62.88
%0
%16.67
%48.24

Codes

Color #31846E in popluar color models

31846E
RGB49132110
HSL164°45.86%35.49%
HSB/HSV164°62.88%51.76%
CMYK62.88%0.00%16.67%
48.24%

Color #31846E in popluar number systems.

HEX31846E
Decimal49132110
Binary110001100001001101110
Octal61204156

Shades and tints

Shades of #31846E

#31846E
(49,132,110)
#2D7864
(45,120,100)
#296C5A
(41,108,90)
#256050
(37,96,80)
#215446
(33,84,70)
#1D483C
(29,72,60)
#193C32
(25,60,50)
#153028
(21,48,40)
#11241E
(17,36,30)
#0D1814
(13,24,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #31846E

#31846E
(49,132,110)
#438F7B
(67,143,123)
#559A88
(85,154,136)
#67A595
(103,165,149)
#79B0A2
(121,176,162)
#8BBBAF
(139,187,175)
#9DC6BC
(157,198,188)
#AFD1C9
(175,209,201)
#C1DCD6
(193,220,214)
#D3E7E3
(211,231,227)
#E5F2F0
(229,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31846E color. Also use rgb(49,132,110) instead hex code.

Text Font Color

.myTextColor { color: #31846E; }

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

This text font color is #31846E.


Background Color

.myBgColor { background-color: #31846E; }

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

This div background color is #31846E.


Border color

.myBorderColor { border: 1px solid #31846E; }

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

This div border color is #31846E.


Opacity

.myOpacity80 { color: #31846E; opacity: 0.8; }

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

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

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

This text has shadow with #31846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31846E on black background.


Color preview on white background

This text has color #31846E on white background.



Black color preview on #31846E background

This text has black color on #31846E background.


White color preview on #31846E background

This text has white color on #31846E background.