COLOR #676D46

HEX: #676D46
RGB: (103,109,70)

Renk bilgisi

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

RGB renk modeli

#676D46 color RGB value is (103,109,70).

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

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 109 of 255 = 43%
B 70 of 255 = 27%

103
109
70

R + G + B ~ 37%. #676D46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 109 + 70 = 282 (100%)
R 103 of 282 ~ 36.52%
G 109 of 282 ~ 38.65%
B 70 of 282 ~ 24.82%

%36.52
%38.65
%24.82

CMYK RENK MODELİ

#676D46 rengi CMYK tonu (6,0,36,57).

  • camgöbeği tonu 5.50%
  • eflatun tonu 0.00%
  • sarı tonu 35.78%
  • ana renk tonu 57.25%
CMYK:
(6,0,36,57)
C6M0Y36K57 
(6%,0%,36%,57%)
(0.06/0.00/0.36/0.57)	

CMYK yüzdeleri

%5.5
%0
%35.78
%57.25

Codes

Color #676D46 in popluar color models

676D46
RGB10310970
HSL69°21.79%35.10%
HSB/HSV69°35.78%42.75%
CMYK5.50%0.00%35.78%
57.25%

Color #676D46 in popluar number systems.

HEX676D46
Decimal10310970
Binary110011111011011000110
Octal147155106

Shades and tints

Shades of #676D46

#676D46
(103,109,70)
#5E6440
(94,100,64)
#555B3A
(85,91,58)
#4C5234
(76,82,52)
#43492E
(67,73,46)
#3A4028
(58,64,40)
#313722
(49,55,34)
#282E1C
(40,46,28)
#1F2516
(31,37,22)
#161C10
(22,28,16)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #676D46

#676D46
(103,109,70)
#747A56
(116,122,86)
#818766
(129,135,102)
#8E9476
(142,148,118)
#9BA186
(155,161,134)
#A8AE96
(168,174,150)
#B5BBA6
(181,187,166)
#C2C8B6
(194,200,182)
#CFD5C6
(207,213,198)
#DCE2D6
(220,226,214)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D46; }

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

This text font color is #676D46.


Background Color

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

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

This div background color is #676D46.


Border color

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

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

This div border color is #676D46.


Opacity

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

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

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

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

This text has shadow with #676D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D46 on black background.


Color preview on white background

This text has color #676D46 on white background.



Black color preview on #676D46 background

This text has black color on #676D46 background.


White color preview on #676D46 background

This text has white color on #676D46 background.