COLOR #68734B

HEX: #68734B
RGB: (104,115,75)

Color info

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

RGB color model

#68734B color RGB value is (104,115,75).

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

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 75 of 255 = 29%

104
115
75

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

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 75 = 294 (100%)
R 104 of 294 ~ 35.37%
G 115 of 294 ~ 39.12%
B 75 of 294 ~ 25.51%

%35.37
%39.12
%25.51

CMYK color model

#68734B color CMYK value is (10,0,35,55).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(10,0,35,55)
C10M0Y35K55 
(10%,0%,35%,55%)
(0.10/0.00/0.35/0.55)	

CMYK percentages

%9.57
%0
%34.78
%54.9

Codes

Color #68734B in popluar color models

68734B
RGB10411575
HSL77°21.05%37.25%
HSB/HSV77°34.78%45.10%
CMYK9.57%0.00%34.78%
54.90%

Color #68734B in popluar number systems.

HEX68734B
Decimal10411575
Binary110100011100111001011
Octal150163113

Shades and tints

Shades of #68734B

#68734B
(104,115,75)
#5F6945
(95,105,69)
#565F3F
(86,95,63)
#4D5539
(77,85,57)
#444B33
(68,75,51)
#3B412D
(59,65,45)
#323727
(50,55,39)
#292D21
(41,45,33)
#20231B
(32,35,27)
#171915
(23,25,21)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #68734B

#68734B
(104,115,75)
#757F5B
(117,127,91)
#828B6B
(130,139,107)
#8F977B
(143,151,123)
#9CA38B
(156,163,139)
#A9AF9B
(169,175,155)
#B6BBAB
(182,187,171)
#C3C7BB
(195,199,187)
#D0D3CB
(208,211,203)
#DDDFDB
(221,223,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68734B; }

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

This text font color is #68734B.


Background Color

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

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

This div background color is #68734B.


Border color

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

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

This div border color is #68734B.


Opacity

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

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

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

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

This text has shadow with #68734B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68734B on black background.


Color preview on white background

This text has color #68734B on white background.



Black color preview on #68734B background

This text has black color on #68734B background.


White color preview on #68734B background

This text has white color on #68734B background.