COLOR #486758

HEX: #486758
RGB: (72,103,88)

Color info

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

RGB color model

#486758 color RGB value is (72,103,88).

  • red value is 72;
  • green value is 103;
  • blue value is 88.
RGB:
(72,103,88)
(28%,40%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 88 of 255 = 35%

72
103
88

R + G + B ~ 34%. #486758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 103 + 88 = 263 (100%)
R 72 of 263 ~ 27.38%
G 103 of 263 ~ 39.16%
B 88 of 263 ~ 33.46%

%27.38
%39.16
%33.46

CMYK color model

#486758 color CMYK value is (30,0,15,60).

  • cyan value is 30.10%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 59.61%
CMYK:
(30,0,15,60)
C30M0Y15K60 
(30%,0%,15%,60%)
(0.30/0.00/0.15/0.60)	

CMYK percentages

%30.1
%0
%14.56
%59.61

Codes

Color #486758 in popluar color models

486758
RGB7210388
HSL151°17.71%34.31%
HSB/HSV151°30.10%40.39%
CMYK30.10%0.00%14.56%
59.61%

Color #486758 in popluar number systems.

HEX486758
Decimal7210388
Binary100100011001111011000
Octal110147130

Shades and tints

Shades of #486758

#486758
(72,103,88)
#425E50
(66,94,80)
#3C5548
(60,85,72)
#364C40
(54,76,64)
#304338
(48,67,56)
#2A3A30
(42,58,48)
#243128
(36,49,40)
#1E2820
(30,40,32)
#181F18
(24,31,24)
#121610
(18,22,16)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #486758

#486758
(72,103,88)
#587467
(88,116,103)
#688176
(104,129,118)
#788E85
(120,142,133)
#889B94
(136,155,148)
#98A8A3
(152,168,163)
#A8B5B2
(168,181,178)
#B8C2C1
(184,194,193)
#C8CFD0
(200,207,208)
#D8DCDF
(216,220,223)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486758 color. Also use rgb(72,103,88) instead hex code.

Text Font Color

.myTextColor { color: #486758; }

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

This text font color is #486758.


Background Color

.myBgColor { background-color: #486758; }

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

This div background color is #486758.


Border color

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

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

This div border color is #486758.


Opacity

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

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

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

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

This text has shadow with #486758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486758 on black background.


Color preview on white background

This text has color #486758 on white background.



Black color preview on #486758 background

This text has black color on #486758 background.


White color preview on #486758 background

This text has white color on #486758 background.