COLOR #68814B

HEX: #68814B
RGB: (104,129,75)

Color info

#68814B contains red, green and blue colors in about the same proportion. Web safe color of #68814B is #669933 (or #693).

RGB color model

#68814B color RGB value is (104,129,75).

  • red value is 104;
  • green value is 129;
  • blue value is 75.
RGB:
(104,129,75)
(41%,51%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 129 of 255 = 51%
B 75 of 255 = 29%

104
129
75

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

Portions of RGB colors in percentages

R + G + B =
104 + 129 + 75 = 308 (100%)
R 104 of 308 ~ 33.77%
G 129 of 308 ~ 41.88%
B 75 of 308 ~ 24.35%

%33.77
%41.88
%24.35

CMYK color model

#68814B color CMYK value is (19,0,42,49).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 49.41%
CMYK:
(19,0,42,49)
C19M0Y42K49 
(19%,0%,42%,49%)
(0.19/0.00/0.42/0.49)	

CMYK percentages

%19.38
%0
%41.86
%49.41

Codes

Color #68814B in popluar color models

68814B
RGB10412975
HSL88°26.47%40.00%
HSB/HSV88°41.86%50.59%
CMYK19.38%0.00%41.86%
49.41%

Color #68814B in popluar number systems.

HEX68814B
Decimal10412975
Binary1101000100000011001011
Octal150201113

Shades and tints

Shades of #68814B

#68814B
(104,129,75)
#5F7645
(95,118,69)
#566B3F
(86,107,63)
#4D6039
(77,96,57)
#445533
(68,85,51)
#3B4A2D
(59,74,45)
#323F27
(50,63,39)
#293421
(41,52,33)
#20291B
(32,41,27)
#171E15
(23,30,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #68814B

#68814B
(104,129,75)
#758C5B
(117,140,91)
#82976B
(130,151,107)
#8FA27B
(143,162,123)
#9CAD8B
(156,173,139)
#A9B89B
(169,184,155)
#B6C3AB
(182,195,171)
#C3CEBB
(195,206,187)
#D0D9CB
(208,217,203)
#DDE4DB
(221,228,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68814B color. Also use rgb(104,129,75) instead hex code.

Text Font Color

.myTextColor { color: #68814B; }

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

This text font color is #68814B.


Background Color

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

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

This div background color is #68814B.


Border color

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

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

This div border color is #68814B.


Opacity

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

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

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

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

This text has shadow with #68814B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68814B on black background.


Color preview on white background

This text has color #68814B on white background.



Black color preview on #68814B background

This text has black color on #68814B background.


White color preview on #68814B background

This text has white color on #68814B background.