COLOR #6D5A58

HEX: #6D5A58
RGB: (109,90,88)

Renk bilgisi

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

RGB renk modeli

#6D5A58 color RGB value is (109,90,88).

  • kırmız ton 109;
  • yeşil ton 90;
  • mavi ton 88.
RGB:
(109,90,88)
(43%,35%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 90 of 255 = 35%
B 88 of 255 = 35%

109
90
88

R + G + B ~ 38%. #6D5A58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 90 + 88 = 287 (100%)
R 109 of 287 ~ 37.98%
G 90 of 287 ~ 31.36%
B 88 of 287 ~ 30.66%

%37.98
%31.36
%30.66

CMYK RENK MODELİ

#6D5A58 rengi CMYK tonu (0,17,19,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.43%
  • sarı tonu 19.27%
  • ana renk tonu 57.25%
CMYK:
(0,17,19,57)
C0M17Y19K57 
(0%,17%,19%,57%)
(0.00/0.17/0.19/0.57)	

CMYK yüzdeleri

%0
%17.43
%19.27
%57.25

Codes

Color #6D5A58 in popluar color models

6D5A58
RGB1099088
HSL10.66%38.63%
HSB/HSV19.27%42.75%
CMYK0.00%17.43%19.27%
57.25%

Color #6D5A58 in popluar number systems.

HEX6D5A58
Decimal1099088
Binary110110110110101011000
Octal155132130

Shades and tints

Shades of #6D5A58

#6D5A58
(109,90,88)
#645250
(100,82,80)
#5B4A48
(91,74,72)
#524240
(82,66,64)
#493A38
(73,58,56)
#403230
(64,50,48)
#372A28
(55,42,40)
#2E2220
(46,34,32)
#251A18
(37,26,24)
#1C1210
(28,18,16)
#130A08
(19,10,8)
#000000
(0,0,0)

Tints of #6D5A58

#6D5A58
(109,90,88)
#7A6967
(122,105,103)
#877876
(135,120,118)
#948785
(148,135,133)
#A19694
(161,150,148)
#AEA5A3
(174,165,163)
#BBB4B2
(187,180,178)
#C8C3C1
(200,195,193)
#D5D2D0
(213,210,208)
#E2E1DF
(226,225,223)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5A58 color. Also use rgb(109,90,88) instead hex code.

Text Font Color

.myTextColor { color: #6D5A58; }

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

This text font color is #6D5A58.


Background Color

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

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

This div background color is #6D5A58.


Border color

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

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

This div border color is #6D5A58.


Opacity

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

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

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

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

This text has shadow with #6D5A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A58 on black background.


Color preview on white background

This text has color #6D5A58 on white background.



Black color preview on #6D5A58 background

This text has black color on #6D5A58 background.


White color preview on #6D5A58 background

This text has white color on #6D5A58 background.