COLOR #68893A

HEX: #68893A
RGB: (104,137,58)

Color info

#68893A contains mainly red and green colors. Web safe color of #68893A is #669933 (or #693).

RGB color model

#68893A color RGB value is (104,137,58).

  • red value is 104;
  • green value is 137;
  • blue value is 58.
RGB:
(104,137,58)
(41%,54%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 58 of 255 = 23%

104
137
58

R + G + B ~ 39%. #68893A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 137 + 58 = 299 (100%)
R 104 of 299 ~ 34.78%
G 137 of 299 ~ 45.82%
B 58 of 299 ~ 19.4%

%34.78
%45.82
%19.4

CMYK color model

#68893A color CMYK value is (24,0,58,46).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 57.66%
  • key color value is 46.27%
CMYK:
(24,0,58,46)
C24M0Y58K46 
(24%,0%,58%,46%)
(0.24/0.00/0.58/0.46)	

CMYK percentages

%24.09
%0
%57.66
%46.27

Codes

Color #68893A in popluar color models

68893A
RGB10413758
HSL85°40.51%38.24%
HSB/HSV85°57.66%53.73%
CMYK24.09%0.00%57.66%
46.27%

Color #68893A in popluar number systems.

HEX68893A
Decimal10413758
Binary110100010001001111010
Octal15021172

Shades and tints

Shades of #68893A

#68893A
(104,137,58)
#5F7D35
(95,125,53)
#567130
(86,113,48)
#4D652B
(77,101,43)
#445926
(68,89,38)
#3B4D21
(59,77,33)
#32411C
(50,65,28)
#293517
(41,53,23)
#202912
(32,41,18)
#171D0D
(23,29,13)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #68893A

#68893A
(104,137,58)
#75934B
(117,147,75)
#829D5C
(130,157,92)
#8FA76D
(143,167,109)
#9CB17E
(156,177,126)
#A9BB8F
(169,187,143)
#B6C5A0
(182,197,160)
#C3CFB1
(195,207,177)
#D0D9C2
(208,217,194)
#DDE3D3
(221,227,211)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68893A color. Also use rgb(104,137,58) instead hex code.

Text Font Color

.myTextColor { color: #68893A; }

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

This text font color is #68893A.


Background Color

.myBgColor { background-color: #68893A; }

<div style="background-color:#68893A">Inner text</div>

This div background color is #68893A.


Border color

.myBorderColor { border: 1px solid #68893A; }

<div style="border:3px solid #68893A">Div</div>

This div border color is #68893A.


Opacity

.myOpacity80 { color: #68893A; opacity: 0.8; }

<p style="color:#68893A;opacity:0.8;">80%</p>

Text with #68893A 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 #68893A;}

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

This text has shadow with #68893A color.

.textShadow {text-shadow: 3px 3px 1px #68893A, 3px 3px 1px red;}

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

This text has shadow with #68893A primary color and red secondary color.


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

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

This text has shadow with #68893A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68893A on black background.


Color preview on white background

This text has color #68893A on white background.



Black color preview on #68893A background

This text has black color on #68893A background.


White color preview on #68893A background

This text has white color on #68893A background.