COLOR #68772C

HEX: #68772C RGB: (104,119,44)

Color info

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

RGB color model

#68772C color RGB value is (104,119,44).

RGB: (104,119,44) (41%, 47%, 17%)

RGB channels and saturation

R 104 of 255 = 41%
G 119 of 255 = 47%
B 44 of 255 = 17%

104
119
44

R + G + B ~ 35%. #68772C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 119 + 44 = 267 (100%)
R 104 of 267 ~ 38.95%
G 119 of 267 ~ 44.57%
B 44 of 267 ~ 16.48'%

%38.95
%44.57
%16.48

CMYK color model

#68772C color CMYK value is (13,0,63,53).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 63.03%
  • key color value is 53.33%

CMYK: (13,0,63,53)
C13M0Y63K53 (13%, 0%, 63%, 53%)
(0.13 / 0.00 / 0.63 / 0.53)

CMYK percentages

%12.61
%0
%63.03
%53.33

Codes

Color #68772C in popluar color models

68 77 2C
RGB 104 119 44
HSL 72° 46.01% 31.96%
HSB/HSV 72° 63.03% 46.67%
CMYK 12.61% 0.00% 63.03%
53.33%

Color #68772C in popluar number systems.

HEX 68 77 2C
Decimal 104 119 44
Binary 1101000 1110111 101100
Octal 150 167 54

Shades and tints

Shades of #68772C

#68772C
(104,119,44)
#5F6D28
(95,109,40)
#566324
(86,99,36)
#4D5920
(77,89,32)
#444F1C
(68,79,28)
#3B4518
(59,69,24)
#323B14
(50,59,20)
#293110
(41,49,16)
#20270C
(32,39,12)
#171D08
(23,29,8)
#0E1304
(14,19,4)
#000000
(0,0,0)

Tints of #68772C

#68772C
(104,119,44)
#75833F
(117,131,63)
#828F52
(130,143,82)
#8F9B65
(143,155,101)
#9CA778
(156,167,120)
#A9B38B
(169,179,139)
#B6BF9E
(182,191,158)
#C3CBB1
(195,203,177)
#D0D7C4
(208,215,196)
#DDE3D7
(221,227,215)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68772C color. Also use rgb(104,119,44) instead hex code.

Text Font Color

.myTextColor { color: #68772C; }

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

This text font color is #68772C.

Background Color

.myBgColor { background-color: #68772C; }

<div style="background-color:#68772C">Inner text</div>

This div background color is #68772C.

Border color

.myBorderColor { border: 1px solid #68772C; }

<div style="border:3px solid #68772C">Div</div>

This div border color is #68772C.

Opacity

.myOpacity80 { color: #68772C; opacity: 0.8; }

<p style="color:#68772C;opacity:0.8;">80%</p>

Text with #68772C 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 #68772C;}

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

This text has shadow with #68772C color.


.textShadow {text-shadow: 3px 3px 1px #68772C', 3px 3px 1px red;}

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

This text has shadow with #68772C primary color and red secondary color.


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

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

This text has shadow with #68772C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68772C; -webkit-box-shadow: 1px 1px 3px 2px #68772C; box-shadow:1px 1px 3px 2px #68772C;">
Div content here
</div>

This div box has shadow with color #68772C.

Preview

Color preview on black background

This text has color #68772C on black background.


Color preview on white background

This text has color #68772C on white background.


Black color preview on #68772C background

This text has black color on #68772C background.


White color preview on #68772C background

This text has white color on #68772C background.


Related colors

Complementary color

Complementary color for #hex is #9788D3.


I love getcolorcode.com

Triadic colors

1 #2C6877 and #772C68 with #68772C are triadic colors.

2 #2C7768 and #77682C with #68772C are triadic colors.