COLOR #6C4751

HEX: #6C4751
RGB: (108,71,81)

Renk bilgisi

#6C4751 contains red, green and blue colors in about the same proportion. #6C4751 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6C4751 color RGB value is (108,71,81).

  • kırmız ton 108;
  • yeşil ton 71;
  • mavi ton 81.
RGB:
(108,71,81)
(42%,28%,32%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 71 of 255 = 28%
B 81 of 255 = 32%

108
71
81

R + G + B ~ 34%. #6C4751 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 71 + 81 = 260 (100%)
R 108 of 260 ~ 41.54%
G 71 of 260 ~ 27.31%
B 81 of 260 ~ 31.15%

%41.54
%27.31
%31.15

CMYK RENK MODELİ

#6C4751 rengi CMYK tonu (0,34,25,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.26%
  • sarı tonu 25.00%
  • ana renk tonu 57.65%
CMYK:
(0,34,25,58)
C0M34Y25K58 
(0%,34%,25%,58%)
(0.00/0.34/0.25/0.58)	

CMYK yüzdeleri

%0
%34.26
%25
%57.65

Codes

Color #6C4751 in popluar color models

6C4751
RGB1087181
HSL344°20.67%35.10%
HSB/HSV344°34.26%42.35%
CMYK0.00%34.26%25.00%
57.65%

Color #6C4751 in popluar number systems.

HEX6C4751
Decimal1087181
Binary110110010001111010001
Octal154107121

Shades and tints

Shades of #6C4751

#6C4751
(108,71,81)
#63414A
(99,65,74)
#5A3B43
(90,59,67)
#51353C
(81,53,60)
#482F35
(72,47,53)
#3F292E
(63,41,46)
#362327
(54,35,39)
#2D1D20
(45,29,32)
#241719
(36,23,25)
#1B1112
(27,17,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C4751

#6C4751
(108,71,81)
#795760
(121,87,96)
#86676F
(134,103,111)
#93777E
(147,119,126)
#A0878D
(160,135,141)
#AD979C
(173,151,156)
#BAA7AB
(186,167,171)
#C7B7BA
(199,183,186)
#D4C7C9
(212,199,201)
#E1D7D8
(225,215,216)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4751 color. Also use rgb(108,71,81) instead hex code.

Text Font Color

.myTextColor { color: #6C4751; }

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

This text font color is #6C4751.


Background Color

.myBgColor { background-color: #6C4751; }

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

This div background color is #6C4751.


Border color

.myBorderColor { border: 1px solid #6C4751; }

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

This div border color is #6C4751.


Opacity

.myOpacity80 { color: #6C4751; opacity: 0.8; }

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

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

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

This text has shadow with #6C4751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4751 on black background.


Color preview on white background

This text has color #6C4751 on white background.



Black color preview on #6C4751 background

This text has black color on #6C4751 background.


White color preview on #6C4751 background

This text has white color on #6C4751 background.