COLOR #67A497

HEX: #67A497
RGB: (103,164,151)

Color info

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

RGB color model

#67A497 color RGB value is (103,164,151).

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

RGB channels and saturation

R 103 of 255 = 40%
G 164 of 255 = 64%
B 151 of 255 = 59%

103
164
151

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

Portions of RGB colors in percentages

R + G + B =
103 + 164 + 151 = 418 (100%)
R 103 of 418 ~ 24.64%
G 164 of 418 ~ 39.23%
B 151 of 418 ~ 36.12%

%24.64
%39.23
%36.12

CMYK color model

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

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

CMYK percentages

%37.2
%0
%7.93
%35.69

Codes

Color #67A497 in popluar color models

67A497
RGB103164151
HSL167°25.10%52.35%
HSB/HSV167°37.20%64.31%
CMYK37.20%0.00%7.93%
35.69%

Color #67A497 in popluar number systems.

HEX67A497
Decimal103164151
Binary11001111010010010010111
Octal147244227

Shades and tints

Shades of #67A497

#67A497
(103,164,151)
#5E968A
(94,150,138)
#55887D
(85,136,125)
#4C7A70
(76,122,112)
#436C63
(67,108,99)
#3A5E56
(58,94,86)
#315049
(49,80,73)
#28423C
(40,66,60)
#1F342F
(31,52,47)
#162622
(22,38,34)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #67A497

#67A497
(103,164,151)
#74ACA0
(116,172,160)
#81B4A9
(129,180,169)
#8EBCB2
(142,188,178)
#9BC4BB
(155,196,187)
#A8CCC4
(168,204,196)
#B5D4CD
(181,212,205)
#C2DCD6
(194,220,214)
#CFE4DF
(207,228,223)
#DCECE8
(220,236,232)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A497 color. Also use rgb(103,164,151) instead hex code.

Text Font Color

.myTextColor { color: #67A497; }

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

This text font color is #67A497.


Background Color

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

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

This div background color is #67A497.


Border color

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

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

This div border color is #67A497.


Opacity

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

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

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

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

This text has shadow with #67A497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A497 on black background.


Color preview on white background

This text has color #67A497 on white background.



Black color preview on #67A497 background

This text has black color on #67A497 background.


White color preview on #67A497 background

This text has white color on #67A497 background.