COLOR #676631

HEX: #676631
RGB: (103,102,49)

Renk bilgisi

#676631 contains red, green and blue colors in about the same proportion. #676631 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#676631 color RGB value is (103,102,49).

  • kırmız ton 103;
  • yeşil ton 102;
  • mavi ton 49.
RGB:
(103,102,49)
(40%,40%,19%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 102 of 255 = 40%
B 49 of 255 = 19%

103
102
49

R + G + B ~ 33%. #676631 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 102 + 49 = 254 (100%)
R 103 of 254 ~ 40.55%
G 102 of 254 ~ 40.16%
B 49 of 254 ~ 19.29%

%40.55
%40.16
%19.29

CMYK RENK MODELİ

#676631 rengi CMYK tonu (0,1,52,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.97%
  • sarı tonu 52.43%
  • ana renk tonu 59.61%
CMYK:
(0,1,52,60)
C0M1Y52K60 
(0%,1%,52%,60%)
(0.00/0.01/0.52/0.60)	

CMYK yüzdeleri

%0
%0.97
%52.43
%59.61

Codes

Color #676631 in popluar color models

676631
RGB10310249
HSL59°35.53%29.80%
HSB/HSV59°52.43%40.39%
CMYK0.00%0.97%52.43%
59.61%

Color #676631 in popluar number systems.

HEX676631
Decimal10310249
Binary11001111100110110001
Octal14714661

Shades and tints

Shades of #676631

#676631
(103,102,49)
#5E5D2D
(94,93,45)
#555429
(85,84,41)
#4C4B25
(76,75,37)
#434221
(67,66,33)
#3A391D
(58,57,29)
#313019
(49,48,25)
#282715
(40,39,21)
#1F1E11
(31,30,17)
#16150D
(22,21,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #676631

#676631
(103,102,49)
#747343
(116,115,67)
#818055
(129,128,85)
#8E8D67
(142,141,103)
#9B9A79
(155,154,121)
#A8A78B
(168,167,139)
#B5B49D
(181,180,157)
#C2C1AF
(194,193,175)
#CFCEC1
(207,206,193)
#DCDBD3
(220,219,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676631 color. Also use rgb(103,102,49) instead hex code.

Text Font Color

.myTextColor { color: #676631; }

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

This text font color is #676631.


Background Color

.myBgColor { background-color: #676631; }

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

This div background color is #676631.


Border color

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

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

This div border color is #676631.


Opacity

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

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

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

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

This text has shadow with #676631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676631 on black background.


Color preview on white background

This text has color #676631 on white background.



Black color preview on #676631 background

This text has black color on #676631 background.


White color preview on #676631 background

This text has white color on #676631 background.