COLOR #67A185

HEX: #67A185
RGB: (103,161,133)

Color info

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

RGB color model

#67A185 color RGB value is (103,161,133).

  • red value is 103;
  • green value is 161;
  • blue value is 133.
RGB:
(103,161,133)
(40%,63%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 161 of 255 = 63%
B 133 of 255 = 52%

103
161
133

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

Portions of RGB colors in percentages

R + G + B =
103 + 161 + 133 = 397 (100%)
R 103 of 397 ~ 25.94%
G 161 of 397 ~ 40.55%
B 133 of 397 ~ 33.5%

%25.94
%40.55
%33.5

CMYK color model

#67A185 color CMYK value is (36,0,17,37).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 36.86%
CMYK:
(36,0,17,37)
C36M0Y17K37 
(36%,0%,17%,37%)
(0.36/0.00/0.17/0.37)	

CMYK percentages

%36.02
%0
%17.39
%36.86

Codes

Color #67A185 in popluar color models

67A185
RGB103161133
HSL151°23.58%51.76%
HSB/HSV151°36.02%63.14%
CMYK36.02%0.00%17.39%
36.86%

Color #67A185 in popluar number systems.

HEX67A185
Decimal103161133
Binary11001111010000110000101
Octal147241205

Shades and tints

Shades of #67A185

#67A185
(103,161,133)
#5E9379
(94,147,121)
#55856D
(85,133,109)
#4C7761
(76,119,97)
#436955
(67,105,85)
#3A5B49
(58,91,73)
#314D3D
(49,77,61)
#283F31
(40,63,49)
#1F3125
(31,49,37)
#162319
(22,35,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #67A185

#67A185
(103,161,133)
#74A990
(116,169,144)
#81B19B
(129,177,155)
#8EB9A6
(142,185,166)
#9BC1B1
(155,193,177)
#A8C9BC
(168,201,188)
#B5D1C7
(181,209,199)
#C2D9D2
(194,217,210)
#CFE1DD
(207,225,221)
#DCE9E8
(220,233,232)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A185 color. Also use rgb(103,161,133) instead hex code.

Text Font Color

.myTextColor { color: #67A185; }

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

This text font color is #67A185.


Background Color

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

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

This div background color is #67A185.


Border color

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

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

This div border color is #67A185.


Opacity

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

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

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

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

This text has shadow with #67A185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A185 on black background.


Color preview on white background

This text has color #67A185 on white background.



Black color preview on #67A185 background

This text has black color on #67A185 background.


White color preview on #67A185 background

This text has white color on #67A185 background.