COLOR #6B700E

HEX: #6B700E RGB: (107,112,14)

Color info

#6B700E contains mainly red and green colors. Web safe color of #6B700E is #666600 (or #660).

RGB color model

#6B700E color RGB value is (107,112,14).

RGB: (107,112,14) (42%, 44%, 5%)

RGB channels and saturation

R 107 of 255 = 42%
G 112 of 255 = 44%
B 14 of 255 = 5%

107
112
14

R + G + B ~ 30%. #6B700E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 112 + 14 = 233 (100%)
R 107 of 233 ~ 45.92%
G 112 of 233 ~ 48.07%
B 14 of 233 ~ 6.01'%

%45.92
%48.07

CMYK color model

#6B700E color CMYK value is (4,0,88,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 56.08%

CMYK: (4,0,88,56)
C4M0Y88K56 (4%, 0%, 88%, 56%)
(0.04 / 0.00 / 0.88 / 0.56)

CMYK percentages

%4.46
%0
%87.5
%56.08

Codes

Color #6B700E in popluar color models

6B 70 0E
RGB 107 112 14
HSL 63° 77.78% 24.71%
HSB/HSV 63° 87.50% 43.92%
CMYK 4.46% 0.00% 87.50%
56.08%

Color #6B700E in popluar number systems.

HEX 6B 70 0E
Decimal 107 112 14
Binary 1101011 1110000 1110
Octal 153 160 16

Shades and tints

Shades of #6B700E

#6B700E
(107,112,14)
#62660D
(98,102,13)
#595C0C
(89,92,12)
#50520B
(80,82,11)
#47480A
(71,72,10)
#3E3E09
(62,62,9)
#353408
(53,52,8)
#2C2A07
(44,42,7)
#232006
(35,32,6)
#1A1605
(26,22,5)
#110C04
(17,12,4)
#000000
(0,0,0)

Tints of #6B700E

#6B700E
(107,112,14)
#787D23
(120,125,35)
#858A38
(133,138,56)
#92974D
(146,151,77)
#9FA462
(159,164,98)
#ACB177
(172,177,119)
#B9BE8C
(185,190,140)
#C6CBA1
(198,203,161)
#D3D8B6
(211,216,182)
#E0E5CB
(224,229,203)
#EDF2E0
(237,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B700E; }

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

This text font color is #6B700E.

Background Color

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

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

This div background color is #6B700E.

Border color

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

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

This div border color is #6B700E.

Opacity

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

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

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

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

This text has shadow with #6B700E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B700E.

Preview

Color preview on black background

This text has color #6B700E on black background.


Color preview on white background

This text has color #6B700E on white background.


Black color preview on #6B700E background

This text has black color on #6B700E background.


White color preview on #6B700E background

This text has white color on #6B700E background.


Related colors

Complementary color

Complementary color for #hex is #948FF1.


I love getcolorcode.com

Triadic colors

1 #0E6B70 and #700E6B with #6B700E are triadic colors.

2 #0E706B and #706B0E with #6B700E are triadic colors.