COLOR #6E5250

HEX: #6E5250
RGB: (110,82,80)

Renk bilgisi

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

RGB renk modeli

#6E5250 color RGB value is (110,82,80).

  • kırmız ton 110;
  • yeşil ton 82;
  • mavi ton 80.
RGB:
(110,82,80)
(43%,32%,31%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 82 of 255 = 32%
B 80 of 255 = 31%

110
82
80

R + G + B ~ 35%. #6E5250 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 82 + 80 = 272 (100%)
R 110 of 272 ~ 40.44%
G 82 of 272 ~ 30.15%
B 80 of 272 ~ 29.41%

%40.44
%30.15
%29.41

CMYK RENK MODELİ

#6E5250 rengi CMYK tonu (0,25,27,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.45%
  • sarı tonu 27.27%
  • ana renk tonu 56.86%
CMYK:
(0,25,27,57)
C0M25Y27K57 
(0%,25%,27%,57%)
(0.00/0.25/0.27/0.57)	

CMYK yüzdeleri

%0
%25.45
%27.27
%56.86

Codes

Color #6E5250 in popluar color models

6E5250
RGB1108280
HSL15.79%37.25%
HSB/HSV27.27%43.14%
CMYK0.00%25.45%27.27%
56.86%

Color #6E5250 in popluar number systems.

HEX6E5250
Decimal1108280
Binary110111010100101010000
Octal156122120

Shades and tints

Shades of #6E5250

#6E5250
(110,82,80)
#644B49
(100,75,73)
#5A4442
(90,68,66)
#503D3B
(80,61,59)
#463634
(70,54,52)
#3C2F2D
(60,47,45)
#322826
(50,40,38)
#28211F
(40,33,31)
#1E1A18
(30,26,24)
#141311
(20,19,17)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E5250

#6E5250
(110,82,80)
#7B615F
(123,97,95)
#88706E
(136,112,110)
#957F7D
(149,127,125)
#A28E8C
(162,142,140)
#AF9D9B
(175,157,155)
#BCACAA
(188,172,170)
#C9BBB9
(201,187,185)
#D6CAC8
(214,202,200)
#E3D9D7
(227,217,215)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5250 color. Also use rgb(110,82,80) instead hex code.

Text Font Color

.myTextColor { color: #6E5250; }

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

This text font color is #6E5250.


Background Color

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

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

This div background color is #6E5250.


Border color

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

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

This div border color is #6E5250.


Opacity

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

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

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

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

This text has shadow with #6E5250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5250 on black background.


Color preview on white background

This text has color #6E5250 on white background.



Black color preview on #6E5250 background

This text has black color on #6E5250 background.


White color preview on #6E5250 background

This text has white color on #6E5250 background.