COLOR #68A184

HEX: #68A184
RGB: (104,161,132)

Color info

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

RGB color model

#68A184 color RGB value is (104,161,132).

  • red value is 104;
  • green value is 161;
  • blue value is 132.
RGB:
(104,161,132)
(41%,63%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 161 of 255 = 63%
B 132 of 255 = 52%

104
161
132

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

Portions of RGB colors in percentages

R + G + B =
104 + 161 + 132 = 397 (100%)
R 104 of 397 ~ 26.2%
G 161 of 397 ~ 40.55%
B 132 of 397 ~ 33.25%

%26.2
%40.55
%33.25

CMYK color model

#68A184 color CMYK value is (35,0,18,37).

  • cyan value is 35.40%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(35,0,18,37)
C35M0Y18K37 
(35%,0%,18%,37%)
(0.35/0.00/0.18/0.37)	

CMYK percentages

%35.4
%0
%18.01
%36.86

Codes

Color #68A184 in popluar color models

68A184
RGB104161132
HSL149°23.27%51.96%
HSB/HSV149°35.40%63.14%
CMYK35.40%0.00%18.01%
36.86%

Color #68A184 in popluar number systems.

HEX68A184
Decimal104161132
Binary11010001010000110000100
Octal150241204

Shades and tints

Shades of #68A184

#68A184
(104,161,132)
#5F9378
(95,147,120)
#56856C
(86,133,108)
#4D7760
(77,119,96)
#446954
(68,105,84)
#3B5B48
(59,91,72)
#324D3C
(50,77,60)
#293F30
(41,63,48)
#203124
(32,49,36)
#172318
(23,35,24)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #68A184

#68A184
(104,161,132)
#75A98F
(117,169,143)
#82B19A
(130,177,154)
#8FB9A5
(143,185,165)
#9CC1B0
(156,193,176)
#A9C9BB
(169,201,187)
#B6D1C6
(182,209,198)
#C3D9D1
(195,217,209)
#D0E1DC
(208,225,220)
#DDE9E7
(221,233,231)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68A184 color. Also use rgb(104,161,132) instead hex code.

Text Font Color

.myTextColor { color: #68A184; }

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

This text font color is #68A184.


Background Color

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

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

This div background color is #68A184.


Border color

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

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

This div border color is #68A184.


Opacity

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

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

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

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

This text has shadow with #68A184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68A184 on black background.


Color preview on white background

This text has color #68A184 on white background.



Black color preview on #68A184 background

This text has black color on #68A184 background.


White color preview on #68A184 background

This text has white color on #68A184 background.