COLOR #6C9483

HEX: #6C9483 RGB: (108,148,131)

Color info

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

RGB color model

#6C9483 color RGB value is (108,148,131).

RGB: (108,148,131) (42%, 58%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 148 of 255 = 58%
B 131 of 255 = 51%

108
148
131

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

Portions of RGB colors in percentages

R + G + B = 108 + 148 + 131 = 387 (100%)
R 108 of 387 ~ 27.91%
G 148 of 387 ~ 38.24%
B 131 of 387 ~ 33.85'%

%27.91
%38.24
%33.85

CMYK color model

#6C9483 color CMYK value is (27,0,11,42).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%

CMYK: (27,0,11,42)
C27M0Y11K42 (27%, 0%, 11%, 42%)
(0.27 / 0.00 / 0.11 / 0.42)

CMYK percentages

%27.03
%0
%11.49
%41.96

Codes

Color #6C9483 in popluar color models

6C 94 83
RGB 108 148 131
HSL 155° 15.75% 50.20%
HSB/HSV 155° 27.03% 58.04%
CMYK 27.03% 0.00% 11.49%
41.96%

Color #6C9483 in popluar number systems.

HEX 6C 94 83
Decimal 108 148 131
Binary 1101100 10010100 10000011
Octal 154 224 203

Shades and tints

Shades of #6C9483

#6C9483
(108,148,131)
#638778
(99,135,120)
#5A7A6D
(90,122,109)
#516D62
(81,109,98)
#486057
(72,96,87)
#3F534C
(63,83,76)
#364641
(54,70,65)
#2D3936
(45,57,54)
#242C2B
(36,44,43)
#1B1F20
(27,31,32)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #6C9483

#6C9483
(108,148,131)
#799D8E
(121,157,142)
#86A699
(134,166,153)
#93AFA4
(147,175,164)
#A0B8AF
(160,184,175)
#ADC1BA
(173,193,186)
#BACAC5
(186,202,197)
#C7D3D0
(199,211,208)
#D4DCDB
(212,220,219)
#E1E5E6
(225,229,230)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9483 color. Also use rgb(108,148,131) instead hex code.

Text Font Color

.myTextColor { color: #6C9483; }

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

This text font color is #6C9483.

Background Color

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

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

This div background color is #6C9483.

Border color

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

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

This div border color is #6C9483.

Opacity

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

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

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

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

This text has shadow with #6C9483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9483.

Preview

Color preview on black background

This text has color #6C9483 on black background.


Color preview on white background

This text has color #6C9483 on white background.


Black color preview on #6C9483 background

This text has black color on #6C9483 background.


White color preview on #6C9483 background

This text has white color on #6C9483 background.


Related colors

Complementary color

Complementary color for #hex is #936B7C.


I love getcolorcode.com

Triadic colors

1 #836C94 and #94836C with #6C9483 are triadic colors.

2 #83946C and #946C83 with #6C9483 are triadic colors.