COLOR #676125

HEX: #676125
RGB: (103,97,37)

Color info

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

RGB color model

#676125 color RGB value is (103,97,37).

  • red value is 103;
  • green value is 97;
  • blue value is 37.
RGB:
(103,97,37)
(40%,38%,15%)

RGB channels and saturation

R 103 of 255 = 40%
G 97 of 255 = 38%
B 37 of 255 = 15%

103
97
37

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 37 = 237 (100%)
R 103 of 237 ~ 43.46%
G 97 of 237 ~ 40.93%
B 37 of 237 ~ 15.61%

%43.46
%40.93
%15.61

CMYK color model

#676125 color CMYK value is (0,6,64,60).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(0,6,64,60)
C0M6Y64K60 
(0%,6%,64%,60%)
(0.00/0.06/0.64/0.60)	

CMYK percentages

%0
%5.83
%64.08
%59.61

Codes

Color #676125 in popluar color models

676125
RGB1039737
HSL55°47.14%27.45%
HSB/HSV55°64.08%40.39%
CMYK0.00%5.83%64.08%
59.61%

Color #676125 in popluar number systems.

HEX676125
Decimal1039737
Binary11001111100001100101
Octal14714145

Shades and tints

Shades of #676125

#676125
(103,97,37)
#5E5922
(94,89,34)
#55511F
(85,81,31)
#4C491C
(76,73,28)
#434119
(67,65,25)
#3A3916
(58,57,22)
#313113
(49,49,19)
#282910
(40,41,16)
#1F210D
(31,33,13)
#16190A
(22,25,10)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #676125

#676125
(103,97,37)
#746F38
(116,111,56)
#817D4B
(129,125,75)
#8E8B5E
(142,139,94)
#9B9971
(155,153,113)
#A8A784
(168,167,132)
#B5B597
(181,181,151)
#C2C3AA
(194,195,170)
#CFD1BD
(207,209,189)
#DCDFD0
(220,223,208)
#E9EDE3
(233,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676125; }

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

This text font color is #676125.


Background Color

.myBgColor { background-color: #676125; }

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

This div background color is #676125.


Border color

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

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

This div border color is #676125.


Opacity

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

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

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

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

This text has shadow with #676125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676125 on black background.


Color preview on white background

This text has color #676125 on white background.



Black color preview on #676125 background

This text has black color on #676125 background.


White color preview on #676125 background

This text has white color on #676125 background.