COLOR #6B7C45

HEX: #6B7C45
RGB: (107,124,69)

Color info

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

RGB color model

#6B7C45 color RGB value is (107,124,69).

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

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 69 of 255 = 27%

107
124
69

R + G + B ~ 39%. #6B7C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 69 = 300 (100%)
R 107 of 300 ~ 35.67%
G 124 of 300 ~ 41.33%
B 69 of 300 ~ 23%

%35.67
%41.33
%23

CMYK color model

#6B7C45 color CMYK value is (14,0,44,51).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 51.37%
CMYK:
(14,0,44,51)
C14M0Y44K51 
(14%,0%,44%,51%)
(0.14/0.00/0.44/0.51)	

CMYK percentages

%13.71
%0
%44.35
%51.37

Codes

Color #6B7C45 in popluar color models

6B7C45
RGB10712469
HSL79°28.50%37.84%
HSB/HSV79°44.35%48.63%
CMYK13.71%0.00%44.35%
51.37%

Color #6B7C45 in popluar number systems.

HEX6B7C45
Decimal10712469
Binary110101111111001000101
Octal153174105

Shades and tints

Shades of #6B7C45

#6B7C45
(107,124,69)
#62713F
(98,113,63)
#596639
(89,102,57)
#505B33
(80,91,51)
#47502D
(71,80,45)
#3E4527
(62,69,39)
#353A21
(53,58,33)
#2C2F1B
(44,47,27)
#232415
(35,36,21)
#1A190F
(26,25,15)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #6B7C45

#6B7C45
(107,124,69)
#788755
(120,135,85)
#859265
(133,146,101)
#929D75
(146,157,117)
#9FA885
(159,168,133)
#ACB395
(172,179,149)
#B9BEA5
(185,190,165)
#C6C9B5
(198,201,181)
#D3D4C5
(211,212,197)
#E0DFD5
(224,223,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7C45; }

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

This text font color is #6B7C45.


Background Color

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

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

This div background color is #6B7C45.


Border color

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

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

This div border color is #6B7C45.


Opacity

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

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

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

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

This text has shadow with #6B7C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C45 on black background.


Color preview on white background

This text has color #6B7C45 on white background.



Black color preview on #6B7C45 background

This text has black color on #6B7C45 background.


White color preview on #6B7C45 background

This text has white color on #6B7C45 background.