COLOR #6CA341

HEX: #6CA341
RGB: (108,163,65)

Color info

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

RGB color model

#6CA341 color RGB value is (108,163,65).

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

RGB channels and saturation

R 108 of 255 = 42%
G 163 of 255 = 64%
B 65 of 255 = 25%

108
163
65

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

Portions of RGB colors in percentages

R + G + B =
108 + 163 + 65 = 336 (100%)
R 108 of 336 ~ 32.14%
G 163 of 336 ~ 48.51%
B 65 of 336 ~ 19.35%

%32.14
%48.51
%19.35

CMYK color model

#6CA341 color CMYK value is (34,0,60,36).

  • cyan value is 33.74%
  • magenta value is 0.00%
  • yellow value is 60.12%
  • key color value is 36.08%
CMYK:
(34,0,60,36)
C34M0Y60K36 
(34%,0%,60%,36%)
(0.34/0.00/0.60/0.36)	

CMYK percentages

%33.74
%0
%60.12
%36.08

Codes

Color #6CA341 in popluar color models

6CA341
RGB10816365
HSL94°42.98%44.71%
HSB/HSV94°60.12%63.92%
CMYK33.74%0.00%60.12%
36.08%

Color #6CA341 in popluar number systems.

HEX6CA341
Decimal10816365
Binary1101100101000111000001
Octal154243101

Shades and tints

Shades of #6CA341

#6CA341
(108,163,65)
#63953C
(99,149,60)
#5A8737
(90,135,55)
#517932
(81,121,50)
#486B2D
(72,107,45)
#3F5D28
(63,93,40)
#364F23
(54,79,35)
#2D411E
(45,65,30)
#243319
(36,51,25)
#1B2514
(27,37,20)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #6CA341

#6CA341
(108,163,65)
#79AB52
(121,171,82)
#86B363
(134,179,99)
#93BB74
(147,187,116)
#A0C385
(160,195,133)
#ADCB96
(173,203,150)
#BAD3A7
(186,211,167)
#C7DBB8
(199,219,184)
#D4E3C9
(212,227,201)
#E1EBDA
(225,235,218)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA341; }

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

This text font color is #6CA341.


Background Color

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

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

This div background color is #6CA341.


Border color

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

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

This div border color is #6CA341.


Opacity

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

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

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

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

This text has shadow with #6CA341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA341 on black background.


Color preview on white background

This text has color #6CA341 on white background.



Black color preview on #6CA341 background

This text has black color on #6CA341 background.


White color preview on #6CA341 background

This text has white color on #6CA341 background.