COLOR #6B7D45

HEX: #6B7D45
RGB: (107,125,69)

Color info

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

RGB color model

#6B7D45 color RGB value is (107,125,69).

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

RGB channels and saturation

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

107
125
69

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

Portions of RGB colors in percentages

R + G + B =
107 + 125 + 69 = 301 (100%)
R 107 of 301 ~ 35.55%
G 125 of 301 ~ 41.53%
B 69 of 301 ~ 22.92%

%35.55
%41.53
%22.92

CMYK color model

#6B7D45 color CMYK value is (14,0,45,51).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 50.98%
CMYK:
(14,0,45,51)
C14M0Y45K51 
(14%,0%,45%,51%)
(0.14/0.00/0.45/0.51)	

CMYK percentages

%14.4
%0
%44.8
%50.98

Codes

Color #6B7D45 in popluar color models

6B7D45
RGB10712569
HSL79°28.87%38.04%
HSB/HSV79°44.80%49.02%
CMYK14.40%0.00%44.80%
50.98%

Color #6B7D45 in popluar number systems.

HEX6B7D45
Decimal10712569
Binary110101111111011000101
Octal153175105

Shades and tints

Shades of #6B7D45

#6B7D45
(107,125,69)
#62723F
(98,114,63)
#596739
(89,103,57)
#505C33
(80,92,51)
#47512D
(71,81,45)
#3E4627
(62,70,39)
#353B21
(53,59,33)
#2C301B
(44,48,27)
#232515
(35,37,21)
#1A1A0F
(26,26,15)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #6B7D45

#6B7D45
(107,125,69)
#788855
(120,136,85)
#859365
(133,147,101)
#929E75
(146,158,117)
#9FA985
(159,169,133)
#ACB495
(172,180,149)
#B9BFA5
(185,191,165)
#C6CAB5
(198,202,181)
#D3D5C5
(211,213,197)
#E0E0D5
(224,224,213)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7D45; }

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

This text font color is #6B7D45.


Background Color

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

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

This div background color is #6B7D45.


Border color

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

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

This div border color is #6B7D45.


Opacity

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

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

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

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

This text has shadow with #6B7D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7D45 on black background.


Color preview on white background

This text has color #6B7D45 on white background.



Black color preview on #6B7D45 background

This text has black color on #6B7D45 background.


White color preview on #6B7D45 background

This text has white color on #6B7D45 background.