COLOR #60867D

HEX: #60867D
RGB: (96,134,125)

Color info

#60867D contains red, green and blue colors in about the same proportion. Web safe color of #60867D is #669966 (or #696).

RGB color model

#60867D color RGB value is (96,134,125).

  • red value is 96;
  • green value is 134;
  • blue value is 125.
RGB:
(96,134,125)
(38%,53%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 125 of 255 = 49%

96
134
125

R + G + B ~ 47%. #60867D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 125 = 355 (100%)
R 96 of 355 ~ 27.04%
G 134 of 355 ~ 37.75%
B 125 of 355 ~ 35.21%

%27.04
%37.75
%35.21

CMYK color model

#60867D color CMYK value is (28,0,7,47).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(28,0,7,47)
C28M0Y7K47 
(28%,0%,7%,47%)
(0.28/0.00/0.07/0.47)	

CMYK percentages

%28.36
%0
%6.72
%47.45

Codes

Color #60867D in popluar color models

60867D
RGB96134125
HSL166°16.52%45.10%
HSB/HSV166°28.36%52.55%
CMYK28.36%0.00%6.72%
47.45%

Color #60867D in popluar number systems.

HEX60867D
Decimal96134125
Binary1100000100001101111101
Octal140206175

Shades and tints

Shades of #60867D

#60867D
(96,134,125)
#587A72
(88,122,114)
#506E67
(80,110,103)
#48625C
(72,98,92)
#405651
(64,86,81)
#384A46
(56,74,70)
#303E3B
(48,62,59)
#283230
(40,50,48)
#202625
(32,38,37)
#181A1A
(24,26,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #60867D

#60867D
(96,134,125)
#6E9188
(110,145,136)
#7C9C93
(124,156,147)
#8AA79E
(138,167,158)
#98B2A9
(152,178,169)
#A6BDB4
(166,189,180)
#B4C8BF
(180,200,191)
#C2D3CA
(194,211,202)
#D0DED5
(208,222,213)
#DEE9E0
(222,233,224)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60867D color. Also use rgb(96,134,125) instead hex code.

Text Font Color

.myTextColor { color: #60867D; }

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

This text font color is #60867D.


Background Color

.myBgColor { background-color: #60867D; }

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

This div background color is #60867D.


Border color

.myBorderColor { border: 1px solid #60867D; }

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

This div border color is #60867D.


Opacity

.myOpacity80 { color: #60867D; opacity: 0.8; }

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

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

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

This text has shadow with #60867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60867D on black background.


Color preview on white background

This text has color #60867D on white background.



Black color preview on #60867D background

This text has black color on #60867D background.


White color preview on #60867D background

This text has white color on #60867D background.