COLOR #67A095

HEX: #67A095
RGB: (103,160,149)

Color info

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

RGB color model

#67A095 color RGB value is (103,160,149).

  • red value is 103;
  • green value is 160;
  • blue value is 149.
RGB:
(103,160,149)
(40%,63%,58%)

RGB channels and saturation

R 103 of 255 = 40%
G 160 of 255 = 63%
B 149 of 255 = 58%

103
160
149

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

Portions of RGB colors in percentages

R + G + B =
103 + 160 + 149 = 412 (100%)
R 103 of 412 ~ 25%
G 160 of 412 ~ 38.83%
B 149 of 412 ~ 36.17%

%25
%38.83
%36.17

CMYK color model

#67A095 color CMYK value is (36,0,7,37).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(36,0,7,37)
C36M0Y7K37 
(36%,0%,7%,37%)
(0.36/0.00/0.07/0.37)	

CMYK percentages

%35.63
%0
%6.87
%37.25

Codes

Color #67A095 in popluar color models

67A095
RGB103160149
HSL168°23.08%51.57%
HSB/HSV168°35.63%62.75%
CMYK35.63%0.00%6.87%
37.25%

Color #67A095 in popluar number systems.

HEX67A095
Decimal103160149
Binary11001111010000010010101
Octal147240225

Shades and tints

Shades of #67A095

#67A095
(103,160,149)
#5E9288
(94,146,136)
#55847B
(85,132,123)
#4C766E
(76,118,110)
#436861
(67,104,97)
#3A5A54
(58,90,84)
#314C47
(49,76,71)
#283E3A
(40,62,58)
#1F302D
(31,48,45)
#162220
(22,34,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #67A095

#67A095
(103,160,149)
#74A89E
(116,168,158)
#81B0A7
(129,176,167)
#8EB8B0
(142,184,176)
#9BC0B9
(155,192,185)
#A8C8C2
(168,200,194)
#B5D0CB
(181,208,203)
#C2D8D4
(194,216,212)
#CFE0DD
(207,224,221)
#DCE8E6
(220,232,230)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A095 color. Also use rgb(103,160,149) instead hex code.

Text Font Color

.myTextColor { color: #67A095; }

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

This text font color is #67A095.


Background Color

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

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

This div background color is #67A095.


Border color

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

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

This div border color is #67A095.


Opacity

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

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

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

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

This text has shadow with #67A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A095 on black background.


Color preview on white background

This text has color #67A095 on white background.



Black color preview on #67A095 background

This text has black color on #67A095 background.


White color preview on #67A095 background

This text has white color on #67A095 background.