COLOR #67B385

HEX: #67B385
RGB: (103,179,133)

Color info

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

RGB color model

#67B385 color RGB value is (103,179,133).

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

RGB channels and saturation

R 103 of 255 = 40%
G 179 of 255 = 70%
B 133 of 255 = 52%

103
179
133

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

Portions of RGB colors in percentages

R + G + B =
103 + 179 + 133 = 415 (100%)
R 103 of 415 ~ 24.82%
G 179 of 415 ~ 43.13%
B 133 of 415 ~ 32.05%

%24.82
%43.13
%32.05

CMYK color model

#67B385 color CMYK value is (42,0,26,30).

  • cyan value is 42.46%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(42,0,26,30)
C42M0Y26K30 
(42%,0%,26%,30%)
(0.42/0.00/0.26/0.30)	

CMYK percentages

%42.46
%0
%25.7
%29.8

Codes

Color #67B385 in popluar color models

67B385
RGB103179133
HSL144°33.33%55.29%
HSB/HSV144°42.46%70.20%
CMYK42.46%0.00%25.70%
29.80%

Color #67B385 in popluar number systems.

HEX67B385
Decimal103179133
Binary11001111011001110000101
Octal147263205

Shades and tints

Shades of #67B385

#67B385
(103,179,133)
#5EA379
(94,163,121)
#55936D
(85,147,109)
#4C8361
(76,131,97)
#437355
(67,115,85)
#3A6349
(58,99,73)
#31533D
(49,83,61)
#284331
(40,67,49)
#1F3325
(31,51,37)
#162319
(22,35,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #67B385

#67B385
(103,179,133)
#74B990
(116,185,144)
#81BF9B
(129,191,155)
#8EC5A6
(142,197,166)
#9BCBB1
(155,203,177)
#A8D1BC
(168,209,188)
#B5D7C7
(181,215,199)
#C2DDD2
(194,221,210)
#CFE3DD
(207,227,221)
#DCE9E8
(220,233,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67B385; }

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

This text font color is #67B385.


Background Color

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

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

This div background color is #67B385.


Border color

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

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

This div border color is #67B385.


Opacity

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

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

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

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

This text has shadow with #67B385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67B385 on black background.


Color preview on white background

This text has color #67B385 on white background.



Black color preview on #67B385 background

This text has black color on #67B385 background.


White color preview on #67B385 background

This text has white color on #67B385 background.