COLOR #67AE2F

HEX: #67AE2F
RGB: (103,174,47)

Color info

#67AE2F contains mainly green color. Web safe color of #67AE2F is #669933 (or #693).

RGB color model

#67AE2F color RGB value is (103,174,47).

  • red value is 103;
  • green value is 174;
  • blue value is 47.
RGB:
(103,174,47)
(40%,68%,18%)

RGB channels and saturation

R 103 of 255 = 40%
G 174 of 255 = 68%
B 47 of 255 = 18%

103
174
47

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

Portions of RGB colors in percentages

R + G + B =
103 + 174 + 47 = 324 (100%)
R 103 of 324 ~ 31.79%
G 174 of 324 ~ 53.7%
B 47 of 324 ~ 14.51%

%31.79
%53.7
%14.51

CMYK color model

#67AE2F color CMYK value is (41,0,73,32).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 72.99%
  • key color value is 31.76%
CMYK:
(41,0,73,32)
C41M0Y73K32 
(41%,0%,73%,32%)
(0.41/0.00/0.73/0.32)	

CMYK percentages

%40.8
%0
%72.99
%31.76

Codes

Color #67AE2F in popluar color models

67AE2F
RGB10317447
HSL94°57.47%43.33%
HSB/HSV94°72.99%68.24%
CMYK40.80%0.00%72.99%
31.76%

Color #67AE2F in popluar number systems.

HEX67AE2F
Decimal10317447
Binary110011110101110101111
Octal14725657

Shades and tints

Shades of #67AE2F

#67AE2F
(103,174,47)
#5E9F2B
(94,159,43)
#559027
(85,144,39)
#4C8123
(76,129,35)
#43721F
(67,114,31)
#3A631B
(58,99,27)
#315417
(49,84,23)
#284513
(40,69,19)
#1F360F
(31,54,15)
#16270B
(22,39,11)
#0D1807
(13,24,7)
#000000
(0,0,0)

Tints of #67AE2F

#67AE2F
(103,174,47)
#74B541
(116,181,65)
#81BC53
(129,188,83)
#8EC365
(142,195,101)
#9BCA77
(155,202,119)
#A8D189
(168,209,137)
#B5D89B
(181,216,155)
#C2DFAD
(194,223,173)
#CFE6BF
(207,230,191)
#DCEDD1
(220,237,209)
#E9F4E3
(233,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67AE2F color. Also use rgb(103,174,47) instead hex code.

Text Font Color

.myTextColor { color: #67AE2F; }

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

This text font color is #67AE2F.


Background Color

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

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

This div background color is #67AE2F.


Border color

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

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

This div border color is #67AE2F.


Opacity

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

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

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

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

This text has shadow with #67AE2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67AE2F on black background.


Color preview on white background

This text has color #67AE2F on white background.



Black color preview on #67AE2F background

This text has black color on #67AE2F background.


White color preview on #67AE2F background

This text has white color on #67AE2F background.