COLOR #6C7335

HEX: #6C7335
RGB: (108,115,53)

Color info

#6C7335 contains mainly red and green colors. Web safe color of #6C7335 is #666633 (or #663).

RGB color model

#6C7335 color RGB value is (108,115,53).

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

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 53 of 255 = 21%

108
115
53

R + G + B ~ 36%. #6C7335 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 115 + 53 = 276 (100%)
R 108 of 276 ~ 39.13%
G 115 of 276 ~ 41.67%
B 53 of 276 ~ 19.2%

%39.13
%41.67
%19.2

CMYK color model

#6C7335 color CMYK value is (6,0,54,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 53.91%
  • key color value is 54.90%
CMYK:
(6,0,54,55)
C6M0Y54K55 
(6%,0%,54%,55%)
(0.06/0.00/0.54/0.55)	

CMYK percentages

%6.09
%0
%53.91
%54.9

Codes

Color #6C7335 in popluar color models

6C7335
RGB10811553
HSL67°36.90%32.94%
HSB/HSV67°53.91%45.10%
CMYK6.09%0.00%53.91%
54.90%

Color #6C7335 in popluar number systems.

HEX6C7335
Decimal10811553
Binary11011001110011110101
Octal15416365

Shades and tints

Shades of #6C7335

#6C7335
(108,115,53)
#636931
(99,105,49)
#5A5F2D
(90,95,45)
#515529
(81,85,41)
#484B25
(72,75,37)
#3F4121
(63,65,33)
#36371D
(54,55,29)
#2D2D19
(45,45,25)
#242315
(36,35,21)
#1B1911
(27,25,17)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C7335

#6C7335
(108,115,53)
#797F47
(121,127,71)
#868B59
(134,139,89)
#93976B
(147,151,107)
#A0A37D
(160,163,125)
#ADAF8F
(173,175,143)
#BABBA1
(186,187,161)
#C7C7B3
(199,199,179)
#D4D3C5
(212,211,197)
#E1DFD7
(225,223,215)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7335; }

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

This text font color is #6C7335.


Background Color

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

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

This div background color is #6C7335.


Border color

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

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

This div border color is #6C7335.


Opacity

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

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

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

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

This text has shadow with #6C7335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7335 on black background.


Color preview on white background

This text has color #6C7335 on white background.



Black color preview on #6C7335 background

This text has black color on #6C7335 background.


White color preview on #6C7335 background

This text has white color on #6C7335 background.