COLOR #6B7F3A

HEX: #6B7F3A
RGB: (107,127,58)

Color info

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

RGB color model

#6B7F3A color RGB value is (107,127,58).

  • red value is 107;
  • green value is 127;
  • blue value is 58.
RGB:
(107,127,58)
(42%,50%,23%)

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 58 of 255 = 23%

107
127
58

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

Portions of RGB colors in percentages

R + G + B =
107 + 127 + 58 = 292 (100%)
R 107 of 292 ~ 36.64%
G 127 of 292 ~ 43.49%
B 58 of 292 ~ 19.86%

%36.64
%43.49
%19.86

CMYK color model

#6B7F3A color CMYK value is (16,0,54,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 54.33%
  • key color value is 50.20%
CMYK:
(16,0,54,50)
C16M0Y54K50 
(16%,0%,54%,50%)
(0.16/0.00/0.54/0.50)	

CMYK percentages

%15.75
%0
%54.33
%50.2

Codes

Color #6B7F3A in popluar color models

6B7F3A
RGB10712758
HSL77°37.30%36.27%
HSB/HSV77°54.33%49.80%
CMYK15.75%0.00%54.33%
50.20%

Color #6B7F3A in popluar number systems.

HEX6B7F3A
Decimal10712758
Binary11010111111111111010
Octal15317772

Shades and tints

Shades of #6B7F3A

#6B7F3A
(107,127,58)
#627435
(98,116,53)
#596930
(89,105,48)
#505E2B
(80,94,43)
#475326
(71,83,38)
#3E4821
(62,72,33)
#353D1C
(53,61,28)
#2C3217
(44,50,23)
#232712
(35,39,18)
#1A1C0D
(26,28,13)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #6B7F3A

#6B7F3A
(107,127,58)
#788A4B
(120,138,75)
#85955C
(133,149,92)
#92A06D
(146,160,109)
#9FAB7E
(159,171,126)
#ACB68F
(172,182,143)
#B9C1A0
(185,193,160)
#C6CCB1
(198,204,177)
#D3D7C2
(211,215,194)
#E0E2D3
(224,226,211)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F3A color. Also use rgb(107,127,58) instead hex code.

Text Font Color

.myTextColor { color: #6B7F3A; }

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

This text font color is #6B7F3A.


Background Color

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

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

This div background color is #6B7F3A.


Border color

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

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

This div border color is #6B7F3A.


Opacity

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

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

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

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

This text has shadow with #6B7F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7F3A on black background.


Color preview on white background

This text has color #6B7F3A on white background.



Black color preview on #6B7F3A background

This text has black color on #6B7F3A background.


White color preview on #6B7F3A background

This text has white color on #6B7F3A background.