COLOR #678247

HEX: #678247
RGB: (103,130,71)

Color info

#678247 contains red, green and blue colors in about the same proportion. Web safe color of #678247 is #669933 (or #693).

RGB color model

#678247 color RGB value is (103,130,71).

  • red value is 103;
  • green value is 130;
  • blue value is 71.
RGB:
(103,130,71)
(40%,51%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 130 of 255 = 51%
B 71 of 255 = 28%

103
130
71

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

Portions of RGB colors in percentages

R + G + B =
103 + 130 + 71 = 304 (100%)
R 103 of 304 ~ 33.88%
G 130 of 304 ~ 42.76%
B 71 of 304 ~ 23.36%

%33.88
%42.76
%23.36

CMYK color model

#678247 color CMYK value is (21,0,45,49).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 45.38%
  • key color value is 49.02%
CMYK:
(21,0,45,49)
C21M0Y45K49 
(21%,0%,45%,49%)
(0.21/0.00/0.45/0.49)	

CMYK percentages

%20.77
%0
%45.38
%49.02

Codes

Color #678247 in popluar color models

678247
RGB10313071
HSL87°29.35%39.41%
HSB/HSV87°45.38%50.98%
CMYK20.77%0.00%45.38%
49.02%

Color #678247 in popluar number systems.

HEX678247
Decimal10313071
Binary1100111100000101000111
Octal147202107

Shades and tints

Shades of #678247

#678247
(103,130,71)
#5E7741
(94,119,65)
#556C3B
(85,108,59)
#4C6135
(76,97,53)
#43562F
(67,86,47)
#3A4B29
(58,75,41)
#314023
(49,64,35)
#28351D
(40,53,29)
#1F2A17
(31,42,23)
#161F11
(22,31,17)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #678247

#678247
(103,130,71)
#748D57
(116,141,87)
#819867
(129,152,103)
#8EA377
(142,163,119)
#9BAE87
(155,174,135)
#A8B997
(168,185,151)
#B5C4A7
(181,196,167)
#C2CFB7
(194,207,183)
#CFDAC7
(207,218,199)
#DCE5D7
(220,229,215)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678247 color. Also use rgb(103,130,71) instead hex code.

Text Font Color

.myTextColor { color: #678247; }

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

This text font color is #678247.


Background Color

.myBgColor { background-color: #678247; }

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

This div background color is #678247.


Border color

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

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

This div border color is #678247.


Opacity

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

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

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

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

This text has shadow with #678247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678247 on black background.


Color preview on white background

This text has color #678247 on white background.



Black color preview on #678247 background

This text has black color on #678247 background.


White color preview on #678247 background

This text has white color on #678247 background.