COLOR #6CA035

HEX: #6CA035
RGB: (108,160,53)

Color info

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

RGB color model

#6CA035 color RGB value is (108,160,53).

  • red value is 108;
  • green value is 160;
  • blue value is 53.
RGB:
(108,160,53)
(42%,63%,21%)

RGB channels and saturation

R 108 of 255 = 42%
G 160 of 255 = 63%
B 53 of 255 = 21%

108
160
53

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

Portions of RGB colors in percentages

R + G + B =
108 + 160 + 53 = 321 (100%)
R 108 of 321 ~ 33.64%
G 160 of 321 ~ 49.84%
B 53 of 321 ~ 16.51%

%33.64
%49.84
%16.51

CMYK color model

#6CA035 color CMYK value is (33,0,67,37).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 66.88%
  • key color value is 37.25%
CMYK:
(33,0,67,37)
C33M0Y67K37 
(33%,0%,67%,37%)
(0.33/0.00/0.67/0.37)	

CMYK percentages

%32.5
%0
%66.88
%37.25

Codes

Color #6CA035 in popluar color models

6CA035
RGB10816053
HSL89°50.23%41.76%
HSB/HSV89°66.88%62.75%
CMYK32.50%0.00%66.88%
37.25%

Color #6CA035 in popluar number systems.

HEX6CA035
Decimal10816053
Binary110110010100000110101
Octal15424065

Shades and tints

Shades of #6CA035

#6CA035
(108,160,53)
#639231
(99,146,49)
#5A842D
(90,132,45)
#517629
(81,118,41)
#486825
(72,104,37)
#3F5A21
(63,90,33)
#364C1D
(54,76,29)
#2D3E19
(45,62,25)
#243015
(36,48,21)
#1B2211
(27,34,17)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #6CA035

#6CA035
(108,160,53)
#79A847
(121,168,71)
#86B059
(134,176,89)
#93B86B
(147,184,107)
#A0C07D
(160,192,125)
#ADC88F
(173,200,143)
#BAD0A1
(186,208,161)
#C7D8B3
(199,216,179)
#D4E0C5
(212,224,197)
#E1E8D7
(225,232,215)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA035 color. Also use rgb(108,160,53) instead hex code.

Text Font Color

.myTextColor { color: #6CA035; }

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

This text font color is #6CA035.


Background Color

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

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

This div background color is #6CA035.


Border color

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

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

This div border color is #6CA035.


Opacity

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

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

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

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

This text has shadow with #6CA035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA035 on black background.


Color preview on white background

This text has color #6CA035 on white background.



Black color preview on #6CA035 background

This text has black color on #6CA035 background.


White color preview on #6CA035 background

This text has white color on #6CA035 background.