COLOR #677231

HEX: #677231
RGB: (103,114,49)

Color info

#677231 contains mainly red and green colors. Web safe color of #677231 is #666633 (or #663).

RGB color model

#677231 color RGB value is (103,114,49).

  • red value is 103;
  • green value is 114;
  • blue value is 49.
RGB:
(103,114,49)
(40%,45%,19%)

RGB channels and saturation

R 103 of 255 = 40%
G 114 of 255 = 45%
B 49 of 255 = 19%

103
114
49

R + G + B ~ 35%. #677231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 114 + 49 = 266 (100%)
R 103 of 266 ~ 38.72%
G 114 of 266 ~ 42.86%
B 49 of 266 ~ 18.42%

%38.72
%42.86
%18.42

CMYK color model

#677231 color CMYK value is (10,0,57,55).

  • cyan value is 9.65%
  • magenta value is 0.00%
  • yellow value is 57.02%
  • key color value is 55.29%
CMYK:
(10,0,57,55)
C10M0Y57K55 
(10%,0%,57%,55%)
(0.10/0.00/0.57/0.55)	

CMYK percentages

%9.65
%0
%57.02
%55.29

Codes

Color #677231 in popluar color models

677231
RGB10311449
HSL70°39.88%31.96%
HSB/HSV70°57.02%44.71%
CMYK9.65%0.00%57.02%
55.29%

Color #677231 in popluar number systems.

HEX677231
Decimal10311449
Binary11001111110010110001
Octal14716261

Shades and tints

Shades of #677231

#677231
(103,114,49)
#5E682D
(94,104,45)
#555E29
(85,94,41)
#4C5425
(76,84,37)
#434A21
(67,74,33)
#3A401D
(58,64,29)
#313619
(49,54,25)
#282C15
(40,44,21)
#1F2211
(31,34,17)
#16180D
(22,24,13)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #677231

#677231
(103,114,49)
#747E43
(116,126,67)
#818A55
(129,138,85)
#8E9667
(142,150,103)
#9BA279
(155,162,121)
#A8AE8B
(168,174,139)
#B5BA9D
(181,186,157)
#C2C6AF
(194,198,175)
#CFD2C1
(207,210,193)
#DCDED3
(220,222,211)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677231 color. Also use rgb(103,114,49) instead hex code.

Text Font Color

.myTextColor { color: #677231; }

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

This text font color is #677231.


Background Color

.myBgColor { background-color: #677231; }

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

This div background color is #677231.


Border color

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

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

This div border color is #677231.


Opacity

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

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

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

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

This text has shadow with #677231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677231 on black background.


Color preview on white background

This text has color #677231 on white background.



Black color preview on #677231 background

This text has black color on #677231 background.


White color preview on #677231 background

This text has white color on #677231 background.