COLOR #67A591

HEX: #67A591 RGB: (103,165,145)

Color info

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

RGB color model

#67A591 color RGB value is (103,165,145).

RGB: (103,165,145) (40%, 65%, 57%)

RGB channels and saturation

R 103 of 255 = 40%
G 165 of 255 = 65%
B 145 of 255 = 57%

103
165
145

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

Portions of RGB colors in percentages

R + G + B = 103 + 165 + 145 = 413 (100%)
R 103 of 413 ~ 24.94%
G 165 of 413 ~ 39.95%
B 145 of 413 ~ 35.11'%

%24.94
%39.95
%35.11

CMYK color model

#67A591 color CMYK value is (38,0,12,35).

  • cyan value is 37.58%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%

CMYK: (38,0,12,35)
C38M0Y12K35 (38%, 0%, 12%, 35%)
(0.38 / 0.00 / 0.12 / 0.35)

CMYK percentages

%37.58
%0
%12.12
%35.29

Codes

Color #67A591 in popluar color models

67 A5 91
RGB 103 165 145
HSL 161° 25.62% 52.55%
HSB/HSV 161° 37.58% 64.71%
CMYK 37.58% 0.00% 12.12%
35.29%

Color #67A591 in popluar number systems.

HEX 67 A5 91
Decimal 103 165 145
Binary 1100111 10100101 10010001
Octal 147 245 221

Shades and tints

Shades of #67A591

#67A591
(103,165,145)
#5E9684
(94,150,132)
#558777
(85,135,119)
#4C786A
(76,120,106)
#43695D
(67,105,93)
#3A5A50
(58,90,80)
#314B43
(49,75,67)
#283C36
(40,60,54)
#1F2D29
(31,45,41)
#161E1C
(22,30,28)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #67A591

#67A591
(103,165,145)
#74AD9B
(116,173,155)
#81B5A5
(129,181,165)
#8EBDAF
(142,189,175)
#9BC5B9
(155,197,185)
#A8CDC3
(168,205,195)
#B5D5CD
(181,213,205)
#C2DDD7
(194,221,215)
#CFE5E1
(207,229,225)
#DCEDEB
(220,237,235)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67A591 color. Also use rgb(103,165,145) instead hex code.

Text Font Color

.myTextColor { color: #67A591; }

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

This text font color is #67A591.

Background Color

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

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

This div background color is #67A591.

Border color

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

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

This div border color is #67A591.

Opacity

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

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

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

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

This text has shadow with #67A591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67A591.

Preview

Color preview on black background

This text has color #67A591 on black background.


Color preview on white background

This text has color #67A591 on white background.


Black color preview on #67A591 background

This text has black color on #67A591 background.


White color preview on #67A591 background

This text has white color on #67A591 background.


Related colors

Complementary color

Complementary color for #hex is #985A6E.


I love getcolorcode.com

Triadic colors

1 #9167A5 and #A59167 with #67A591 are triadic colors.

2 #91A567 and #A56791 with #67A591 are triadic colors.