COLOR #5CAC67

HEX: #5CAC67 RGB: (92,172,103)

Color info

#5CAC67 contains mainly green color. Web safe color of #5CAC67 is #669966 (or #696).

RGB color model

#5CAC67 color RGB value is (92,172,103).

RGB: (92,172,103) (36%, 67%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 172 of 255 = 67%
B 103 of 255 = 40%

92
172
103

R + G + B ~ 48%. #5CAC67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 172 + 103 = 367 (100%)
R 92 of 367 ~ 25.07%
G 172 of 367 ~ 46.87%
B 103 of 367 ~ 28.07'%

%25.07
%46.87
%28.07

CMYK color model

#5CAC67 color CMYK value is (47,0,40,33).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 32.55%
CMYK: (47,0,40,33) C47M0Y40K33 (47%,0%,40%,33%) (0.47/0.00/0.40/0.33) 

CMYK percentages

%46.51
%0
%40.12
%32.55

Codes

Color #5CAC67 in popluar color models

5C AC 67
RGB 92 172 103
HSL 128° 32.52% 51.76%
HSB/HSV 128° 46.51% 67.45%
CMYK 46.51% 0.00% 40.12%
32.55%

Color #5CAC67 in popluar number systems.

HEX 5C AC 67
Decimal 92 172 103
Binary 1011100 10101100 1100111
Octal 134 254 147

Shades and tints

Shades of #5CAC67

#5CAC67
(92,172,103)
#549D5E
(84,157,94)
#4C8E55
(76,142,85)
#447F4C
(68,127,76)
#3C7043
(60,112,67)
#34613A
(52,97,58)
#2C5231
(44,82,49)
#244328
(36,67,40)
#1C341F
(28,52,31)
#142516
(20,37,22)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #5CAC67

#5CAC67
(92,172,103)
#6AB374
(106,179,116)
#78BA81
(120,186,129)
#86C18E
(134,193,142)
#94C89B
(148,200,155)
#A2CFA8
(162,207,168)
#B0D6B5
(176,214,181)
#BEDDC2
(190,221,194)
#CCE4CF
(204,228,207)
#DAEBDC
(218,235,220)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAC67 color. Also use rgb(92,172,103) instead hex code.

Text Font Color

.myTextColor { color: #5CAC67; }

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

This text font color is #5CAC67.

Background Color

.myBgColor { background-color: #5CAC67; }

<div style="background-color:#5CAC67">Inner text</div>

This div background color is #5CAC67.

Border color

.myBorderColor { border: 1px solid #5CAC67; }

<div style="border:3px solid #5CAC67">Div</div>

This div border color is #5CAC67.

Opacity

.myOpacity80 { color: #5CAC67; opacity: 0.8; }

<p style="color:#5CAC67;opacity:0.8;">80%</p>

Text with #5CAC67 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 #5CAC67;}

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

This text has shadow with #5CAC67 color.


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

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

This text has shadow with #5CAC67 primary color and red secondary color.


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

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

This text has shadow with #5CAC67 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5CAC67.

Preview

Color preview on black background

This text has color #5CAC67 on black background.


Color preview on white background

This text has color #5CAC67 on white background.


Black color preview on #5CAC67 background

This text has black color on #5CAC67 background.


White color preview on #5CAC67 background

This text has white color on #5CAC67 background.


Related colors

Complementary color

Complementary color for #hex is #A35398.


I love getcolorcode.com

Triadic colors

1 #675CAC and #AC675C with #5CAC67 are triadic colors.

2 #67AC5C and #AC5C67 with #5CAC67 are triadic colors.