COLOR #6B7C2D

HEX: #6B7C2D
RGB: (107,124,45)

Color info

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

RGB color model

#6B7C2D color RGB value is (107,124,45).

  • red value is 107;
  • green value is 124;
  • blue value is 45.
RGB:
(107,124,45)
(42%,49%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 45 of 255 = 18%

107
124
45

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

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 45 = 276 (100%)
R 107 of 276 ~ 38.77%
G 124 of 276 ~ 44.93%
B 45 of 276 ~ 16.3%

%38.77
%44.93
%16.3

CMYK color model

#6B7C2D color CMYK value is (14,0,64,51).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 63.71%
  • key color value is 51.37%
CMYK:
(14,0,64,51)
C14M0Y64K51 
(14%,0%,64%,51%)
(0.14/0.00/0.64/0.51)	

CMYK percentages

%13.71
%0
%63.71
%51.37

Codes

Color #6B7C2D in popluar color models

6B7C2D
RGB10712445
HSL73°46.75%33.14%
HSB/HSV73°63.71%48.63%
CMYK13.71%0.00%63.71%
51.37%

Color #6B7C2D in popluar number systems.

HEX6B7C2D
Decimal10712445
Binary11010111111100101101
Octal15317455

Shades and tints

Shades of #6B7C2D

#6B7C2D
(107,124,45)
#627129
(98,113,41)
#596625
(89,102,37)
#505B21
(80,91,33)
#47501D
(71,80,29)
#3E4519
(62,69,25)
#353A15
(53,58,21)
#2C2F11
(44,47,17)
#23240D
(35,36,13)
#1A1909
(26,25,9)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #6B7C2D

#6B7C2D
(107,124,45)
#788740
(120,135,64)
#859253
(133,146,83)
#929D66
(146,157,102)
#9FA879
(159,168,121)
#ACB38C
(172,179,140)
#B9BE9F
(185,190,159)
#C6C9B2
(198,201,178)
#D3D4C5
(211,212,197)
#E0DFD8
(224,223,216)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7C2D color. Also use rgb(107,124,45) instead hex code.

Text Font Color

.myTextColor { color: #6B7C2D; }

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

This text font color is #6B7C2D.


Background Color

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

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

This div background color is #6B7C2D.


Border color

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

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

This div border color is #6B7C2D.


Opacity

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

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

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

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

This text has shadow with #6B7C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C2D on black background.


Color preview on white background

This text has color #6B7C2D on white background.



Black color preview on #6B7C2D background

This text has black color on #6B7C2D background.


White color preview on #6B7C2D background

This text has white color on #6B7C2D background.