COLOR #4CAF67

HEX: #4CAF67 RGB: (76,175,103)

Color info

#4CAF67 contains mainly green color. Web safe color of #4CAF67 is #339966 (or #396).

RGB color model

#4CAF67 color RGB value is (76,175,103).

RGB: (76,175,103) (30%, 69%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 175 of 255 = 69%
B 103 of 255 = 40%

76
175
103

R + G + B ~ 46%. #4CAF67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 175 + 103 = 354 (100%)
R 76 of 354 ~ 21.47%
G 175 of 354 ~ 49.44%
B 103 of 354 ~ 29.1'%

%21.47
%49.44
%29.1

CMYK color model

#4CAF67 color CMYK value is (57,0,41,31).

  • cyan value is 56.57%
  • magenta value is 0.00%
  • yellow value is 41.14%
  • key color value is 31.37%

CMYK: (57,0,41,31)
C57M0Y41K31 (57%, 0%, 41%, 31%)
(0.57 / 0.00 / 0.41 / 0.31)

CMYK percentages

%56.57
%0
%41.14
%31.37

Codes

Color #4CAF67 in popluar color models

4C AF 67
RGB 76 175 103
HSL 136° 39.44% 49.22%
HSB/HSV 136° 56.57% 68.63%
CMYK 56.57% 0.00% 41.14%
31.37%

Color #4CAF67 in popluar number systems.

HEX 4C AF 67
Decimal 76 175 103
Binary 1001100 10101111 1100111
Octal 114 257 147

Shades and tints

Shades of #4CAF67

#4CAF67
(76,175,103)
#46A05E
(70,160,94)
#409155
(64,145,85)
#3A824C
(58,130,76)
#347343
(52,115,67)
#2E643A
(46,100,58)
#285531
(40,85,49)
#224628
(34,70,40)
#1C371F
(28,55,31)
#162816
(22,40,22)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #4CAF67

#4CAF67
(76,175,103)
#5CB674
(92,182,116)
#6CBD81
(108,189,129)
#7CC48E
(124,196,142)
#8CCB9B
(140,203,155)
#9CD2A8
(156,210,168)
#ACD9B5
(172,217,181)
#BCE0C2
(188,224,194)
#CCE7CF
(204,231,207)
#DCEEDC
(220,238,220)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CAF67 color. Also use rgb(76,175,103) instead hex code.

Text Font Color

.myTextColor { color: #4CAF67; }

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

This text font color is #4CAF67.

Background Color

.myBgColor { background-color: #4CAF67; }

<div style="background-color:#4CAF67">Inner text</div>

This div background color is #4CAF67.

Border color

.myBorderColor { border: 1px solid #4CAF67; }

<div style="border:3px solid #4CAF67">Div</div>

This div border color is #4CAF67.

Opacity

.myOpacity80 { color: #4CAF67; opacity: 0.8; }

<p style="color:#4CAF67;opacity:0.8;">80%</p>

Text with #4CAF67 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 #4CAF67;}

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

This text has shadow with #4CAF67 color.


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

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

This text has shadow with #4CAF67 primary color and red secondary color.


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

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

This text has shadow with #4CAF67 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4CAF67.

Preview

Color preview on black background

This text has color #4CAF67 on black background.


Color preview on white background

This text has color #4CAF67 on white background.


Black color preview on #4CAF67 background

This text has black color on #4CAF67 background.


White color preview on #4CAF67 background

This text has white color on #4CAF67 background.


Related colors

Complementary color

Complementary color for #hex is #B35098.


I love getcolorcode.com

Triadic colors

1 #674CAF and #AF674C with #4CAF67 are triadic colors.

2 #67AF4C and #AF4C67 with #4CAF67 are triadic colors.