COLOR #678358

HEX: #678358
RGB: (103,131,88)

Color info

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

RGB color model

#678358 color RGB value is (103,131,88).

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

RGB channels and saturation

R 103 of 255 = 40%
G 131 of 255 = 51%
B 88 of 255 = 35%

103
131
88

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

Portions of RGB colors in percentages

R + G + B =
103 + 131 + 88 = 322 (100%)
R 103 of 322 ~ 31.99%
G 131 of 322 ~ 40.68%
B 88 of 322 ~ 27.33%

%31.99
%40.68
%27.33

CMYK color model

#678358 color CMYK value is (21,0,33,49).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 32.82%
  • key color value is 48.63%
CMYK:
(21,0,33,49)
C21M0Y33K49 
(21%,0%,33%,49%)
(0.21/0.00/0.33/0.49)	

CMYK percentages

%21.37
%0
%32.82
%48.63

Codes

Color #678358 in popluar color models

678358
RGB10313188
HSL99°19.63%42.94%
HSB/HSV99°32.82%51.37%
CMYK21.37%0.00%32.82%
48.63%

Color #678358 in popluar number systems.

HEX678358
Decimal10313188
Binary1100111100000111011000
Octal147203130

Shades and tints

Shades of #678358

#678358
(103,131,88)
#5E7850
(94,120,80)
#556D48
(85,109,72)
#4C6240
(76,98,64)
#435738
(67,87,56)
#3A4C30
(58,76,48)
#314128
(49,65,40)
#283620
(40,54,32)
#1F2B18
(31,43,24)
#162010
(22,32,16)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #678358

#678358
(103,131,88)
#748E67
(116,142,103)
#819976
(129,153,118)
#8EA485
(142,164,133)
#9BAF94
(155,175,148)
#A8BAA3
(168,186,163)
#B5C5B2
(181,197,178)
#C2D0C1
(194,208,193)
#CFDBD0
(207,219,208)
#DCE6DF
(220,230,223)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #678358; }

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

This text font color is #678358.


Background Color

.myBgColor { background-color: #678358; }

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

This div background color is #678358.


Border color

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

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

This div border color is #678358.


Opacity

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

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

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

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

This text has shadow with #678358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678358 on black background.


Color preview on white background

This text has color #678358 on white background.



Black color preview on #678358 background

This text has black color on #678358 background.


White color preview on #678358 background

This text has white color on #678358 background.