COLOR #6B7024

HEX: #6B7024
RGB: (107,112,36)

Color info

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

RGB color model

#6B7024 color RGB value is (107,112,36).

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

RGB channels and saturation

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

107
112
36

R + G + B ~ 33%. #6B7024 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 112 + 36 = 255 (100%)
R 107 of 255 ~ 41.96%
G 112 of 255 ~ 43.92%
B 36 of 255 ~ 14.12%

%41.96
%43.92
%14.12

CMYK color model

#6B7024 color CMYK value is (4,0,68,56).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 56.08%
CMYK:
(4,0,68,56)
C4M0Y68K56 
(4%,0%,68%,56%)
(0.04/0.00/0.68/0.56)	

CMYK percentages

%4.46
%0
%67.86
%56.08

Codes

Color #6B7024 in popluar color models

6B7024
RGB10711236
HSL64°51.35%29.02%
HSB/HSV64°67.86%43.92%
CMYK4.46%0.00%67.86%
56.08%

Color #6B7024 in popluar number systems.

HEX6B7024
Decimal10711236
Binary11010111110000100100
Octal15316044

Shades and tints

Shades of #6B7024

#6B7024
(107,112,36)
#626621
(98,102,33)
#595C1E
(89,92,30)
#50521B
(80,82,27)
#474818
(71,72,24)
#3E3E15
(62,62,21)
#353412
(53,52,18)
#2C2A0F
(44,42,15)
#23200C
(35,32,12)
#1A1609
(26,22,9)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #6B7024

#6B7024
(107,112,36)
#787D37
(120,125,55)
#858A4A
(133,138,74)
#92975D
(146,151,93)
#9FA470
(159,164,112)
#ACB183
(172,177,131)
#B9BE96
(185,190,150)
#C6CBA9
(198,203,169)
#D3D8BC
(211,216,188)
#E0E5CF
(224,229,207)
#EDF2E2
(237,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7024; }

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

This text font color is #6B7024.


Background Color

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

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

This div background color is #6B7024.


Border color

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

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

This div border color is #6B7024.


Opacity

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

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

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

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

This text has shadow with #6B7024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7024 on black background.


Color preview on white background

This text has color #6B7024 on white background.



Black color preview on #6B7024 background

This text has black color on #6B7024 background.


White color preview on #6B7024 background

This text has white color on #6B7024 background.