COLOR #486E6C

HEX: #486E6C RGB: (72,110,108)

Color info

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

RGB color model

#486E6C color RGB value is (72,110,108).

RGB: (72,110,108) (28%, 43%, 42%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 108 of 255 = 42%

72
110
108

R + G + B ~ 38%. #486E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 110 + 108 = 290 (100%)
R 72 of 290 ~ 24.83%
G 110 of 290 ~ 37.93%
B 108 of 290 ~ 37.24'%

%24.83
%37.93
%37.24

CMYK color model

#486E6C color CMYK value is (35,0,2,57).

  • cyan value is 34.55%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 56.86%

CMYK: (35,0,2,57)
C35M0Y2K57 (35%, 0%, 2%, 57%)
(0.35 / 0.00 / 0.02 / 0.57)

CMYK percentages

%34.55
%0
%1.82
%56.86

Codes

Color #486E6C in popluar color models

48 6E 6C
RGB 72 110 108
HSL 177° 20.88% 35.69%
HSB/HSV 177° 34.55% 43.14%
CMYK 34.55% 0.00% 1.82%
56.86%

Color #486E6C in popluar number systems.

HEX 48 6E 6C
Decimal 72 110 108
Binary 1001000 1101110 1101100
Octal 110 156 154

Shades and tints

Shades of #486E6C

#486E6C
(72,110,108)
#426463
(66,100,99)
#3C5A5A
(60,90,90)
#365051
(54,80,81)
#304648
(48,70,72)
#2A3C3F
(42,60,63)
#243236
(36,50,54)
#1E282D
(30,40,45)
#181E24
(24,30,36)
#12141B
(18,20,27)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #486E6C

#486E6C
(72,110,108)
#587B79
(88,123,121)
#688886
(104,136,134)
#789593
(120,149,147)
#88A2A0
(136,162,160)
#98AFAD
(152,175,173)
#A8BCBA
(168,188,186)
#B8C9C7
(184,201,199)
#C8D6D4
(200,214,212)
#D8E3E1
(216,227,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486E6C; }

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

This text font color is #486E6C.

Background Color

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

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

This div background color is #486E6C.

Border color

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

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

This div border color is #486E6C.

Opacity

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

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

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

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

This text has shadow with #486E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486E6C.

Preview

Color preview on black background

This text has color #486E6C on black background.


Color preview on white background

This text has color #486E6C on white background.


Black color preview on #486E6C background

This text has black color on #486E6C background.


White color preview on #486E6C background

This text has white color on #486E6C background.


Related colors

Complementary color

Complementary color for #hex is #B79193.


I love getcolorcode.com

Triadic colors

1 #6C486E and #6E6C48 with #486E6C are triadic colors.

2 #6C6E48 and #6E486C with #486E6C are triadic colors.