COLOR #676F1D

HEX: #676F1D RGB: (103,111,29)

Color info

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

RGB color model

#676F1D color RGB value is (103,111,29).

RGB: (103,111,29) (40%, 44%, 11%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 29 of 255 = 11%

103
111
29

R + G + B ~ 32%. #676F1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 111 + 29 = 243 (100%)
R 103 of 243 ~ 42.39%
G 111 of 243 ~ 45.68%
B 29 of 243 ~ 11.93'%

%42.39
%45.68
%11.93

CMYK color model

#676F1D color CMYK value is (7,0,74,56).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 73.87%
  • key color value is 56.47%
CMYK: (7,0,74,56) C7M0Y74K56 (7%,0%,74%,56%) (0.07/0.00/0.74/0.56) 

CMYK percentages

%7.21
%0
%73.87
%56.47

Codes

Color #676F1D in popluar color models

67 6F 1D
RGB 103 111 29
HSL 66° 58.57% 27.45%
HSB/HSV 66° 73.87% 43.53%
CMYK 7.21% 0.00% 73.87%
56.47%

Color #676F1D in popluar number systems.

HEX 67 6F 1D
Decimal 103 111 29
Binary 1100111 1101111 11101
Octal 147 157 35

Shades and tints

Shades of #676F1D

#676F1D
(103,111,29)
#5E651B
(94,101,27)
#555B19
(85,91,25)
#4C5117
(76,81,23)
#434715
(67,71,21)
#3A3D13
(58,61,19)
#313311
(49,51,17)
#28290F
(40,41,15)
#1F1F0D
(31,31,13)
#16150B
(22,21,11)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #676F1D

#676F1D
(103,111,29)
#747C31
(116,124,49)
#818945
(129,137,69)
#8E9659
(142,150,89)
#9BA36D
(155,163,109)
#A8B081
(168,176,129)
#B5BD95
(181,189,149)
#C2CAA9
(194,202,169)
#CFD7BD
(207,215,189)
#DCE4D1
(220,228,209)
#E9F1E5
(233,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F1D color. Also use rgb(103,111,29) instead hex code.

Text Font Color

.myTextColor { color: #676F1D; }

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

This text font color is #676F1D.

Background Color

.myBgColor { background-color: #676F1D; }

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

This div background color is #676F1D.

Border color

.myBorderColor { border: 1px solid #676F1D; }

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

This div border color is #676F1D.

Opacity

.myOpacity80 { color: #676F1D; opacity: 0.8; }

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

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

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

This text has shadow with #676F1D color.


.textShadow {text-shadow: 3px 3px 1px #676F1D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #676F1D; -webkit-box-shadow: 1px 1px 3px 2px #676F1D; box-shadow:1px 1px 3px 2px #676F1D;">
Div content here
</div>

This div box has shadow with color #676F1D.

Preview

Color preview on black background

This text has color #676F1D on black background.


Color preview on white background

This text has color #676F1D on white background.


Black color preview on #676F1D background

This text has black color on #676F1D background.


White color preview on #676F1D background

This text has white color on #676F1D background.


Related colors

Complementary color

Complementary color for #hex is #9890E2.


I love getcolorcode.com

Triadic colors

1 #1D676F and #6F1D67 with #676F1D are triadic colors.

2 #1D6F67 and #6F671D with #676F1D are triadic colors.