COLOR #486C7C

HEX: #486C7C
RGB: (72,108,124)

Color info

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

RGB color model

#486C7C color RGB value is (72,108,124).

  • red value is 72;
  • green value is 108;
  • blue value is 124.
RGB:
(72,108,124)
(28%,42%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 108 of 255 = 42%
B 124 of 255 = 49%

72
108
124

R + G + B ~ 40%. #486C7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 108 + 124 = 304 (100%)
R 72 of 304 ~ 23.68%
G 108 of 304 ~ 35.53%
B 124 of 304 ~ 40.79%

%23.68
%35.53
%40.79

CMYK color model

#486C7C color CMYK value is (42,13,0,51).

  • cyan value is 41.94%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(42,13,0,51)
C42M13Y0K51 
(42%,13%,0%,51%)
(0.42/0.13/0.00/0.51)	

CMYK percentages

%41.94
%12.9
%0
%51.37

Codes

Color #486C7C in popluar color models

486C7C
RGB72108124
HSL198°26.53%38.43%
HSB/HSV198°41.94%48.63%
CMYK41.94%12.90%0.00%
51.37%

Color #486C7C in popluar number systems.

HEX486C7C
Decimal72108124
Binary100100011011001111100
Octal110154174

Shades and tints

Shades of #486C7C

#486C7C
(72,108,124)
#426371
(66,99,113)
#3C5A66
(60,90,102)
#36515B
(54,81,91)
#304850
(48,72,80)
#2A3F45
(42,63,69)
#24363A
(36,54,58)
#1E2D2F
(30,45,47)
#182424
(24,36,36)
#121B19
(18,27,25)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #486C7C

#486C7C
(72,108,124)
#587987
(88,121,135)
#688692
(104,134,146)
#78939D
(120,147,157)
#88A0A8
(136,160,168)
#98ADB3
(152,173,179)
#A8BABE
(168,186,190)
#B8C7C9
(184,199,201)
#C8D4D4
(200,212,212)
#D8E1DF
(216,225,223)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486C7C color. Also use rgb(72,108,124) instead hex code.

Text Font Color

.myTextColor { color: #486C7C; }

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

This text font color is #486C7C.


Background Color

.myBgColor { background-color: #486C7C; }

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

This div background color is #486C7C.


Border color

.myBorderColor { border: 1px solid #486C7C; }

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

This div border color is #486C7C.


Opacity

.myOpacity80 { color: #486C7C; opacity: 0.8; }

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

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

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

This text has shadow with #486C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486C7C on black background.


Color preview on white background

This text has color #486C7C on white background.



Black color preview on #486C7C background

This text has black color on #486C7C background.


White color preview on #486C7C background

This text has white color on #486C7C background.