COLOR #486E65

HEX: #486E65 RGB: (72,110,101)

Color info

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

RGB color model

#486E65 color RGB value is (72,110,101).

RGB: (72,110,101) (28%, 43%, 40%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 101 of 255 = 40%

72
110
101

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

Portions of RGB colors in percentages

R + G + B = 72 + 110 + 101 = 283 (100%)
R 72 of 283 ~ 25.44%
G 110 of 283 ~ 38.87%
B 101 of 283 ~ 35.69'%

%25.44
%38.87
%35.69

CMYK color model

#486E65 color CMYK value is (35,0,8,57).

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

CMYK: (35,0,8,57)
C35M0Y8K57 (35%, 0%, 8%, 57%)
(0.35 / 0.00 / 0.08 / 0.57)

CMYK percentages

%34.55
%0
%8.18
%56.86

Codes

Color #486E65 in popluar color models

48 6E 65
RGB 72 110 101
HSL 166° 20.88% 35.69%
HSB/HSV 166° 34.55% 43.14%
CMYK 34.55% 0.00% 8.18%
56.86%

Color #486E65 in popluar number systems.

HEX 48 6E 65
Decimal 72 110 101
Binary 1001000 1101110 1100101
Octal 110 156 145

Shades and tints

Shades of #486E65

#486E65
(72,110,101)
#42645C
(66,100,92)
#3C5A53
(60,90,83)
#36504A
(54,80,74)
#304641
(48,70,65)
#2A3C38
(42,60,56)
#24322F
(36,50,47)
#1E2826
(30,40,38)
#181E1D
(24,30,29)
#121414
(18,20,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #486E65

#486E65
(72,110,101)
#587B73
(88,123,115)
#688881
(104,136,129)
#78958F
(120,149,143)
#88A29D
(136,162,157)
#98AFAB
(152,175,171)
#A8BCB9
(168,188,185)
#B8C9C7
(184,201,199)
#C8D6D5
(200,214,213)
#D8E3E3
(216,227,227)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486E65; }

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

This text font color is #486E65.

Background Color

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

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

This div background color is #486E65.

Border color

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

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

This div border color is #486E65.

Opacity

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

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

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

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

This text has shadow with #486E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486E65.

Preview

Color preview on black background

This text has color #486E65 on black background.


Color preview on white background

This text has color #486E65 on white background.


Black color preview on #486E65 background

This text has black color on #486E65 background.


White color preview on #486E65 background

This text has white color on #486E65 background.


Related colors

Complementary color

Complementary color for #hex is #B7919A.


I love getcolorcode.com

Triadic colors

1 #65486E and #6E6548 with #486E65 are triadic colors.

2 #656E48 and #6E4865 with #486E65 are triadic colors.