COLOR #6FA484

HEX: #6FA484
RGB: (111,164,132)

Color info

#6FA484 contains red, green and blue colors in about the same proportion. Web safe color of #6FA484 is #669999 (or #699).

RGB color model

#6FA484 color RGB value is (111,164,132).

  • red value is 111;
  • green value is 164;
  • blue value is 132.
RGB:
(111,164,132)
(44%,64%,52%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 132 of 255 = 52%

111
164
132

R + G + B ~ 53%. #6FA484 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 164 + 132 = 407 (100%)
R 111 of 407 ~ 27.27%
G 164 of 407 ~ 40.29%
B 132 of 407 ~ 32.43%

%27.27
%40.29
%32.43

CMYK color model

#6FA484 color CMYK value is (32,0,20,36).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 35.69%
CMYK:
(32,0,20,36)
C32M0Y20K36 
(32%,0%,20%,36%)
(0.32/0.00/0.20/0.36)	

CMYK percentages

%32.32
%0
%19.51
%35.69

Codes

Color #6FA484 in popluar color models

6FA484
RGB111164132
HSL144°22.55%53.92%
HSB/HSV144°32.32%64.31%
CMYK32.32%0.00%19.51%
35.69%

Color #6FA484 in popluar number systems.

HEX6FA484
Decimal111164132
Binary11011111010010010000100
Octal157244204

Shades and tints

Shades of #6FA484

#6FA484
(111,164,132)
#659678
(101,150,120)
#5B886C
(91,136,108)
#517A60
(81,122,96)
#476C54
(71,108,84)
#3D5E48
(61,94,72)
#33503C
(51,80,60)
#294230
(41,66,48)
#1F3424
(31,52,36)
#152618
(21,38,24)
#0B180C
(11,24,12)
#000000
(0,0,0)

Tints of #6FA484

#6FA484
(111,164,132)
#7CAC8F
(124,172,143)
#89B49A
(137,180,154)
#96BCA5
(150,188,165)
#A3C4B0
(163,196,176)
#B0CCBB
(176,204,187)
#BDD4C6
(189,212,198)
#CADCD1
(202,220,209)
#D7E4DC
(215,228,220)
#E4ECE7
(228,236,231)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA484 color. Also use rgb(111,164,132) instead hex code.

Text Font Color

.myTextColor { color: #6FA484; }

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

This text font color is #6FA484.


Background Color

.myBgColor { background-color: #6FA484; }

<div style="background-color:#6FA484">Inner text</div>

This div background color is #6FA484.


Border color

.myBorderColor { border: 1px solid #6FA484; }

<div style="border:3px solid #6FA484">Div</div>

This div border color is #6FA484.


Opacity

.myOpacity80 { color: #6FA484; opacity: 0.8; }

<p style="color:#6FA484;opacity:0.8;">80%</p>

Text with #6FA484 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 #6FA484;}

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

This text has shadow with #6FA484 color.

.textShadow {text-shadow: 3px 3px 1px #6FA484, 3px 3px 1px red;}

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

This text has shadow with #6FA484 primary color and red secondary color.


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

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

This text has shadow with #6FA484 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA484 on black background.


Color preview on white background

This text has color #6FA484 on white background.



Black color preview on #6FA484 background

This text has black color on #6FA484 background.


White color preview on #6FA484 background

This text has white color on #6FA484 background.