COLOR #676541

HEX: #676541
RGB: (103,101,65)

Color info

#676541 contains red, green and blue colors in about the same proportion. Web safe color of #676541 is #666633 (or #663).

RGB color model

#676541 color RGB value is (103,101,65).

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

RGB channels and saturation

R 103 of 255 = 40%
G 101 of 255 = 40%
B 65 of 255 = 25%

103
101
65

R + G + B ~ 35%. #676541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 101 + 65 = 269 (100%)
R 103 of 269 ~ 38.29%
G 101 of 269 ~ 37.55%
B 65 of 269 ~ 24.16%

%38.29
%37.55
%24.16

CMYK color model

#676541 color CMYK value is (0,2,37,60).

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(0,2,37,60)
C0M2Y37K60 
(0%,2%,37%,60%)
(0.00/0.02/0.37/0.60)	

CMYK percentages

%0
%1.94
%36.89
%59.61

Codes

Color #676541 in popluar color models

676541
RGB10310165
HSL57°22.62%32.94%
HSB/HSV57°36.89%40.39%
CMYK0.00%1.94%36.89%
59.61%

Color #676541 in popluar number systems.

HEX676541
Decimal10310165
Binary110011111001011000001
Octal147145101

Shades and tints

Shades of #676541

#676541
(103,101,65)
#5E5C3C
(94,92,60)
#555337
(85,83,55)
#4C4A32
(76,74,50)
#43412D
(67,65,45)
#3A3828
(58,56,40)
#312F23
(49,47,35)
#28261E
(40,38,30)
#1F1D19
(31,29,25)
#161414
(22,20,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #676541

#676541
(103,101,65)
#747352
(116,115,82)
#818163
(129,129,99)
#8E8F74
(142,143,116)
#9B9D85
(155,157,133)
#A8AB96
(168,171,150)
#B5B9A7
(181,185,167)
#C2C7B8
(194,199,184)
#CFD5C9
(207,213,201)
#DCE3DA
(220,227,218)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676541; }

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

This text font color is #676541.


Background Color

.myBgColor { background-color: #676541; }

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

This div background color is #676541.


Border color

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

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

This div border color is #676541.


Opacity

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

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

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

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

This text has shadow with #676541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676541 on black background.


Color preview on white background

This text has color #676541 on white background.



Black color preview on #676541 background

This text has black color on #676541 background.


White color preview on #676541 background

This text has white color on #676541 background.