COLOR #678858

HEX: #678858
RGB: (103,136,88)

Color info

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

RGB color model

#678858 color RGB value is (103,136,88).

  • red value is 103;
  • green value is 136;
  • blue value is 88.
RGB:
(103,136,88)
(40%,53%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 136 of 255 = 53%
B 88 of 255 = 35%

103
136
88

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

Portions of RGB colors in percentages

R + G + B =
103 + 136 + 88 = 327 (100%)
R 103 of 327 ~ 31.5%
G 136 of 327 ~ 41.59%
B 88 of 327 ~ 26.91%

%31.5
%41.59
%26.91

CMYK color model

#678858 color CMYK value is (24,0,35,47).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 46.67%
CMYK:
(24,0,35,47)
C24M0Y35K47 
(24%,0%,35%,47%)
(0.24/0.00/0.35/0.47)	

CMYK percentages

%24.26
%0
%35.29
%46.67

Codes

Color #678858 in popluar color models

678858
RGB10313688
HSL101°21.43%43.92%
HSB/HSV101°35.29%53.33%
CMYK24.26%0.00%35.29%
46.67%

Color #678858 in popluar number systems.

HEX678858
Decimal10313688
Binary1100111100010001011000
Octal147210130

Shades and tints

Shades of #678858

#678858
(103,136,88)
#5E7C50
(94,124,80)
#557048
(85,112,72)
#4C6440
(76,100,64)
#435838
(67,88,56)
#3A4C30
(58,76,48)
#314028
(49,64,40)
#283420
(40,52,32)
#1F2818
(31,40,24)
#161C10
(22,28,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #678858

#678858
(103,136,88)
#749267
(116,146,103)
#819C76
(129,156,118)
#8EA685
(142,166,133)
#9BB094
(155,176,148)
#A8BAA3
(168,186,163)
#B5C4B2
(181,196,178)
#C2CEC1
(194,206,193)
#CFD8D0
(207,216,208)
#DCE2DF
(220,226,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678858 color. Also use rgb(103,136,88) instead hex code.

Text Font Color

.myTextColor { color: #678858; }

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

This text font color is #678858.


Background Color

.myBgColor { background-color: #678858; }

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

This div background color is #678858.


Border color

.myBorderColor { border: 1px solid #678858; }

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

This div border color is #678858.


Opacity

.myOpacity80 { color: #678858; opacity: 0.8; }

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

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

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

This text has shadow with #678858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678858 on black background.


Color preview on white background

This text has color #678858 on white background.



Black color preview on #678858 background

This text has black color on #678858 background.


White color preview on #678858 background

This text has white color on #678858 background.