COLOR #676525

HEX: #676525
RGB: (103,101,37)

Color info

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

RGB color model

#676525 color RGB value is (103,101,37).

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

RGB channels and saturation

R 103 of 255 = 40%
G 101 of 255 = 40%
B 37 of 255 = 15%

103
101
37

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

Portions of RGB colors in percentages

R + G + B =
103 + 101 + 37 = 241 (100%)
R 103 of 241 ~ 42.74%
G 101 of 241 ~ 41.91%
B 37 of 241 ~ 15.35%

%42.74
%41.91
%15.35

CMYK color model

#676525 color CMYK value is (0,2,64,60).

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(0,2,64,60)
C0M2Y64K60 
(0%,2%,64%,60%)
(0.00/0.02/0.64/0.60)	

CMYK percentages

%0
%1.94
%64.08
%59.61

Codes

Color #676525 in popluar color models

676525
RGB10310137
HSL58°47.14%27.45%
HSB/HSV58°64.08%40.39%
CMYK0.00%1.94%64.08%
59.61%

Color #676525 in popluar number systems.

HEX676525
Decimal10310137
Binary11001111100101100101
Octal14714545

Shades and tints

Shades of #676525

#676525
(103,101,37)
#5E5C22
(94,92,34)
#55531F
(85,83,31)
#4C4A1C
(76,74,28)
#434119
(67,65,25)
#3A3816
(58,56,22)
#312F13
(49,47,19)
#282610
(40,38,16)
#1F1D0D
(31,29,13)
#16140A
(22,20,10)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #676525

#676525
(103,101,37)
#747338
(116,115,56)
#81814B
(129,129,75)
#8E8F5E
(142,143,94)
#9B9D71
(155,157,113)
#A8AB84
(168,171,132)
#B5B997
(181,185,151)
#C2C7AA
(194,199,170)
#CFD5BD
(207,213,189)
#DCE3D0
(220,227,208)
#E9F1E3
(233,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676525; }

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

This text font color is #676525.


Background Color

.myBgColor { background-color: #676525; }

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

This div background color is #676525.


Border color

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

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

This div border color is #676525.


Opacity

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

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

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

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

This text has shadow with #676525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676525 on black background.


Color preview on white background

This text has color #676525 on white background.



Black color preview on #676525 background

This text has black color on #676525 background.


White color preview on #676525 background

This text has white color on #676525 background.