COLOR #68752F

HEX: #68752F RGB: (104,117,47)

Color info

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

RGB color model

#68752F color RGB value is (104,117,47).

RGB: (104,117,47) (41%, 46%, 18%)

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 47 of 255 = 18%

104
117
47

R + G + B ~ 35%. #68752F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 117 + 47 = 268 (100%)
R 104 of 268 ~ 38.81%
G 117 of 268 ~ 43.66%
B 47 of 268 ~ 17.54'%

%38.81
%43.66
%17.54

CMYK color model

#68752F color CMYK value is (11,0,60,54).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 59.83%
  • key color value is 54.12%

CMYK: (11,0,60,54)
C11M0Y60K54 (11%, 0%, 60%, 54%)
(0.11 / 0.00 / 0.60 / 0.54)

CMYK percentages

%11.11
%0
%59.83
%54.12

Codes

Color #68752F in popluar color models

68 75 2F
RGB 104 117 47
HSL 71° 42.68% 32.16%
HSB/HSV 71° 59.83% 45.88%
CMYK 11.11% 0.00% 59.83%
54.12%

Color #68752F in popluar number systems.

HEX 68 75 2F
Decimal 104 117 47
Binary 1101000 1110101 101111
Octal 150 165 57

Shades and tints

Shades of #68752F

#68752F
(104,117,47)
#5F6B2B
(95,107,43)
#566127
(86,97,39)
#4D5723
(77,87,35)
#444D1F
(68,77,31)
#3B431B
(59,67,27)
#323917
(50,57,23)
#292F13
(41,47,19)
#20250F
(32,37,15)
#171B0B
(23,27,11)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #68752F

#68752F
(104,117,47)
#758141
(117,129,65)
#828D53
(130,141,83)
#8F9965
(143,153,101)
#9CA577
(156,165,119)
#A9B189
(169,177,137)
#B6BD9B
(182,189,155)
#C3C9AD
(195,201,173)
#D0D5BF
(208,213,191)
#DDE1D1
(221,225,209)
#EAEDE3
(234,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68752F color. Also use rgb(104,117,47) instead hex code.

Text Font Color

.myTextColor { color: #68752F; }

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

This text font color is #68752F.

Background Color

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

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

This div background color is #68752F.

Border color

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

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

This div border color is #68752F.

Opacity

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

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

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

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

This text has shadow with #68752F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68752F.

Preview

Color preview on black background

This text has color #68752F on black background.


Color preview on white background

This text has color #68752F on white background.


Black color preview on #68752F background

This text has black color on #68752F background.


White color preview on #68752F background

This text has white color on #68752F background.


Related colors

Complementary color

Complementary color for #hex is #978AD0.


I love getcolorcode.com

Triadic colors

1 #2F6875 and #752F68 with #68752F are triadic colors.

2 #2F7568 and #75682F with #68752F are triadic colors.