COLOR #68A282

HEX: #68A282
RGB: (104,162,130)

Color info

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

RGB color model

#68A282 color RGB value is (104,162,130).

  • red value is 104;
  • green value is 162;
  • blue value is 130.
RGB:
(104,162,130)
(41%,64%,51%)

RGB channels and saturation

R 104 of 255 = 41%
G 162 of 255 = 64%
B 130 of 255 = 51%

104
162
130

R + G + B ~ 52%. #68A282 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 162 + 130 = 396 (100%)
R 104 of 396 ~ 26.26%
G 162 of 396 ~ 40.91%
B 130 of 396 ~ 32.83%

%26.26
%40.91
%32.83

CMYK color model

#68A282 color CMYK value is (36,0,20,36).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 36.47%
CMYK:
(36,0,20,36)
C36M0Y20K36 
(36%,0%,20%,36%)
(0.36/0.00/0.20/0.36)	

CMYK percentages

%35.8
%0
%19.75
%36.47

Codes

Color #68A282 in popluar color models

68A282
RGB104162130
HSL147°23.77%52.16%
HSB/HSV147°35.80%63.53%
CMYK35.80%0.00%19.75%
36.47%

Color #68A282 in popluar number systems.

HEX68A282
Decimal104162130
Binary11010001010001010000010
Octal150242202

Shades and tints

Shades of #68A282

#68A282
(104,162,130)
#5F9477
(95,148,119)
#56866C
(86,134,108)
#4D7861
(77,120,97)
#446A56
(68,106,86)
#3B5C4B
(59,92,75)
#324E40
(50,78,64)
#294035
(41,64,53)
#20322A
(32,50,42)
#17241F
(23,36,31)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #68A282

#68A282
(104,162,130)
#75AA8D
(117,170,141)
#82B298
(130,178,152)
#8FBAA3
(143,186,163)
#9CC2AE
(156,194,174)
#A9CAB9
(169,202,185)
#B6D2C4
(182,210,196)
#C3DACF
(195,218,207)
#D0E2DA
(208,226,218)
#DDEAE5
(221,234,229)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A282 color. Also use rgb(104,162,130) instead hex code.

Text Font Color

.myTextColor { color: #68A282; }

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

This text font color is #68A282.


Background Color

.myBgColor { background-color: #68A282; }

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

This div background color is #68A282.


Border color

.myBorderColor { border: 1px solid #68A282; }

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

This div border color is #68A282.


Opacity

.myOpacity80 { color: #68A282; opacity: 0.8; }

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

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

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

This text has shadow with #68A282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A282 on black background.


Color preview on white background

This text has color #68A282 on white background.



Black color preview on #68A282 background

This text has black color on #68A282 background.


White color preview on #68A282 background

This text has white color on #68A282 background.