COLOR #676429

HEX: #676429
RGB: (103,100,41)

Color info

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

RGB color model

#676429 color RGB value is (103,100,41).

  • red value is 103;
  • green value is 100;
  • blue value is 41.
RGB:
(103,100,41)
(40%,39%,16%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 41 of 255 = 16%

103
100
41

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 41 = 244 (100%)
R 103 of 244 ~ 42.21%
G 100 of 244 ~ 40.98%
B 41 of 244 ~ 16.8%

%42.21
%40.98
%16.8

CMYK color model

#676429 color CMYK value is (0,3,60,60).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(0,3,60,60)
C0M3Y60K60 
(0%,3%,60%,60%)
(0.00/0.03/0.60/0.60)	

CMYK percentages

%0
%2.91
%60.19
%59.61

Codes

Color #676429 in popluar color models

676429
RGB10310041
HSL57°43.06%28.24%
HSB/HSV57°60.19%40.39%
CMYK0.00%2.91%60.19%
59.61%

Color #676429 in popluar number systems.

HEX676429
Decimal10310041
Binary11001111100100101001
Octal14714451

Shades and tints

Shades of #676429

#676429
(103,100,41)
#5E5B26
(94,91,38)
#555223
(85,82,35)
#4C4920
(76,73,32)
#43401D
(67,64,29)
#3A371A
(58,55,26)
#312E17
(49,46,23)
#282514
(40,37,20)
#1F1C11
(31,28,17)
#16130E
(22,19,14)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #676429

#676429
(103,100,41)
#74723C
(116,114,60)
#81804F
(129,128,79)
#8E8E62
(142,142,98)
#9B9C75
(155,156,117)
#A8AA88
(168,170,136)
#B5B89B
(181,184,155)
#C2C6AE
(194,198,174)
#CFD4C1
(207,212,193)
#DCE2D4
(220,226,212)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676429; }

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

This text font color is #676429.


Background Color

.myBgColor { background-color: #676429; }

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

This div background color is #676429.


Border color

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

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

This div border color is #676429.


Opacity

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

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

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

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

This text has shadow with #676429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676429 on black background.


Color preview on white background

This text has color #676429 on white background.



Black color preview on #676429 background

This text has black color on #676429 background.


White color preview on #676429 background

This text has white color on #676429 background.