COLOR #61857E

HEX: #61857E
RGB: (97,133,126)

Color info

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

RGB color model

#61857E color RGB value is (97,133,126).

  • red value is 97;
  • green value is 133;
  • blue value is 126.
RGB:
(97,133,126)
(38%,52%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 133 of 255 = 52%
B 126 of 255 = 49%

97
133
126

R + G + B ~ 46%. #61857E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 133 + 126 = 356 (100%)
R 97 of 356 ~ 27.25%
G 133 of 356 ~ 37.36%
B 126 of 356 ~ 35.39%

%27.25
%37.36
%35.39

CMYK color model

#61857E color CMYK value is (27,0,5,48).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(27,0,5,48)
C27M0Y5K48 
(27%,0%,5%,48%)
(0.27/0.00/0.05/0.48)	

CMYK percentages

%27.07
%0
%5.26
%47.84

Codes

Color #61857E in popluar color models

61857E
RGB97133126
HSL168°15.65%45.10%
HSB/HSV168°27.07%52.16%
CMYK27.07%0.00%5.26%
47.84%

Color #61857E in popluar number systems.

HEX61857E
Decimal97133126
Binary1100001100001011111110
Octal141205176

Shades and tints

Shades of #61857E

#61857E
(97,133,126)
#597973
(89,121,115)
#516D68
(81,109,104)
#49615D
(73,97,93)
#415552
(65,85,82)
#394947
(57,73,71)
#313D3C
(49,61,60)
#293131
(41,49,49)
#212526
(33,37,38)
#19191B
(25,25,27)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #61857E

#61857E
(97,133,126)
#6F9089
(111,144,137)
#7D9B94
(125,155,148)
#8BA69F
(139,166,159)
#99B1AA
(153,177,170)
#A7BCB5
(167,188,181)
#B5C7C0
(181,199,192)
#C3D2CB
(195,210,203)
#D1DDD6
(209,221,214)
#DFE8E1
(223,232,225)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61857E color. Also use rgb(97,133,126) instead hex code.

Text Font Color

.myTextColor { color: #61857E; }

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

This text font color is #61857E.


Background Color

.myBgColor { background-color: #61857E; }

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

This div background color is #61857E.


Border color

.myBorderColor { border: 1px solid #61857E; }

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

This div border color is #61857E.


Opacity

.myOpacity80 { color: #61857E; opacity: 0.8; }

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

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

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

This text has shadow with #61857E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61857E on black background.


Color preview on white background

This text has color #61857E on white background.



Black color preview on #61857E background

This text has black color on #61857E background.


White color preview on #61857E background

This text has white color on #61857E background.