COLOR #6B703C

HEX: #6B703C
RGB: (107,112,60)

Color info

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

RGB color model

#6B703C color RGB value is (107,112,60).

  • red value is 107;
  • green value is 112;
  • blue value is 60.
RGB:
(107,112,60)
(42%,44%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 60 of 255 = 24%

107
112
60

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

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 60 = 279 (100%)
R 107 of 279 ~ 38.35%
G 112 of 279 ~ 40.14%
B 60 of 279 ~ 21.51%

%38.35
%40.14
%21.51

CMYK color model

#6B703C color CMYK value is (4,0,46,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(4,0,46,56)
C4M0Y46K56 
(4%,0%,46%,56%)
(0.04/0.00/0.46/0.56)	

CMYK percentages

%4.46
%0
%46.43
%56.08

Codes

Color #6B703C in popluar color models

6B703C
RGB10711260
HSL66°30.23%33.73%
HSB/HSV66°46.43%43.92%
CMYK4.46%0.00%46.43%
56.08%

Color #6B703C in popluar number systems.

HEX6B703C
Decimal10711260
Binary11010111110000111100
Octal15316074

Shades and tints

Shades of #6B703C

#6B703C
(107,112,60)
#626637
(98,102,55)
#595C32
(89,92,50)
#50522D
(80,82,45)
#474828
(71,72,40)
#3E3E23
(62,62,35)
#35341E
(53,52,30)
#2C2A19
(44,42,25)
#232014
(35,32,20)
#1A160F
(26,22,15)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B703C

#6B703C
(107,112,60)
#787D4D
(120,125,77)
#858A5E
(133,138,94)
#92976F
(146,151,111)
#9FA480
(159,164,128)
#ACB191
(172,177,145)
#B9BEA2
(185,190,162)
#C6CBB3
(198,203,179)
#D3D8C4
(211,216,196)
#E0E5D5
(224,229,213)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B703C color. Also use rgb(107,112,60) instead hex code.

Text Font Color

.myTextColor { color: #6B703C; }

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

This text font color is #6B703C.


Background Color

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

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

This div background color is #6B703C.


Border color

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

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

This div border color is #6B703C.


Opacity

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

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

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

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

This text has shadow with #6B703C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B703C on black background.


Color preview on white background

This text has color #6B703C on white background.



Black color preview on #6B703C background

This text has black color on #6B703C background.


White color preview on #6B703C background

This text has white color on #6B703C background.