COLOR #6CA349

HEX: #6CA349
RGB: (108,163,73)

Color info

#6CA349 contains mainly red and green colors. Web safe color of #6CA349 is #669933 (or #693).

RGB color model

#6CA349 color RGB value is (108,163,73).

  • red value is 108;
  • green value is 163;
  • blue value is 73.
RGB:
(108,163,73)
(42%,64%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 73 of 255 = 29%

108
163
73

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 73 = 344 (100%)
R 108 of 344 ~ 31.4%
G 163 of 344 ~ 47.38%
B 73 of 344 ~ 21.22%

%31.4
%47.38
%21.22

CMYK color model

#6CA349 color CMYK value is (34,0,55,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(34,0,55,36)
C34M0Y55K36 
(34%,0%,55%,36%)
(0.34/0.00/0.55/0.36)	

CMYK percentages

%33.74
%0
%55.21
%36.08

Codes

Color #6CA349 in popluar color models

6CA349
RGB10816373
HSL97°38.14%46.27%
HSB/HSV97°55.21%63.92%
CMYK33.74%0.00%55.21%
36.08%

Color #6CA349 in popluar number systems.

HEX6CA349
Decimal10816373
Binary1101100101000111001001
Octal154243111

Shades and tints

Shades of #6CA349

#6CA349
(108,163,73)
#639543
(99,149,67)
#5A873D
(90,135,61)
#517937
(81,121,55)
#486B31
(72,107,49)
#3F5D2B
(63,93,43)
#364F25
(54,79,37)
#2D411F
(45,65,31)
#243319
(36,51,25)
#1B2513
(27,37,19)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #6CA349

#6CA349
(108,163,73)
#79AB59
(121,171,89)
#86B369
(134,179,105)
#93BB79
(147,187,121)
#A0C389
(160,195,137)
#ADCB99
(173,203,153)
#BAD3A9
(186,211,169)
#C7DBB9
(199,219,185)
#D4E3C9
(212,227,201)
#E1EBD9
(225,235,217)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA349 color. Also use rgb(108,163,73) instead hex code.

Text Font Color

.myTextColor { color: #6CA349; }

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

This text font color is #6CA349.


Background Color

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

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

This div background color is #6CA349.


Border color

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

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

This div border color is #6CA349.


Opacity

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

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

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

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

This text has shadow with #6CA349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA349 on black background.


Color preview on white background

This text has color #6CA349 on white background.



Black color preview on #6CA349 background

This text has black color on #6CA349 background.


White color preview on #6CA349 background

This text has white color on #6CA349 background.