COLOR #677424

HEX: #677424
RGB: (103,116,36)

Color info

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

RGB color model

#677424 color RGB value is (103,116,36).

  • red value is 103;
  • green value is 116;
  • blue value is 36.
RGB:
(103,116,36)
(40%,45%,14%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 36 of 255 = 14%

103
116
36

R + G + B ~ 33%. #677424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 36 = 255 (100%)
R 103 of 255 ~ 40.39%
G 116 of 255 ~ 45.49%
B 36 of 255 ~ 14.12%

%40.39
%45.49
%14.12

CMYK color model

#677424 color CMYK value is (11,0,69,55).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 54.51%
CMYK:
(11,0,69,55)
C11M0Y69K55 
(11%,0%,69%,55%)
(0.11/0.00/0.69/0.55)	

CMYK percentages

%11.21
%0
%68.97
%54.51

Codes

Color #677424 in popluar color models

677424
RGB10311636
HSL70°52.63%29.80%
HSB/HSV70°68.97%45.49%
CMYK11.21%0.00%68.97%
54.51%

Color #677424 in popluar number systems.

HEX677424
Decimal10311636
Binary11001111110100100100
Octal14716444

Shades and tints

Shades of #677424

#677424
(103,116,36)
#5E6A21
(94,106,33)
#55601E
(85,96,30)
#4C561B
(76,86,27)
#434C18
(67,76,24)
#3A4215
(58,66,21)
#313812
(49,56,18)
#282E0F
(40,46,15)
#1F240C
(31,36,12)
#161A09
(22,26,9)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #677424

#677424
(103,116,36)
#748037
(116,128,55)
#818C4A
(129,140,74)
#8E985D
(142,152,93)
#9BA470
(155,164,112)
#A8B083
(168,176,131)
#B5BC96
(181,188,150)
#C2C8A9
(194,200,169)
#CFD4BC
(207,212,188)
#DCE0CF
(220,224,207)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677424 color. Also use rgb(103,116,36) instead hex code.

Text Font Color

.myTextColor { color: #677424; }

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

This text font color is #677424.


Background Color

.myBgColor { background-color: #677424; }

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

This div background color is #677424.


Border color

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

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

This div border color is #677424.


Opacity

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

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

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

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

This text has shadow with #677424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677424 on black background.


Color preview on white background

This text has color #677424 on white background.



Black color preview on #677424 background

This text has black color on #677424 background.


White color preview on #677424 background

This text has white color on #677424 background.