COLOR #68783B

HEX: #68783B RGB: (104,120,59)

Color info

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

RGB color model

#68783B color RGB value is (104,120,59).

RGB: (104,120,59) (41%, 47%, 23%)

RGB channels and saturation

R 104 of 255 = 41%
G 120 of 255 = 47%
B 59 of 255 = 23%

104
120
59

R + G + B ~ 37%. #68783B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 120 + 59 = 283 (100%)
R 104 of 283 ~ 36.75%
G 120 of 283 ~ 42.4%
B 59 of 283 ~ 20.85'%

%36.75
%42.4
%20.85

CMYK color model

#68783B color CMYK value is (13,0,51,53).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 50.83%
  • key color value is 52.94%

CMYK: (13,0,51,53)
C13M0Y51K53 (13%, 0%, 51%, 53%)
(0.13 / 0.00 / 0.51 / 0.53)

CMYK percentages

%13.33
%0
%50.83
%52.94

Codes

Color #68783B in popluar color models

68 78 3B
RGB 104 120 59
HSL 76° 34.08% 35.10%
HSB/HSV 76° 50.83% 47.06%
CMYK 13.33% 0.00% 50.83%
52.94%

Color #68783B in popluar number systems.

HEX 68 78 3B
Decimal 104 120 59
Binary 1101000 1111000 111011
Octal 150 170 73

Shades and tints

Shades of #68783B

#68783B
(104,120,59)
#5F6E36
(95,110,54)
#566431
(86,100,49)
#4D5A2C
(77,90,44)
#445027
(68,80,39)
#3B4622
(59,70,34)
#323C1D
(50,60,29)
#293218
(41,50,24)
#202813
(32,40,19)
#171E0E
(23,30,14)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #68783B

#68783B
(104,120,59)
#75844C
(117,132,76)
#82905D
(130,144,93)
#8F9C6E
(143,156,110)
#9CA87F
(156,168,127)
#A9B490
(169,180,144)
#B6C0A1
(182,192,161)
#C3CCB2
(195,204,178)
#D0D8C3
(208,216,195)
#DDE4D4
(221,228,212)
#EAF0E5
(234,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68783B color. Also use rgb(104,120,59) instead hex code.

Text Font Color

.myTextColor { color: #68783B; }

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

This text font color is #68783B.

Background Color

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

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

This div background color is #68783B.

Border color

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

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

This div border color is #68783B.

Opacity

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

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

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

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

This text has shadow with #68783B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68783B.

Preview

Color preview on black background

This text has color #68783B on black background.


Color preview on white background

This text has color #68783B on white background.


Black color preview on #68783B background

This text has black color on #68783B background.


White color preview on #68783B background

This text has white color on #68783B background.


Related colors

Complementary color

Complementary color for #hex is #9787C4.


I love getcolorcode.com

Triadic colors

1 #3B6878 and #783B68 with #68783B are triadic colors.

2 #3B7868 and #78683B with #68783B are triadic colors.