COLOR #6FA483

HEX: #6FA483 RGB: (111,164,131)

Color info

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

RGB color model

#6FA483 color RGB value is (111,164,131).

RGB: (111,164,131) (44%, 64%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 131 of 255 = 51%

111
164
131

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

Portions of RGB colors in percentages

R + G + B = 111 + 164 + 131 = 406 (100%)
R 111 of 406 ~ 27.34%
G 164 of 406 ~ 40.39%
B 131 of 406 ~ 32.27'%

%27.34
%40.39
%32.27

CMYK color model

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

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • 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
%20.12
%35.69

Codes

Color #6FA483 in popluar color models

6F A4 83
RGB 111 164 131
HSL 143° 22.55% 53.92%
HSB/HSV 143° 32.32% 64.31%
CMYK 32.32% 0.00% 20.12%
35.69%

Color #6FA483 in popluar number systems.

HEX 6F A4 83
Decimal 111 164 131
Binary 1101111 10100100 10000011
Octal 157 244 203

Shades and tints

Shades of #6FA483

#6FA483
(111,164,131)
#659678
(101,150,120)
#5B886D
(91,136,109)
#517A62
(81,122,98)
#476C57
(71,108,87)
#3D5E4C
(61,94,76)
#335041
(51,80,65)
#294236
(41,66,54)
#1F342B
(31,52,43)
#152620
(21,38,32)
#0B1815
(11,24,21)
#000000
(0,0,0)

Tints of #6FA483

#6FA483
(111,164,131)
#7CAC8E
(124,172,142)
#89B499
(137,180,153)
#96BCA4
(150,188,164)
#A3C4AF
(163,196,175)
#B0CCBA
(176,204,186)
#BDD4C5
(189,212,197)
#CADCD0
(202,220,208)
#D7E4DB
(215,228,219)
#E4ECE6
(228,236,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA483; }

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

This text font color is #6FA483.

Background Color

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

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

This div background color is #6FA483.

Border color

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

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

This div border color is #6FA483.

Opacity

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

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

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

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

This text has shadow with #6FA483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA483.

Preview

Color preview on black background

This text has color #6FA483 on black background.


Color preview on white background

This text has color #6FA483 on white background.


Black color preview on #6FA483 background

This text has black color on #6FA483 background.


White color preview on #6FA483 background

This text has white color on #6FA483 background.


Related colors

Complementary color

Complementary color for #hex is #905B7C.


I love getcolorcode.com

Triadic colors

1 #836FA4 and #A4836F with #6FA483 are triadic colors.

2 #83A46F and #A46F83 with #6FA483 are triadic colors.