COLOR #6B5A58

HEX: #6B5A58
RGB: (107,90,88)

Renk bilgisi

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

RGB renk modeli

#6B5A58 color RGB value is (107,90,88).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 90 of 255 = 35%
B 88 of 255 = 35%

107
90
88

R + G + B ~ 37%. #6B5A58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 90 + 88 = 285 (100%)
R 107 of 285 ~ 37.54%
G 90 of 285 ~ 31.58%
B 88 of 285 ~ 30.88%

%37.54
%31.58
%30.88

CMYK RENK MODELİ

#6B5A58 rengi CMYK tonu (0,16,18,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.89%
  • sarı tonu 17.76%
  • ana renk tonu 58.04%
CMYK:
(0,16,18,58)
C0M16Y18K58 
(0%,16%,18%,58%)
(0.00/0.16/0.18/0.58)	

CMYK yüzdeleri

%0
%15.89
%17.76
%58.04

Codes

Color #6B5A58 in popluar color models

6B5A58
RGB1079088
HSL9.74%38.24%
HSB/HSV17.76%41.96%
CMYK0.00%15.89%17.76%
58.04%

Color #6B5A58 in popluar number systems.

HEX6B5A58
Decimal1079088
Binary110101110110101011000
Octal153132130

Shades and tints

Shades of #6B5A58

#6B5A58
(107,90,88)
#625250
(98,82,80)
#594A48
(89,74,72)
#504240
(80,66,64)
#473A38
(71,58,56)
#3E3230
(62,50,48)
#352A28
(53,42,40)
#2C2220
(44,34,32)
#231A18
(35,26,24)
#1A1210
(26,18,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #6B5A58

#6B5A58
(107,90,88)
#786967
(120,105,103)
#857876
(133,120,118)
#928785
(146,135,133)
#9F9694
(159,150,148)
#ACA5A3
(172,165,163)
#B9B4B2
(185,180,178)
#C6C3C1
(198,195,193)
#D3D2D0
(211,210,208)
#E0E1DF
(224,225,223)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5A58; }

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

This text font color is #6B5A58.


Background Color

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

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

This div background color is #6B5A58.


Border color

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

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

This div border color is #6B5A58.


Opacity

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

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

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

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

This text has shadow with #6B5A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A58 on black background.


Color preview on white background

This text has color #6B5A58 on white background.



Black color preview on #6B5A58 background

This text has black color on #6B5A58 background.


White color preview on #6B5A58 background

This text has white color on #6B5A58 background.