COLOR #678F52

HEX: #678F52
RGB: (103,143,82)

Color info

#678F52 contains mainly red and green colors. Web safe color of #678F52 is #669966 (or #696).

RGB color model

#678F52 color RGB value is (103,143,82).

  • red value is 103;
  • green value is 143;
  • blue value is 82.
RGB:
(103,143,82)
(40%,56%,32%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 82 of 255 = 32%

103
143
82

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

Portions of RGB colors in percentages

R + G + B =
103 + 143 + 82 = 328 (100%)
R 103 of 328 ~ 31.4%
G 143 of 328 ~ 43.6%
B 82 of 328 ~ 25%

%31.4
%43.6
%25

CMYK color model

#678F52 color CMYK value is (28,0,43,44).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%
CMYK:
(28,0,43,44)
C28M0Y43K44 
(28%,0%,43%,44%)
(0.28/0.00/0.43/0.44)	

CMYK percentages

%27.97
%0
%42.66
%43.92

Codes

Color #678F52 in popluar color models

678F52
RGB10314382
HSL99°27.11%44.12%
HSB/HSV99°42.66%56.08%
CMYK27.97%0.00%42.66%
43.92%

Color #678F52 in popluar number systems.

HEX678F52
Decimal10314382
Binary1100111100011111010010
Octal147217122

Shades and tints

Shades of #678F52

#678F52
(103,143,82)
#5E824B
(94,130,75)
#557544
(85,117,68)
#4C683D
(76,104,61)
#435B36
(67,91,54)
#3A4E2F
(58,78,47)
#314128
(49,65,40)
#283421
(40,52,33)
#1F271A
(31,39,26)
#161A13
(22,26,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #678F52

#678F52
(103,143,82)
#749961
(116,153,97)
#81A370
(129,163,112)
#8EAD7F
(142,173,127)
#9BB78E
(155,183,142)
#A8C19D
(168,193,157)
#B5CBAC
(181,203,172)
#C2D5BB
(194,213,187)
#CFDFCA
(207,223,202)
#DCE9D9
(220,233,217)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678F52 color. Also use rgb(103,143,82) instead hex code.

Text Font Color

.myTextColor { color: #678F52; }

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

This text font color is #678F52.


Background Color

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

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

This div background color is #678F52.


Border color

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

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

This div border color is #678F52.


Opacity

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

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

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

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

This text has shadow with #678F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678F52 on black background.


Color preview on white background

This text has color #678F52 on white background.



Black color preview on #678F52 background

This text has black color on #678F52 background.


White color preview on #678F52 background

This text has white color on #678F52 background.