COLOR #648883

HEX: #648883
RGB: (100,136,131)

Color info

#648883 contains red, green and blue colors in about the same proportion. Web safe color of #648883 is #669999 (or #699).

RGB color model

#648883 color RGB value is (100,136,131).

  • red value is 100;
  • green value is 136;
  • blue value is 131.
RGB:
(100,136,131)
(39%,53%,51%)

RGB channels and saturation

R 100 of 255 = 39%
G 136 of 255 = 53%
B 131 of 255 = 51%

100
136
131

R + G + B ~ 48%. #648883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 136 + 131 = 367 (100%)
R 100 of 367 ~ 27.25%
G 136 of 367 ~ 37.06%
B 131 of 367 ~ 35.69%

%27.25
%37.06
%35.69

CMYK color model

#648883 color CMYK value is (26,0,4,47).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(26,0,4,47)
C26M0Y4K47 
(26%,0%,4%,47%)
(0.26/0.00/0.04/0.47)	

CMYK percentages

%26.47
%0
%3.68
%46.67

Codes

Color #648883 in popluar color models

648883
RGB100136131
HSL172°15.25%46.27%
HSB/HSV172°26.47%53.33%
CMYK26.47%0.00%3.68%
46.67%

Color #648883 in popluar number systems.

HEX648883
Decimal100136131
Binary11001001000100010000011
Octal144210203

Shades and tints

Shades of #648883

#648883
(100,136,131)
#5B7C78
(91,124,120)
#52706D
(82,112,109)
#496462
(73,100,98)
#405857
(64,88,87)
#374C4C
(55,76,76)
#2E4041
(46,64,65)
#253436
(37,52,54)
#1C282B
(28,40,43)
#131C20
(19,28,32)
#0A1015
(10,16,21)
#000000
(0,0,0)

Tints of #648883

#648883
(100,136,131)
#72928E
(114,146,142)
#809C99
(128,156,153)
#8EA6A4
(142,166,164)
#9CB0AF
(156,176,175)
#AABABA
(170,186,186)
#B8C4C5
(184,196,197)
#C6CED0
(198,206,208)
#D4D8DB
(212,216,219)
#E2E2E6
(226,226,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648883 color. Also use rgb(100,136,131) instead hex code.

Text Font Color

.myTextColor { color: #648883; }

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

This text font color is #648883.


Background Color

.myBgColor { background-color: #648883; }

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

This div background color is #648883.


Border color

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

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

This div border color is #648883.


Opacity

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

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

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

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

This text has shadow with #648883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648883 on black background.


Color preview on white background

This text has color #648883 on white background.



Black color preview on #648883 background

This text has black color on #648883 background.


White color preview on #648883 background

This text has white color on #648883 background.