COLOR #676711

HEX: #676711
RGB: (103,103,17)

Color info

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

RGB color model

#676711 color RGB value is (103,103,17).

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

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 17 of 255 = 7%

103
103
17

R + G + B ~ 29%. #676711 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 17 = 223 (100%)
R 103 of 223 ~ 46.19%
G 103 of 223 ~ 46.19%
B 17 of 223 ~ 7.62%

%46.19
%46.19

CMYK color model

#676711 color CMYK value is (0,0,83,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 83.50%
  • key color value is 59.61%
CMYK:
(0,0,83,60)
C0M0Y83K60 
(0%,0%,83%,60%)
(0.00/0.00/0.83/0.60)	

CMYK percentages

%0
%0
%83.5
%59.61

Codes

Color #676711 in popluar color models

676711
RGB10310317
HSL60°71.67%23.53%
HSB/HSV60°83.50%40.39%
CMYK0.00%0.00%83.50%
59.61%

Color #676711 in popluar number systems.

HEX676711
Decimal10310317
Binary1100111110011110001
Octal14714721

Shades and tints

Shades of #676711

#676711
(103,103,17)
#5E5E10
(94,94,16)
#55550F
(85,85,15)
#4C4C0E
(76,76,14)
#43430D
(67,67,13)
#3A3A0C
(58,58,12)
#31310B
(49,49,11)
#28280A
(40,40,10)
#1F1F09
(31,31,9)
#161608
(22,22,8)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #676711

#676711
(103,103,17)
#747426
(116,116,38)
#81813B
(129,129,59)
#8E8E50
(142,142,80)
#9B9B65
(155,155,101)
#A8A87A
(168,168,122)
#B5B58F
(181,181,143)
#C2C2A4
(194,194,164)
#CFCFB9
(207,207,185)
#DCDCCE
(220,220,206)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676711; }

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

This text font color is #676711.


Background Color

.myBgColor { background-color: #676711; }

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

This div background color is #676711.


Border color

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

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

This div border color is #676711.


Opacity

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

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

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

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

This text has shadow with #676711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676711 on black background.


Color preview on white background

This text has color #676711 on white background.



Black color preview on #676711 background

This text has black color on #676711 background.


White color preview on #676711 background

This text has white color on #676711 background.