COLOR #678D5A

HEX: #678D5A
RGB: (103,141,90)

Color info

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

RGB color model

#678D5A color RGB value is (103,141,90).

  • red value is 103;
  • green value is 141;
  • blue value is 90.
RGB:
(103,141,90)
(40%,55%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 90 of 255 = 35%

103
141
90

R + G + B ~ 43%. #678D5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 141 + 90 = 334 (100%)
R 103 of 334 ~ 30.84%
G 141 of 334 ~ 42.22%
B 90 of 334 ~ 26.95%

%30.84
%42.22
%26.95

CMYK color model

#678D5A color CMYK value is (27,0,36,45).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 44.71%
CMYK:
(27,0,36,45)
C27M0Y36K45 
(27%,0%,36%,45%)
(0.27/0.00/0.36/0.45)	

CMYK percentages

%26.95
%0
%36.17
%44.71

Codes

Color #678D5A in popluar color models

678D5A
RGB10314190
HSL105°22.08%45.29%
HSB/HSV105°36.17%55.29%
CMYK26.95%0.00%36.17%
44.71%

Color #678D5A in popluar number systems.

HEX678D5A
Decimal10314190
Binary1100111100011011011010
Octal147215132

Shades and tints

Shades of #678D5A

#678D5A
(103,141,90)
#5E8152
(94,129,82)
#55754A
(85,117,74)
#4C6942
(76,105,66)
#435D3A
(67,93,58)
#3A5132
(58,81,50)
#31452A
(49,69,42)
#283922
(40,57,34)
#1F2D1A
(31,45,26)
#162112
(22,33,18)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #678D5A

#678D5A
(103,141,90)
#749769
(116,151,105)
#81A178
(129,161,120)
#8EAB87
(142,171,135)
#9BB596
(155,181,150)
#A8BFA5
(168,191,165)
#B5C9B4
(181,201,180)
#C2D3C3
(194,211,195)
#CFDDD2
(207,221,210)
#DCE7E1
(220,231,225)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678D5A color. Also use rgb(103,141,90) instead hex code.

Text Font Color

.myTextColor { color: #678D5A; }

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

This text font color is #678D5A.


Background Color

.myBgColor { background-color: #678D5A; }

<div style="background-color:#678D5A">Inner text</div>

This div background color is #678D5A.


Border color

.myBorderColor { border: 1px solid #678D5A; }

<div style="border:3px solid #678D5A">Div</div>

This div border color is #678D5A.


Opacity

.myOpacity80 { color: #678D5A; opacity: 0.8; }

<p style="color:#678D5A;opacity:0.8;">80%</p>

Text with #678D5A 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 #678D5A;}

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

This text has shadow with #678D5A color.

.textShadow {text-shadow: 3px 3px 1px #678D5A, 3px 3px 1px red;}

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

This text has shadow with #678D5A primary color and red secondary color.


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

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

This text has shadow with #678D5A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678D5A on black background.


Color preview on white background

This text has color #678D5A on white background.



Black color preview on #678D5A background

This text has black color on #678D5A background.


White color preview on #678D5A background

This text has white color on #678D5A background.