COLOR #67A396

HEX: #67A396
RGB: (103,163,150)

Color info

#67A396 contains mainly green and blue colors. Web safe color of #67A396 is #669999 (or #699).

RGB color model

#67A396 color RGB value is (103,163,150).

  • red value is 103;
  • green value is 163;
  • blue value is 150.
RGB:
(103,163,150)
(40%,64%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 163 of 255 = 64%
B 150 of 255 = 59%

103
163
150

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

Portions of RGB colors in percentages

R + G + B =
103 + 163 + 150 = 416 (100%)
R 103 of 416 ~ 24.76%
G 163 of 416 ~ 39.18%
B 150 of 416 ~ 36.06%

%24.76
%39.18
%36.06

CMYK color model

#67A396 color CMYK value is (37,0,8,36).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(37,0,8,36)
C37M0Y8K36 
(37%,0%,8%,36%)
(0.37/0.00/0.08/0.36)	

CMYK percentages

%36.81
%0
%7.98
%36.08

Codes

Color #67A396 in popluar color models

67A396
RGB103163150
HSL167°24.59%52.16%
HSB/HSV167°36.81%63.92%
CMYK36.81%0.00%7.98%
36.08%

Color #67A396 in popluar number systems.

HEX67A396
Decimal103163150
Binary11001111010001110010110
Octal147243226

Shades and tints

Shades of #67A396

#67A396
(103,163,150)
#5E9589
(94,149,137)
#55877C
(85,135,124)
#4C796F
(76,121,111)
#436B62
(67,107,98)
#3A5D55
(58,93,85)
#314F48
(49,79,72)
#28413B
(40,65,59)
#1F332E
(31,51,46)
#162521
(22,37,33)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #67A396

#67A396
(103,163,150)
#74AB9F
(116,171,159)
#81B3A8
(129,179,168)
#8EBBB1
(142,187,177)
#9BC3BA
(155,195,186)
#A8CBC3
(168,203,195)
#B5D3CC
(181,211,204)
#C2DBD5
(194,219,213)
#CFE3DE
(207,227,222)
#DCEBE7
(220,235,231)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A396 color. Also use rgb(103,163,150) instead hex code.

Text Font Color

.myTextColor { color: #67A396; }

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

This text font color is #67A396.


Background Color

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

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

This div background color is #67A396.


Border color

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

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

This div border color is #67A396.


Opacity

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

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

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

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

This text has shadow with #67A396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A396 on black background.


Color preview on white background

This text has color #67A396 on white background.



Black color preview on #67A396 background

This text has black color on #67A396 background.


White color preview on #67A396 background

This text has white color on #67A396 background.