COLOR #6B7D39

HEX: #6B7D39
RGB: (107,125,57)

Color info

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

RGB color model

#6B7D39 color RGB value is (107,125,57).

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

RGB channels and saturation

R 107 of 255 = 42%
G 125 of 255 = 49%
B 57 of 255 = 22%

107
125
57

R + G + B ~ 38%. #6B7D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 125 + 57 = 289 (100%)
R 107 of 289 ~ 37.02%
G 125 of 289 ~ 43.25%
B 57 of 289 ~ 19.72%

%37.02
%43.25
%19.72

CMYK color model

#6B7D39 color CMYK value is (14,0,54,51).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 50.98%
CMYK:
(14,0,54,51)
C14M0Y54K51 
(14%,0%,54%,51%)
(0.14/0.00/0.54/0.51)	

CMYK percentages

%14.4
%0
%54.4
%50.98

Codes

Color #6B7D39 in popluar color models

6B7D39
RGB10712557
HSL76°37.36%35.69%
HSB/HSV76°54.40%49.02%
CMYK14.40%0.00%54.40%
50.98%

Color #6B7D39 in popluar number systems.

HEX6B7D39
Decimal10712557
Binary11010111111101111001
Octal15317571

Shades and tints

Shades of #6B7D39

#6B7D39
(107,125,57)
#627234
(98,114,52)
#59672F
(89,103,47)
#505C2A
(80,92,42)
#475125
(71,81,37)
#3E4620
(62,70,32)
#353B1B
(53,59,27)
#2C3016
(44,48,22)
#232511
(35,37,17)
#1A1A0C
(26,26,12)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #6B7D39

#6B7D39
(107,125,57)
#78884B
(120,136,75)
#85935D
(133,147,93)
#929E6F
(146,158,111)
#9FA981
(159,169,129)
#ACB493
(172,180,147)
#B9BFA5
(185,191,165)
#C6CAB7
(198,202,183)
#D3D5C9
(211,213,201)
#E0E0DB
(224,224,219)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7D39; }

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

This text font color is #6B7D39.


Background Color

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

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

This div background color is #6B7D39.


Border color

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

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

This div border color is #6B7D39.


Opacity

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

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

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

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

This text has shadow with #6B7D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7D39 on black background.


Color preview on white background

This text has color #6B7D39 on white background.



Black color preview on #6B7D39 background

This text has black color on #6B7D39 background.


White color preview on #6B7D39 background

This text has white color on #6B7D39 background.