COLOR #67A375

HEX: #67A375
RGB: (103,163,117)

Color info

#67A375 contains mainly green and blue colors. Web safe color of #67A375 is #669966 (or #696).

RGB color model

#67A375 color RGB value is (103,163,117).

  • red value is 103;
  • green value is 163;
  • blue value is 117.
RGB:
(103,163,117)
(40%,64%,46%)

RGB channels and saturation

R 103 of 255 = 40%
G 163 of 255 = 64%
B 117 of 255 = 46%

103
163
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 163 + 117 = 383 (100%)
R 103 of 383 ~ 26.89%
G 163 of 383 ~ 42.56%
B 117 of 383 ~ 30.55%

%26.89
%42.56
%30.55

CMYK color model

#67A375 color CMYK value is (37,0,28,36).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(37,0,28,36)
C37M0Y28K36 
(37%,0%,28%,36%)
(0.37/0.00/0.28/0.36)	

CMYK percentages

%36.81
%0
%28.22
%36.08

Codes

Color #67A375 in popluar color models

67A375
RGB103163117
HSL134°24.59%52.16%
HSB/HSV134°36.81%63.92%
CMYK36.81%0.00%28.22%
36.08%

Color #67A375 in popluar number systems.

HEX67A375
Decimal103163117
Binary1100111101000111110101
Octal147243165

Shades and tints

Shades of #67A375

#67A375
(103,163,117)
#5E956B
(94,149,107)
#558761
(85,135,97)
#4C7957
(76,121,87)
#436B4D
(67,107,77)
#3A5D43
(58,93,67)
#314F39
(49,79,57)
#28412F
(40,65,47)
#1F3325
(31,51,37)
#16251B
(22,37,27)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #67A375

#67A375
(103,163,117)
#74AB81
(116,171,129)
#81B38D
(129,179,141)
#8EBB99
(142,187,153)
#9BC3A5
(155,195,165)
#A8CBB1
(168,203,177)
#B5D3BD
(181,211,189)
#C2DBC9
(194,219,201)
#CFE3D5
(207,227,213)
#DCEBE1
(220,235,225)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A375 color. Also use rgb(103,163,117) instead hex code.

Text Font Color

.myTextColor { color: #67A375; }

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

This text font color is #67A375.


Background Color

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

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

This div background color is #67A375.


Border color

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

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

This div border color is #67A375.


Opacity

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

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

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

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

This text has shadow with #67A375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67A375 on black background.


Color preview on white background

This text has color #67A375 on white background.



Black color preview on #67A375 background

This text has black color on #67A375 background.


White color preview on #67A375 background

This text has white color on #67A375 background.