COLOR #6B773D

HEX: #6B773D
RGB: (107,119,61)

Color info

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

RGB color model

#6B773D color RGB value is (107,119,61).

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

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 61 of 255 = 24%

107
119
61

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 61 = 287 (100%)
R 107 of 287 ~ 37.28%
G 119 of 287 ~ 41.46%
B 61 of 287 ~ 21.25%

%37.28
%41.46
%21.25

CMYK color model

#6B773D color CMYK value is (10,0,49,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 48.74%
  • key color value is 53.33%
CMYK:
(10,0,49,53)
C10M0Y49K53 
(10%,0%,49%,53%)
(0.10/0.00/0.49/0.53)	

CMYK percentages

%10.08
%0
%48.74
%53.33

Codes

Color #6B773D in popluar color models

6B773D
RGB10711961
HSL72°32.22%35.29%
HSB/HSV72°48.74%46.67%
CMYK10.08%0.00%48.74%
53.33%

Color #6B773D in popluar number systems.

HEX6B773D
Decimal10711961
Binary11010111110111111101
Octal15316775

Shades and tints

Shades of #6B773D

#6B773D
(107,119,61)
#626D38
(98,109,56)
#596333
(89,99,51)
#50592E
(80,89,46)
#474F29
(71,79,41)
#3E4524
(62,69,36)
#353B1F
(53,59,31)
#2C311A
(44,49,26)
#232715
(35,39,21)
#1A1D10
(26,29,16)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #6B773D

#6B773D
(107,119,61)
#78834E
(120,131,78)
#858F5F
(133,143,95)
#929B70
(146,155,112)
#9FA781
(159,167,129)
#ACB392
(172,179,146)
#B9BFA3
(185,191,163)
#C6CBB4
(198,203,180)
#D3D7C5
(211,215,197)
#E0E3D6
(224,227,214)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B773D; }

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

This text font color is #6B773D.


Background Color

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

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

This div background color is #6B773D.


Border color

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

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

This div border color is #6B773D.


Opacity

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

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

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

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

This text has shadow with #6B773D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B773D on black background.


Color preview on white background

This text has color #6B773D on white background.



Black color preview on #6B773D background

This text has black color on #6B773D background.


White color preview on #6B773D background

This text has white color on #6B773D background.