COLOR #618568

HEX: #618568
RGB: (97,133,104)

Color info

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

RGB color model

#618568 color RGB value is (97,133,104).

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

RGB channels and saturation

R 97 of 255 = 38%
G 133 of 255 = 52%
B 104 of 255 = 41%

97
133
104

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

Portions of RGB colors in percentages

R + G + B =
97 + 133 + 104 = 334 (100%)
R 97 of 334 ~ 29.04%
G 133 of 334 ~ 39.82%
B 104 of 334 ~ 31.14%

%29.04
%39.82
%31.14

CMYK color model

#618568 color CMYK value is (27,0,22,48).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(27,0,22,48)
C27M0Y22K48 
(27%,0%,22%,48%)
(0.27/0.00/0.22/0.48)	

CMYK percentages

%27.07
%0
%21.8
%47.84

Codes

Color #618568 in popluar color models

618568
RGB97133104
HSL132°15.65%45.10%
HSB/HSV132°27.07%52.16%
CMYK27.07%0.00%21.80%
47.84%

Color #618568 in popluar number systems.

HEX618568
Decimal97133104
Binary1100001100001011101000
Octal141205150

Shades and tints

Shades of #618568

#618568
(97,133,104)
#59795F
(89,121,95)
#516D56
(81,109,86)
#49614D
(73,97,77)
#415544
(65,85,68)
#39493B
(57,73,59)
#313D32
(49,61,50)
#293129
(41,49,41)
#212520
(33,37,32)
#191917
(25,25,23)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #618568

#618568
(97,133,104)
#6F9075
(111,144,117)
#7D9B82
(125,155,130)
#8BA68F
(139,166,143)
#99B19C
(153,177,156)
#A7BCA9
(167,188,169)
#B5C7B6
(181,199,182)
#C3D2C3
(195,210,195)
#D1DDD0
(209,221,208)
#DFE8DD
(223,232,221)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618568; }

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

This text font color is #618568.


Background Color

.myBgColor { background-color: #618568; }

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

This div background color is #618568.


Border color

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

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

This div border color is #618568.


Opacity

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

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

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

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

This text has shadow with #618568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618568 on black background.


Color preview on white background

This text has color #618568 on white background.



Black color preview on #618568 background

This text has black color on #618568 background.


White color preview on #618568 background

This text has white color on #618568 background.