COLOR #67C18C

HEX: #67C18C
RGB: (103,193,140)

Color info

#67C18C contains mainly green and blue colors. Web safe color of #67C18C is #66CC99 (or #6C9).

RGB color model

#67C18C color RGB value is (103,193,140).

  • red value is 103;
  • green value is 193;
  • blue value is 140.
RGB:
(103,193,140)
(40%,76%,55%)

RGB channels and saturation

R 103 of 255 = 40%
G 193 of 255 = 76%
B 140 of 255 = 55%

103
193
140

R + G + B ~ 57%. #67C18C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 193 + 140 = 436 (100%)
R 103 of 436 ~ 23.62%
G 193 of 436 ~ 44.27%
B 140 of 436 ~ 32.11%

%23.62
%44.27
%32.11

CMYK color model

#67C18C color CMYK value is (47,0,27,24).

  • cyan value is 46.63%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 24.31%
CMYK:
(47,0,27,24)
C47M0Y27K24 
(47%,0%,27%,24%)
(0.47/0.00/0.27/0.24)	

CMYK percentages

%46.63
%0
%27.46
%24.31

Codes

Color #67C18C in popluar color models

67C18C
RGB103193140
HSL145°42.06%58.04%
HSB/HSV145°46.63%75.69%
CMYK46.63%0.00%27.46%
24.31%

Color #67C18C in popluar number systems.

HEX67C18C
Decimal103193140
Binary11001111100000110001100
Octal147301214

Shades and tints

Shades of #67C18C

#67C18C
(103,193,140)
#5EB080
(94,176,128)
#559F74
(85,159,116)
#4C8E68
(76,142,104)
#437D5C
(67,125,92)
#3A6C50
(58,108,80)
#315B44
(49,91,68)
#284A38
(40,74,56)
#1F392C
(31,57,44)
#162820
(22,40,32)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #67C18C

#67C18C
(103,193,140)
#74C696
(116,198,150)
#81CBA0
(129,203,160)
#8ED0AA
(142,208,170)
#9BD5B4
(155,213,180)
#A8DABE
(168,218,190)
#B5DFC8
(181,223,200)
#C2E4D2
(194,228,210)
#CFE9DC
(207,233,220)
#DCEEE6
(220,238,230)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67C18C color. Also use rgb(103,193,140) instead hex code.

Text Font Color

.myTextColor { color: #67C18C; }

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

This text font color is #67C18C.


Background Color

.myBgColor { background-color: #67C18C; }

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

This div background color is #67C18C.


Border color

.myBorderColor { border: 1px solid #67C18C; }

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

This div border color is #67C18C.


Opacity

.myOpacity80 { color: #67C18C; opacity: 0.8; }

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

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

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

This text has shadow with #67C18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67C18C on black background.


Color preview on white background

This text has color #67C18C on white background.



Black color preview on #67C18C background

This text has black color on #67C18C background.


White color preview on #67C18C background

This text has white color on #67C18C background.