COLOR #6B773F

HEX: #6B773F
RGB: (107,119,63)

Color info

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

RGB color model

#6B773F color RGB value is (107,119,63).

  • red value is 107;
  • green value is 119;
  • blue value is 63.
RGB:
(107,119,63)
(42%,47%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 63 of 255 = 25%

107
119
63

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 63 = 289 (100%)
R 107 of 289 ~ 37.02%
G 119 of 289 ~ 41.18%
B 63 of 289 ~ 21.8%

%37.02
%41.18
%21.8

CMYK color model

#6B773F color CMYK value is (10,0,47,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(10,0,47,53)
C10M0Y47K53 
(10%,0%,47%,53%)
(0.10/0.00/0.47/0.53)	

CMYK percentages

%10.08
%0
%47.06
%53.33

Codes

Color #6B773F in popluar color models

6B773F
RGB10711963
HSL73°30.77%35.69%
HSB/HSV73°47.06%46.67%
CMYK10.08%0.00%47.06%
53.33%

Color #6B773F in popluar number systems.

HEX6B773F
Decimal10711963
Binary11010111110111111111
Octal15316777

Shades and tints

Shades of #6B773F

#6B773F
(107,119,63)
#626D3A
(98,109,58)
#596335
(89,99,53)
#505930
(80,89,48)
#474F2B
(71,79,43)
#3E4526
(62,69,38)
#353B21
(53,59,33)
#2C311C
(44,49,28)
#232717
(35,39,23)
#1A1D12
(26,29,18)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #6B773F

#6B773F
(107,119,63)
#788350
(120,131,80)
#858F61
(133,143,97)
#929B72
(146,155,114)
#9FA783
(159,167,131)
#ACB394
(172,179,148)
#B9BFA5
(185,191,165)
#C6CBB6
(198,203,182)
#D3D7C7
(211,215,199)
#E0E3D8
(224,227,216)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B773F color. Also use rgb(107,119,63) instead hex code.

Text Font Color

.myTextColor { color: #6B773F; }

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

This text font color is #6B773F.


Background Color

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

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

This div background color is #6B773F.


Border color

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

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

This div border color is #6B773F.


Opacity

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

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

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

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

This text has shadow with #6B773F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B773F on black background.


Color preview on white background

This text has color #6B773F on white background.



Black color preview on #6B773F background

This text has black color on #6B773F background.


White color preview on #6B773F background

This text has white color on #6B773F background.