COLOR #486E78

HEX: #486E78 RGB: (72,110,120)

Color info

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

RGB color model

#486E78 color RGB value is (72,110,120).

RGB: (72,110,120) (28%, 43%, 47%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 120 of 255 = 47%

72
110
120

R + G + B ~ 39%. #486E78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 110 + 120 = 302 (100%)
R 72 of 302 ~ 23.84%
G 110 of 302 ~ 36.42%
B 120 of 302 ~ 39.74'%

%23.84
%36.42
%39.74

CMYK color model

#486E78 color CMYK value is (40,8,0,53).

  • cyan value is 40.00%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (40,8,0,53)
C40M8Y0K53 (40%, 8%, 0%, 53%)
(0.40 / 0.08 / 0.00 / 0.53)

CMYK percentages

%40
%8.33
%0
%52.94

Codes

Color #486E78 in popluar color models

48 6E 78
RGB 72 110 120
HSL 193° 25.00% 37.65%
HSB/HSV 193° 40.00% 47.06%
CMYK 40.00% 8.33% 0.00%
52.94%

Color #486E78 in popluar number systems.

HEX 48 6E 78
Decimal 72 110 120
Binary 1001000 1101110 1111000
Octal 110 156 170

Shades and tints

Shades of #486E78

#486E78
(72,110,120)
#42646E
(66,100,110)
#3C5A64
(60,90,100)
#36505A
(54,80,90)
#304650
(48,70,80)
#2A3C46
(42,60,70)
#24323C
(36,50,60)
#1E2832
(30,40,50)
#181E28
(24,30,40)
#12141E
(18,20,30)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #486E78

#486E78
(72,110,120)
#587B84
(88,123,132)
#688890
(104,136,144)
#78959C
(120,149,156)
#88A2A8
(136,162,168)
#98AFB4
(152,175,180)
#A8BCC0
(168,188,192)
#B8C9CC
(184,201,204)
#C8D6D8
(200,214,216)
#D8E3E4
(216,227,228)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486E78 color. Also use rgb(72,110,120) instead hex code.

Text Font Color

.myTextColor { color: #486E78; }

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

This text font color is #486E78.

Background Color

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

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

This div background color is #486E78.

Border color

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

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

This div border color is #486E78.

Opacity

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

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

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

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

This text has shadow with #486E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486E78.

Preview

Color preview on black background

This text has color #486E78 on black background.


Color preview on white background

This text has color #486E78 on white background.


Black color preview on #486E78 background

This text has black color on #486E78 background.


White color preview on #486E78 background

This text has white color on #486E78 background.


Related colors

Complementary color

Complementary color for #hex is #B79187.


I love getcolorcode.com

Triadic colors

1 #78486E and #6E7848 with #486E78 are triadic colors.

2 #786E48 and #6E4878 with #486E78 are triadic colors.