COLOR #679471

HEX: #679471
RGB: (103,148,113)

Color info

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

RGB color model

#679471 color RGB value is (103,148,113).

  • red value is 103;
  • green value is 148;
  • blue value is 113.
RGB:
(103,148,113)
(40%,58%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 148 of 255 = 58%
B 113 of 255 = 44%

103
148
113

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

Portions of RGB colors in percentages

R + G + B =
103 + 148 + 113 = 364 (100%)
R 103 of 364 ~ 28.3%
G 148 of 364 ~ 40.66%
B 113 of 364 ~ 31.04%

%28.3
%40.66
%31.04

CMYK color model

#679471 color CMYK value is (30,0,24,42).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 41.96%
CMYK:
(30,0,24,42)
C30M0Y24K42 
(30%,0%,24%,42%)
(0.30/0.00/0.24/0.42)	

CMYK percentages

%30.41
%0
%23.65
%41.96

Codes

Color #679471 in popluar color models

679471
RGB103148113
HSL133°17.93%49.22%
HSB/HSV133°30.41%58.04%
CMYK30.41%0.00%23.65%
41.96%

Color #679471 in popluar number systems.

HEX679471
Decimal103148113
Binary1100111100101001110001
Octal147224161

Shades and tints

Shades of #679471

#679471
(103,148,113)
#5E8767
(94,135,103)
#557A5D
(85,122,93)
#4C6D53
(76,109,83)
#436049
(67,96,73)
#3A533F
(58,83,63)
#314635
(49,70,53)
#28392B
(40,57,43)
#1F2C21
(31,44,33)
#161F17
(22,31,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #679471

#679471
(103,148,113)
#749D7D
(116,157,125)
#81A689
(129,166,137)
#8EAF95
(142,175,149)
#9BB8A1
(155,184,161)
#A8C1AD
(168,193,173)
#B5CAB9
(181,202,185)
#C2D3C5
(194,211,197)
#CFDCD1
(207,220,209)
#DCE5DD
(220,229,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679471 color. Also use rgb(103,148,113) instead hex code.

Text Font Color

.myTextColor { color: #679471; }

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

This text font color is #679471.


Background Color

.myBgColor { background-color: #679471; }

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

This div background color is #679471.


Border color

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

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

This div border color is #679471.


Opacity

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

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

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

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

This text has shadow with #679471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679471 on black background.


Color preview on white background

This text has color #679471 on white background.



Black color preview on #679471 background

This text has black color on #679471 background.


White color preview on #679471 background

This text has white color on #679471 background.