COLOR #486374

HEX: #486374
RGB: (72,99,116)

Color info

#486374 contains red, green and blue colors in about the same proportion. Web safe color of #486374 is #336666 (or #366).

RGB color model

#486374 color RGB value is (72,99,116).

  • red value is 72;
  • green value is 99;
  • blue value is 116.
RGB:
(72,99,116)
(28%,39%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 116 of 255 = 45%

72
99
116

R + G + B ~ 37%. #486374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 116 = 287 (100%)
R 72 of 287 ~ 25.09%
G 99 of 287 ~ 34.49%
B 116 of 287 ~ 40.42%

%25.09
%34.49
%40.42

CMYK color model

#486374 color CMYK value is (38,15,0,55).

  • cyan value is 37.93%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,15,0,55)
C38M15Y0K55 
(38%,15%,0%,55%)
(0.38/0.15/0.00/0.55)	

CMYK percentages

%37.93
%14.66
%0
%54.51

Codes

Color #486374 in popluar color models

486374
RGB7299116
HSL203°23.40%36.86%
HSB/HSV203°37.93%45.49%
CMYK37.93%14.66%0.00%
54.51%

Color #486374 in popluar number systems.

HEX486374
Decimal7299116
Binary100100011000111110100
Octal110143164

Shades and tints

Shades of #486374

#486374
(72,99,116)
#425A6A
(66,90,106)
#3C5160
(60,81,96)
#364856
(54,72,86)
#303F4C
(48,63,76)
#2A3642
(42,54,66)
#242D38
(36,45,56)
#1E242E
(30,36,46)
#181B24
(24,27,36)
#12121A
(18,18,26)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #486374

#486374
(72,99,116)
#587180
(88,113,128)
#687F8C
(104,127,140)
#788D98
(120,141,152)
#889BA4
(136,155,164)
#98A9B0
(152,169,176)
#A8B7BC
(168,183,188)
#B8C5C8
(184,197,200)
#C8D3D4
(200,211,212)
#D8E1E0
(216,225,224)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486374 color. Also use rgb(72,99,116) instead hex code.

Text Font Color

.myTextColor { color: #486374; }

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

This text font color is #486374.


Background Color

.myBgColor { background-color: #486374; }

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

This div background color is #486374.


Border color

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

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

This div border color is #486374.


Opacity

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

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

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

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

This text has shadow with #486374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486374 on black background.


Color preview on white background

This text has color #486374 on white background.



Black color preview on #486374 background

This text has black color on #486374 background.


White color preview on #486374 background

This text has white color on #486374 background.