COLOR #67A596

HEX: #67A596
RGB: (103,165,150)

Color info

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

RGB color model

#67A596 color RGB value is (103,165,150).

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

RGB channels and saturation

R 103 of 255 = 40%
G 165 of 255 = 65%
B 150 of 255 = 59%

103
165
150

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

Portions of RGB colors in percentages

R + G + B =
103 + 165 + 150 = 418 (100%)
R 103 of 418 ~ 24.64%
G 165 of 418 ~ 39.47%
B 150 of 418 ~ 35.89%

%24.64
%39.47
%35.89

CMYK color model

#67A596 color CMYK value is (38,0,9,35).

  • cyan value is 37.58%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(38,0,9,35)
C38M0Y9K35 
(38%,0%,9%,35%)
(0.38/0.00/0.09/0.35)	

CMYK percentages

%37.58
%0
%9.09
%35.29

Codes

Color #67A596 in popluar color models

67A596
RGB103165150
HSL165°25.62%52.55%
HSB/HSV165°37.58%64.71%
CMYK37.58%0.00%9.09%
35.29%

Color #67A596 in popluar number systems.

HEX67A596
Decimal103165150
Binary11001111010010110010110
Octal147245226

Shades and tints

Shades of #67A596

#67A596
(103,165,150)
#5E9689
(94,150,137)
#55877C
(85,135,124)
#4C786F
(76,120,111)
#436962
(67,105,98)
#3A5A55
(58,90,85)
#314B48
(49,75,72)
#283C3B
(40,60,59)
#1F2D2E
(31,45,46)
#161E21
(22,30,33)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #67A596

#67A596
(103,165,150)
#74AD9F
(116,173,159)
#81B5A8
(129,181,168)
#8EBDB1
(142,189,177)
#9BC5BA
(155,197,186)
#A8CDC3
(168,205,195)
#B5D5CC
(181,213,204)
#C2DDD5
(194,221,213)
#CFE5DE
(207,229,222)
#DCEDE7
(220,237,231)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67A596; }

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

This text font color is #67A596.


Background Color

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

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

This div background color is #67A596.


Border color

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

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

This div border color is #67A596.


Opacity

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

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

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

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

This text has shadow with #67A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A596 on black background.


Color preview on white background

This text has color #67A596 on white background.



Black color preview on #67A596 background

This text has black color on #67A596 background.


White color preview on #67A596 background

This text has white color on #67A596 background.