COLOR #67C484

HEX: #67C484
RGB: (103,196,132)

Color info

#67C484 contains mainly green color. Web safe color of #67C484 is #66CC99 (or #6C9).

RGB color model

#67C484 color RGB value is (103,196,132).

  • red value is 103;
  • green value is 196;
  • blue value is 132.
RGB:
(103,196,132)
(40%,77%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 196 of 255 = 77%
B 132 of 255 = 52%

103
196
132

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

Portions of RGB colors in percentages

R + G + B =
103 + 196 + 132 = 431 (100%)
R 103 of 431 ~ 23.9%
G 196 of 431 ~ 45.48%
B 132 of 431 ~ 30.63%

%23.9
%45.48
%30.63

CMYK color model

#67C484 color CMYK value is (47,0,33,23).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(47,0,33,23)
C47M0Y33K23 
(47%,0%,33%,23%)
(0.47/0.00/0.33/0.23)	

CMYK percentages

%47.45
%0
%32.65
%23.14

Codes

Color #67C484 in popluar color models

67C484
RGB103196132
HSL139°44.08%58.63%
HSB/HSV139°47.45%76.86%
CMYK47.45%0.00%32.65%
23.14%

Color #67C484 in popluar number systems.

HEX67C484
Decimal103196132
Binary11001111100010010000100
Octal147304204

Shades and tints

Shades of #67C484

#67C484
(103,196,132)
#5EB378
(94,179,120)
#55A26C
(85,162,108)
#4C9160
(76,145,96)
#438054
(67,128,84)
#3A6F48
(58,111,72)
#315E3C
(49,94,60)
#284D30
(40,77,48)
#1F3C24
(31,60,36)
#162B18
(22,43,24)
#0D1A0C
(13,26,12)
#000000
(0,0,0)

Tints of #67C484

#67C484
(103,196,132)
#74C98F
(116,201,143)
#81CE9A
(129,206,154)
#8ED3A5
(142,211,165)
#9BD8B0
(155,216,176)
#A8DDBB
(168,221,187)
#B5E2C6
(181,226,198)
#C2E7D1
(194,231,209)
#CFECDC
(207,236,220)
#DCF1E7
(220,241,231)
#E9F6F2
(233,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67C484 color. Also use rgb(103,196,132) instead hex code.

Text Font Color

.myTextColor { color: #67C484; }

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

This text font color is #67C484.


Background Color

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

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

This div background color is #67C484.


Border color

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

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

This div border color is #67C484.


Opacity

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

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

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

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

This text has shadow with #67C484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67C484 on black background.


Color preview on white background

This text has color #67C484 on white background.



Black color preview on #67C484 background

This text has black color on #67C484 background.


White color preview on #67C484 background

This text has white color on #67C484 background.