COLOR #674C49

HEX: #674C49
RGB: (103,76,73)

Renk bilgisi

#674C49 contains red, green and blue colors in about the same proportion. #674C49 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#674C49 color RGB value is (103,76,73).

  • kırmız ton 103;
  • yeşil ton 76;
  • mavi ton 73.
RGB:
(103,76,73)
(40%,30%,29%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 76 of 255 = 30%
B 73 of 255 = 29%

103
76
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 76 + 73 = 252 (100%)
R 103 of 252 ~ 40.87%
G 76 of 252 ~ 30.16%
B 73 of 252 ~ 28.97%

%40.87
%30.16
%28.97

CMYK RENK MODELİ

#674C49 rengi CMYK tonu (0,26,29,60).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.21%
  • sarı tonu 29.13%
  • ana renk tonu 59.61%
CMYK:
(0,26,29,60)
C0M26Y29K60 
(0%,26%,29%,60%)
(0.00/0.26/0.29/0.60)	

CMYK yüzdeleri

%0
%26.21
%29.13
%59.61

Codes

Color #674C49 in popluar color models

674C49
RGB1037673
HSL17.05%34.51%
HSB/HSV29.13%40.39%
CMYK0.00%26.21%29.13%
59.61%

Color #674C49 in popluar number systems.

HEX674C49
Decimal1037673
Binary110011110011001001001
Octal147114111

Shades and tints

Shades of #674C49

#674C49
(103,76,73)
#5E4643
(94,70,67)
#55403D
(85,64,61)
#4C3A37
(76,58,55)
#433431
(67,52,49)
#3A2E2B
(58,46,43)
#312825
(49,40,37)
#28221F
(40,34,31)
#1F1C19
(31,28,25)
#161613
(22,22,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #674C49

#674C49
(103,76,73)
#745C59
(116,92,89)
#816C69
(129,108,105)
#8E7C79
(142,124,121)
#9B8C89
(155,140,137)
#A89C99
(168,156,153)
#B5ACA9
(181,172,169)
#C2BCB9
(194,188,185)
#CFCCC9
(207,204,201)
#DCDCD9
(220,220,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674C49 color. Also use rgb(103,76,73) instead hex code.

Text Font Color

.myTextColor { color: #674C49; }

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

This text font color is #674C49.


Background Color

.myBgColor { background-color: #674C49; }

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

This div background color is #674C49.


Border color

.myBorderColor { border: 1px solid #674C49; }

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

This div border color is #674C49.


Opacity

.myOpacity80 { color: #674C49; opacity: 0.8; }

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

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

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

This text has shadow with #674C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C49 on black background.


Color preview on white background

This text has color #674C49 on white background.



Black color preview on #674C49 background

This text has black color on #674C49 background.


White color preview on #674C49 background

This text has white color on #674C49 background.