COLOR #68845B

HEX: #68845B RGB: (104,132,91)

Color info

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

RGB color model

#68845B color RGB value is (104,132,91).

RGB: (104,132,91) (41%, 52%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 91 of 255 = 36%

104
132
91

R + G + B ~ 43%. #68845B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 132 + 91 = 327 (100%)
R 104 of 327 ~ 31.8%
G 132 of 327 ~ 40.37%
B 91 of 327 ~ 27.83'%

%31.8
%40.37
%27.83

CMYK color model

#68845B color CMYK value is (21,0,31,48).

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

CMYK: (21,0,31,48)
C21M0Y31K48 (21%, 0%, 31%, 48%)
(0.21 / 0.00 / 0.31 / 0.48)

CMYK percentages

%21.21
%0
%31.06
%48.24

Codes

Color #68845B in popluar color models

68 84 5B
RGB 104 132 91
HSL 101° 18.39% 43.73%
HSB/HSV 101° 31.06% 51.76%
CMYK 21.21% 0.00% 31.06%
48.24%

Color #68845B in popluar number systems.

HEX 68 84 5B
Decimal 104 132 91
Binary 1101000 10000100 1011011
Octal 150 204 133

Shades and tints

Shades of #68845B

#68845B
(104,132,91)
#5F7853
(95,120,83)
#566C4B
(86,108,75)
#4D6043
(77,96,67)
#44543B
(68,84,59)
#3B4833
(59,72,51)
#323C2B
(50,60,43)
#293023
(41,48,35)
#20241B
(32,36,27)
#171813
(23,24,19)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #68845B

#68845B
(104,132,91)
#758F69
(117,143,105)
#829A77
(130,154,119)
#8FA585
(143,165,133)
#9CB093
(156,176,147)
#A9BBA1
(169,187,161)
#B6C6AF
(182,198,175)
#C3D1BD
(195,209,189)
#D0DCCB
(208,220,203)
#DDE7D9
(221,231,217)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68845B color. Also use rgb(104,132,91) instead hex code.

Text Font Color

.myTextColor { color: #68845B; }

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

This text font color is #68845B.

Background Color

.myBgColor { background-color: #68845B; }

<div style="background-color:#68845B">Inner text</div>

This div background color is #68845B.

Border color

.myBorderColor { border: 1px solid #68845B; }

<div style="border:3px solid #68845B">Div</div>

This div border color is #68845B.

Opacity

.myOpacity80 { color: #68845B; opacity: 0.8; }

<p style="color:#68845B;opacity:0.8;">80%</p>

Text with #68845B 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 #68845B;}

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

This text has shadow with #68845B color.


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

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

This text has shadow with #68845B primary color and red secondary color.


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

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

This text has shadow with #68845B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68845B.

Preview

Color preview on black background

This text has color #68845B on black background.


Color preview on white background

This text has color #68845B on white background.


Black color preview on #68845B background

This text has black color on #68845B background.


White color preview on #68845B background

This text has white color on #68845B background.


Related colors

Complementary color

Complementary color for #hex is #977BA4.


I love getcolorcode.com

Triadic colors

1 #5B6884 and #845B68 with #68845B are triadic colors.

2 #5B8468 and #84685B with #68845B are triadic colors.