COLOR #67A088

HEX: #67A088
RGB: (103,160,136)

Color info

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

RGB color model

#67A088 color RGB value is (103,160,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 160 of 255 = 63%
B 136 of 255 = 53%

103
160
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 160 + 136 = 399 (100%)
R 103 of 399 ~ 25.81%
G 160 of 399 ~ 40.1%
B 136 of 399 ~ 34.09%

%25.81
%40.1
%34.09

CMYK color model

#67A088 color CMYK value is (36,0,15,37).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(36,0,15,37)
C36M0Y15K37 
(36%,0%,15%,37%)
(0.36/0.00/0.15/0.37)	

CMYK percentages

%35.63
%0
%15
%37.25

Codes

Color #67A088 in popluar color models

67A088
RGB103160136
HSL155°23.08%51.57%
HSB/HSV155°35.63%62.75%
CMYK35.63%0.00%15.00%
37.25%

Color #67A088 in popluar number systems.

HEX67A088
Decimal103160136
Binary11001111010000010001000
Octal147240210

Shades and tints

Shades of #67A088

#67A088
(103,160,136)
#5E927C
(94,146,124)
#558470
(85,132,112)
#4C7664
(76,118,100)
#436858
(67,104,88)
#3A5A4C
(58,90,76)
#314C40
(49,76,64)
#283E34
(40,62,52)
#1F3028
(31,48,40)
#16221C
(22,34,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #67A088

#67A088
(103,160,136)
#74A892
(116,168,146)
#81B09C
(129,176,156)
#8EB8A6
(142,184,166)
#9BC0B0
(155,192,176)
#A8C8BA
(168,200,186)
#B5D0C4
(181,208,196)
#C2D8CE
(194,216,206)
#CFE0D8
(207,224,216)
#DCE8E2
(220,232,226)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67A088; }

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

This text font color is #67A088.


Background Color

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

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

This div background color is #67A088.


Border color

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

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

This div border color is #67A088.


Opacity

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

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

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

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

This text has shadow with #67A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A088 on black background.


Color preview on white background

This text has color #67A088 on white background.



Black color preview on #67A088 background

This text has black color on #67A088 background.


White color preview on #67A088 background

This text has white color on #67A088 background.