COLOR #676D5D

HEX: #676D5D
RGB: (103,109,93)

Renk bilgisi

#676D5D contains red, green and blue colors in about the same proportion. #676D5D ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#676D5D color RGB value is (103,109,93).

  • kırmız ton 103;
  • yeşil ton 109;
  • mavi ton 93.
RGB:
(103,109,93)
(40%,43%,36%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 93 of 255 = 36%

103
109
93

R + G + B ~ 40%. #676D5D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 93 = 305 (100%)
R 103 of 305 ~ 33.77%
G 109 of 305 ~ 35.74%
B 93 of 305 ~ 30.49%

%33.77
%35.74
%30.49

CMYK RENK MODELİ

#676D5D rengi CMYK tonu (6,0,15,57).

  • camgöbeği tonu 5.50%
  • eflatun tonu 0.00%
  • sarı tonu 14.68%
  • ana renk tonu 57.25%
CMYK:
(6,0,15,57)
C6M0Y15K57 
(6%,0%,15%,57%)
(0.06/0.00/0.15/0.57)	

CMYK yüzdeleri

%5.5
%0
%14.68
%57.25

Codes

Color #676D5D in popluar color models

676D5D
RGB10310993
HSL83°7.92%39.61%
HSB/HSV83°14.68%42.75%
CMYK5.50%0.00%14.68%
57.25%

Color #676D5D in popluar number systems.

HEX676D5D
Decimal10310993
Binary110011111011011011101
Octal147155135

Shades and tints

Shades of #676D5D

#676D5D
(103,109,93)
#5E6455
(94,100,85)
#555B4D
(85,91,77)
#4C5245
(76,82,69)
#43493D
(67,73,61)
#3A4035
(58,64,53)
#31372D
(49,55,45)
#282E25
(40,46,37)
#1F251D
(31,37,29)
#161C15
(22,28,21)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #676D5D

#676D5D
(103,109,93)
#747A6B
(116,122,107)
#818779
(129,135,121)
#8E9487
(142,148,135)
#9BA195
(155,161,149)
#A8AEA3
(168,174,163)
#B5BBB1
(181,187,177)
#C2C8BF
(194,200,191)
#CFD5CD
(207,213,205)
#DCE2DB
(220,226,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D5D color. Also use rgb(103,109,93) instead hex code.

Text Font Color

.myTextColor { color: #676D5D; }

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

This text font color is #676D5D.


Background Color

.myBgColor { background-color: #676D5D; }

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

This div background color is #676D5D.


Border color

.myBorderColor { border: 1px solid #676D5D; }

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

This div border color is #676D5D.


Opacity

.myOpacity80 { color: #676D5D; opacity: 0.8; }

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

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

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

This text has shadow with #676D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D5D on black background.


Color preview on white background

This text has color #676D5D on white background.



Black color preview on #676D5D background

This text has black color on #676D5D background.


White color preview on #676D5D background

This text has white color on #676D5D background.