COLOR #677413

HEX: #677413
RGB: (103,116,19)

Color info

#677413 contains mainly red and green colors. Web safe color of #677413 is #666600 (or #660).

RGB color model

#677413 color RGB value is (103,116,19).

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

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 19 of 255 = 7%

103
116
19

R + G + B ~ 31%. #677413 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 19 = 238 (100%)
R 103 of 238 ~ 43.28%
G 116 of 238 ~ 48.74%
B 19 of 238 ~ 7.98%

%43.28
%48.74

CMYK color model

#677413 color CMYK value is (11,0,84,55).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 83.62%
  • key color value is 54.51%
CMYK:
(11,0,84,55)
C11M0Y84K55 
(11%,0%,84%,55%)
(0.11/0.00/0.84/0.55)	

CMYK percentages

%11.21
%0
%83.62
%54.51

Codes

Color #677413 in popluar color models

677413
RGB10311619
HSL68°71.85%26.47%
HSB/HSV68°83.62%45.49%
CMYK11.21%0.00%83.62%
54.51%

Color #677413 in popluar number systems.

HEX677413
Decimal10311619
Binary1100111111010010011
Octal14716423

Shades and tints

Shades of #677413

#677413
(103,116,19)
#5E6A12
(94,106,18)
#556011
(85,96,17)
#4C5610
(76,86,16)
#434C0F
(67,76,15)
#3A420E
(58,66,14)
#31380D
(49,56,13)
#282E0C
(40,46,12)
#1F240B
(31,36,11)
#161A0A
(22,26,10)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #677413

#677413
(103,116,19)
#748028
(116,128,40)
#818C3D
(129,140,61)
#8E9852
(142,152,82)
#9BA467
(155,164,103)
#A8B07C
(168,176,124)
#B5BC91
(181,188,145)
#C2C8A6
(194,200,166)
#CFD4BB
(207,212,187)
#DCE0D0
(220,224,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677413; }

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

This text font color is #677413.


Background Color

.myBgColor { background-color: #677413; }

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

This div background color is #677413.


Border color

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

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

This div border color is #677413.


Opacity

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

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

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

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

This text has shadow with #677413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677413 on black background.


Color preview on white background

This text has color #677413 on white background.



Black color preview on #677413 background

This text has black color on #677413 background.


White color preview on #677413 background

This text has white color on #677413 background.