COLOR #67B182

HEX: #67B182
RGB: (103,177,130)

Color info

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

RGB color model

#67B182 color RGB value is (103,177,130).

  • red value is 103;
  • green value is 177;
  • blue value is 130.
RGB:
(103,177,130)
(40%,69%,51%)

RGB channels and saturation

R 103 of 255 = 40%
G 177 of 255 = 69%
B 130 of 255 = 51%

103
177
130

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

Portions of RGB colors in percentages

R + G + B =
103 + 177 + 130 = 410 (100%)
R 103 of 410 ~ 25.12%
G 177 of 410 ~ 43.17%
B 130 of 410 ~ 31.71%

%25.12
%43.17
%31.71

CMYK color model

#67B182 color CMYK value is (42,0,27,31).

  • cyan value is 41.81%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 30.59%
CMYK:
(42,0,27,31)
C42M0Y27K31 
(42%,0%,27%,31%)
(0.42/0.00/0.27/0.31)	

CMYK percentages

%41.81
%0
%26.55
%30.59

Codes

Color #67B182 in popluar color models

67B182
RGB103177130
HSL142°32.17%54.90%
HSB/HSV142°41.81%69.41%
CMYK41.81%0.00%26.55%
30.59%

Color #67B182 in popluar number systems.

HEX67B182
Decimal103177130
Binary11001111011000110000010
Octal147261202

Shades and tints

Shades of #67B182

#67B182
(103,177,130)
#5EA177
(94,161,119)
#55916C
(85,145,108)
#4C8161
(76,129,97)
#437156
(67,113,86)
#3A614B
(58,97,75)
#315140
(49,81,64)
#284135
(40,65,53)
#1F312A
(31,49,42)
#16211F
(22,33,31)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #67B182

#67B182
(103,177,130)
#74B88D
(116,184,141)
#81BF98
(129,191,152)
#8EC6A3
(142,198,163)
#9BCDAE
(155,205,174)
#A8D4B9
(168,212,185)
#B5DBC4
(181,219,196)
#C2E2CF
(194,226,207)
#CFE9DA
(207,233,218)
#DCF0E5
(220,240,229)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67B182 color. Also use rgb(103,177,130) instead hex code.

Text Font Color

.myTextColor { color: #67B182; }

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

This text font color is #67B182.


Background Color

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

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

This div background color is #67B182.


Border color

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

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

This div border color is #67B182.


Opacity

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

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

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

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

This text has shadow with #67B182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B182 on black background.


Color preview on white background

This text has color #67B182 on white background.



Black color preview on #67B182 background

This text has black color on #67B182 background.


White color preview on #67B182 background

This text has white color on #67B182 background.