COLOR #68925D

HEX: #68925D
RGB: (104,146,93)

Color info

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

RGB color model

#68925D color RGB value is (104,146,93).

  • red value is 104;
  • green value is 146;
  • blue value is 93.
RGB:
(104,146,93)
(41%,57%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 93 of 255 = 36%

104
146
93

R + G + B ~ 45%. #68925D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 93 = 343 (100%)
R 104 of 343 ~ 30.32%
G 146 of 343 ~ 42.57%
B 93 of 343 ~ 27.11%

%30.32
%42.57
%27.11

CMYK color model

#68925D color CMYK value is (29,0,36,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 36.30%
  • key color value is 42.75%
CMYK:
(29,0,36,43)
C29M0Y36K43 
(29%,0%,36%,43%)
(0.29/0.00/0.36/0.43)	

CMYK percentages

%28.77
%0
%36.3
%42.75

Codes

Color #68925D in popluar color models

68925D
RGB10414693
HSL108°22.18%46.86%
HSB/HSV108°36.30%57.25%
CMYK28.77%0.00%36.30%
42.75%

Color #68925D in popluar number systems.

HEX68925D
Decimal10414693
Binary1101000100100101011101
Octal150222135

Shades and tints

Shades of #68925D

#68925D
(104,146,93)
#5F8555
(95,133,85)
#56784D
(86,120,77)
#4D6B45
(77,107,69)
#445E3D
(68,94,61)
#3B5135
(59,81,53)
#32442D
(50,68,45)
#293725
(41,55,37)
#202A1D
(32,42,29)
#171D15
(23,29,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #68925D

#68925D
(104,146,93)
#759B6B
(117,155,107)
#82A479
(130,164,121)
#8FAD87
(143,173,135)
#9CB695
(156,182,149)
#A9BFA3
(169,191,163)
#B6C8B1
(182,200,177)
#C3D1BF
(195,209,191)
#D0DACD
(208,218,205)
#DDE3DB
(221,227,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68925D color. Also use rgb(104,146,93) instead hex code.

Text Font Color

.myTextColor { color: #68925D; }

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

This text font color is #68925D.


Background Color

.myBgColor { background-color: #68925D; }

<div style="background-color:#68925D">Inner text</div>

This div background color is #68925D.


Border color

.myBorderColor { border: 1px solid #68925D; }

<div style="border:3px solid #68925D">Div</div>

This div border color is #68925D.


Opacity

.myOpacity80 { color: #68925D; opacity: 0.8; }

<p style="color:#68925D;opacity:0.8;">80%</p>

Text with #68925D 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 #68925D;}

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

This text has shadow with #68925D color.

.textShadow {text-shadow: 3px 3px 1px #68925D, 3px 3px 1px red;}

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

This text has shadow with #68925D primary color and red secondary color.


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

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

This text has shadow with #68925D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68925D on black background.


Color preview on white background

This text has color #68925D on white background.



Black color preview on #68925D background

This text has black color on #68925D background.


White color preview on #68925D background

This text has white color on #68925D background.