COLOR #67CB47

HEX: #67CB47
RGB: (103,203,71)

Color info

#67CB47 contains mainly green color. Web safe color of #67CB47 is #66CC33 (or #6C3).

RGB color model

#67CB47 color RGB value is (103,203,71).

  • red value is 103;
  • green value is 203;
  • blue value is 71.
RGB:
(103,203,71)
(40%,80%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 203 of 255 = 80%
B 71 of 255 = 28%

103
203
71

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

Portions of RGB colors in percentages

R + G + B =
103 + 203 + 71 = 377 (100%)
R 103 of 377 ~ 27.32%
G 203 of 377 ~ 53.85%
B 71 of 377 ~ 18.83%

%27.32
%53.85
%18.83

CMYK color model

#67CB47 color CMYK value is (49,0,65,20).

  • cyan value is 49.26%
  • magenta value is 0.00%
  • yellow value is 65.02%
  • key color value is 20.39%
CMYK:
(49,0,65,20)
C49M0Y65K20 
(49%,0%,65%,20%)
(0.49/0.00/0.65/0.20)	

CMYK percentages

%49.26
%0
%65.02
%20.39

Codes

Color #67CB47 in popluar color models

67CB47
RGB10320371
HSL105°55.93%53.73%
HSB/HSV105°65.02%79.61%
CMYK49.26%0.00%65.02%
20.39%

Color #67CB47 in popluar number systems.

HEX67CB47
Decimal10320371
Binary1100111110010111000111
Octal147313107

Shades and tints

Shades of #67CB47

#67CB47
(103,203,71)
#5EB941
(94,185,65)
#55A73B
(85,167,59)
#4C9535
(76,149,53)
#43832F
(67,131,47)
#3A7129
(58,113,41)
#315F23
(49,95,35)
#284D1D
(40,77,29)
#1F3B17
(31,59,23)
#162911
(22,41,17)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #67CB47

#67CB47
(103,203,71)
#74CF57
(116,207,87)
#81D367
(129,211,103)
#8ED777
(142,215,119)
#9BDB87
(155,219,135)
#A8DF97
(168,223,151)
#B5E3A7
(181,227,167)
#C2E7B7
(194,231,183)
#CFEBC7
(207,235,199)
#DCEFD7
(220,239,215)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67CB47 color. Also use rgb(103,203,71) instead hex code.

Text Font Color

.myTextColor { color: #67CB47; }

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

This text font color is #67CB47.


Background Color

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

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

This div background color is #67CB47.


Border color

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

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

This div border color is #67CB47.


Opacity

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

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

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

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

This text has shadow with #67CB47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67CB47 on black background.


Color preview on white background

This text has color #67CB47 on white background.



Black color preview on #67CB47 background

This text has black color on #67CB47 background.


White color preview on #67CB47 background

This text has white color on #67CB47 background.