COLOR #684427

HEX: #684427
RGB: (104,68,39)

Renk bilgisi

#684427 contains mainly red and green colors. #684427 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#684427 color RGB value is (104,68,39).

  • kırmız ton 104;
  • yeşil ton 68;
  • mavi ton 39.
RGB:
(104,68,39)
(41%,27%,15%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 68 of 255 = 27%
B 39 of 255 = 15%

104
68
39

R + G + B ~ 28%. #684427 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 68 + 39 = 211 (100%)
R 104 of 211 ~ 49.29%
G 68 of 211 ~ 32.23%
B 39 of 211 ~ 18.48%

%49.29
%32.23
%18.48

CMYK RENK MODELİ

#684427 rengi CMYK tonu (0,35,63,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.62%
  • sarı tonu 62.50%
  • ana renk tonu 59.22%
CMYK:
(0,35,63,59)
C0M35Y63K59 
(0%,35%,63%,59%)
(0.00/0.35/0.63/0.59)	

CMYK yüzdeleri

%0
%34.62
%62.5
%59.22

Codes

Color #684427 in popluar color models

684427
RGB1046839
HSL27°45.45%28.04%
HSB/HSV27°62.50%40.78%
CMYK0.00%34.62%62.50%
59.22%

Color #684427 in popluar number systems.

HEX684427
Decimal1046839
Binary11010001000100100111
Octal15010447

Shades and tints

Shades of #684427

#684427
(104,68,39)
#5F3E24
(95,62,36)
#563821
(86,56,33)
#4D321E
(77,50,30)
#442C1B
(68,44,27)
#3B2618
(59,38,24)
#322015
(50,32,21)
#291A12
(41,26,18)
#20140F
(32,20,15)
#170E0C
(23,14,12)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #684427

#684427
(104,68,39)
#75553A
(117,85,58)
#82664D
(130,102,77)
#8F7760
(143,119,96)
#9C8873
(156,136,115)
#A99986
(169,153,134)
#B6AA99
(182,170,153)
#C3BBAC
(195,187,172)
#D0CCBF
(208,204,191)
#DDDDD2
(221,221,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684427 color. Also use rgb(104,68,39) instead hex code.

Text Font Color

.myTextColor { color: #684427; }

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

This text font color is #684427.


Background Color

.myBgColor { background-color: #684427; }

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

This div background color is #684427.


Border color

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

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

This div border color is #684427.


Opacity

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

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

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

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

This text has shadow with #684427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684427 on black background.


Color preview on white background

This text has color #684427 on white background.



Black color preview on #684427 background

This text has black color on #684427 background.


White color preview on #684427 background

This text has white color on #684427 background.