COLOR #6C743A

HEX: #6C743A
RGB: (108,116,58)

Color info

#6C743A contains red, green and blue colors in about the same proportion. Web safe color of #6C743A is #666633 (or #663).

RGB color model

#6C743A color RGB value is (108,116,58).

  • red value is 108;
  • green value is 116;
  • blue value is 58.
RGB:
(108,116,58)
(42%,45%,23%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 58 of 255 = 23%

108
116
58

R + G + B ~ 37%. #6C743A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 58 = 282 (100%)
R 108 of 282 ~ 38.3%
G 116 of 282 ~ 41.13%
B 58 of 282 ~ 20.57%

%38.3
%41.13
%20.57

CMYK color model

#6C743A color CMYK value is (7,0,50,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 54.51%
CMYK:
(7,0,50,55)
C7M0Y50K55 
(7%,0%,50%,55%)
(0.07/0.00/0.50/0.55)	

CMYK percentages

%6.9
%0
%50
%54.51

Codes

Color #6C743A in popluar color models

6C743A
RGB10811658
HSL68°33.33%34.12%
HSB/HSV68°50.00%45.49%
CMYK6.90%0.00%50.00%
54.51%

Color #6C743A in popluar number systems.

HEX6C743A
Decimal10811658
Binary11011001110100111010
Octal15416472

Shades and tints

Shades of #6C743A

#6C743A
(108,116,58)
#636A35
(99,106,53)
#5A6030
(90,96,48)
#51562B
(81,86,43)
#484C26
(72,76,38)
#3F4221
(63,66,33)
#36381C
(54,56,28)
#2D2E17
(45,46,23)
#242412
(36,36,18)
#1B1A0D
(27,26,13)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #6C743A

#6C743A
(108,116,58)
#79804B
(121,128,75)
#868C5C
(134,140,92)
#93986D
(147,152,109)
#A0A47E
(160,164,126)
#ADB08F
(173,176,143)
#BABCA0
(186,188,160)
#C7C8B1
(199,200,177)
#D4D4C2
(212,212,194)
#E1E0D3
(225,224,211)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C743A color. Also use rgb(108,116,58) instead hex code.

Text Font Color

.myTextColor { color: #6C743A; }

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

This text font color is #6C743A.


Background Color

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

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

This div background color is #6C743A.


Border color

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

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

This div border color is #6C743A.


Opacity

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

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

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

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

This text has shadow with #6C743A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C743A on black background.


Color preview on white background

This text has color #6C743A on white background.



Black color preview on #6C743A background

This text has black color on #6C743A background.


White color preview on #6C743A background

This text has white color on #6C743A background.