COLOR #677852

HEX: #677852
RGB: (103,120,82)

Color info

#677852 contains red, green and blue colors in about the same proportion. Web safe color of #677852 is #666666 (or #666).

RGB color model

#677852 color RGB value is (103,120,82).

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

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 82 of 255 = 32%

103
120
82

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

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 82 = 305 (100%)
R 103 of 305 ~ 33.77%
G 120 of 305 ~ 39.34%
B 82 of 305 ~ 26.89%

%33.77
%39.34
%26.89

CMYK color model

#677852 color CMYK value is (14,0,32,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 52.94%
CMYK:
(14,0,32,53)
C14M0Y32K53 
(14%,0%,32%,53%)
(0.14/0.00/0.32/0.53)	

CMYK percentages

%14.17
%0
%31.67
%52.94

Codes

Color #677852 in popluar color models

677852
RGB10312082
HSL87°18.81%39.61%
HSB/HSV87°31.67%47.06%
CMYK14.17%0.00%31.67%
52.94%

Color #677852 in popluar number systems.

HEX677852
Decimal10312082
Binary110011111110001010010
Octal147170122

Shades and tints

Shades of #677852

#677852
(103,120,82)
#5E6E4B
(94,110,75)
#556444
(85,100,68)
#4C5A3D
(76,90,61)
#435036
(67,80,54)
#3A462F
(58,70,47)
#313C28
(49,60,40)
#283221
(40,50,33)
#1F281A
(31,40,26)
#161E13
(22,30,19)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #677852

#677852
(103,120,82)
#748461
(116,132,97)
#819070
(129,144,112)
#8E9C7F
(142,156,127)
#9BA88E
(155,168,142)
#A8B49D
(168,180,157)
#B5C0AC
(181,192,172)
#C2CCBB
(194,204,187)
#CFD8CA
(207,216,202)
#DCE4D9
(220,228,217)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677852; }

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

This text font color is #677852.


Background Color

.myBgColor { background-color: #677852; }

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

This div background color is #677852.


Border color

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

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

This div border color is #677852.


Opacity

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

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

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

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

This text has shadow with #677852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677852 on black background.


Color preview on white background

This text has color #677852 on white background.



Black color preview on #677852 background

This text has black color on #677852 background.


White color preview on #677852 background

This text has white color on #677852 background.