COLOR #68844F

HEX: #68844F RGB: (104,132,79)

Color info

#68844F contains red, green and blue colors in about the same proportion. Web safe color of #68844F is #669966 (or #696).

RGB color model

#68844F color RGB value is (104,132,79).

RGB: (104,132,79) (41%, 52%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 79 of 255 = 31%

104
132
79

R + G + B ~ 41%. #68844F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 132 + 79 = 315 (100%)
R 104 of 315 ~ 33.02%
G 132 of 315 ~ 41.9%
B 79 of 315 ~ 25.08'%

%33.02
%41.9
%25.08

CMYK color model

#68844F color CMYK value is (21,0,40,48).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 40.15%
  • key color value is 48.24%

CMYK: (21,0,40,48)
C21M0Y40K48 (21%, 0%, 40%, 48%)
(0.21 / 0.00 / 0.40 / 0.48)

CMYK percentages

%21.21
%0
%40.15
%48.24

Codes

Color #68844F in popluar color models

68 84 4F
RGB 104 132 79
HSL 92° 25.12% 41.37%
HSB/HSV 92° 40.15% 51.76%
CMYK 21.21% 0.00% 40.15%
48.24%

Color #68844F in popluar number systems.

HEX 68 84 4F
Decimal 104 132 79
Binary 1101000 10000100 1001111
Octal 150 204 117

Shades and tints

Shades of #68844F

#68844F
(104,132,79)
#5F7848
(95,120,72)
#566C41
(86,108,65)
#4D603A
(77,96,58)
#445433
(68,84,51)
#3B482C
(59,72,44)
#323C25
(50,60,37)
#29301E
(41,48,30)
#202417
(32,36,23)
#171810
(23,24,16)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #68844F

#68844F
(104,132,79)
#758F5F
(117,143,95)
#829A6F
(130,154,111)
#8FA57F
(143,165,127)
#9CB08F
(156,176,143)
#A9BB9F
(169,187,159)
#B6C6AF
(182,198,175)
#C3D1BF
(195,209,191)
#D0DCCF
(208,220,207)
#DDE7DF
(221,231,223)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68844F color. Also use rgb(104,132,79) instead hex code.

Text Font Color

.myTextColor { color: #68844F; }

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

This text font color is #68844F.

Background Color

.myBgColor { background-color: #68844F; }

<div style="background-color:#68844F">Inner text</div>

This div background color is #68844F.

Border color

.myBorderColor { border: 1px solid #68844F; }

<div style="border:3px solid #68844F">Div</div>

This div border color is #68844F.

Opacity

.myOpacity80 { color: #68844F; opacity: 0.8; }

<p style="color:#68844F;opacity:0.8;">80%</p>

Text with #68844F 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 #68844F;}

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

This text has shadow with #68844F color.


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

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

This text has shadow with #68844F primary color and red secondary color.


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

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

This text has shadow with #68844F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68844F.

Preview

Color preview on black background

This text has color #68844F on black background.


Color preview on white background

This text has color #68844F on white background.


Black color preview on #68844F background

This text has black color on #68844F background.


White color preview on #68844F background

This text has white color on #68844F background.


Related colors

Complementary color

Complementary color for #hex is #977BB0.


I love getcolorcode.com

Triadic colors

1 #4F6884 and #844F68 with #68844F are triadic colors.

2 #4F8468 and #84684F with #68844F are triadic colors.