COLOR #6B393D

HEX: #6B393D
RGB: (107,57,61)

Renk bilgisi

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

RGB renk modeli

#6B393D color RGB value is (107,57,61).

  • kırmız ton 107;
  • yeşil ton 57;
  • mavi ton 61.
RGB:
(107,57,61)
(42%,22%,24%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 57 of 255 = 22%
B 61 of 255 = 24%

107
57
61

R + G + B ~ 29%. #6B393D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 57 + 61 = 225 (100%)
R 107 of 225 ~ 47.56%
G 57 of 225 ~ 25.33%
B 61 of 225 ~ 27.11%

%47.56
%25.33
%27.11

CMYK RENK MODELİ

#6B393D rengi CMYK tonu (0,47,43,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.73%
  • sarı tonu 42.99%
  • ana renk tonu 58.04%
CMYK:
(0,47,43,58)
C0M47Y43K58 
(0%,47%,43%,58%)
(0.00/0.47/0.43/0.58)	

CMYK yüzdeleri

%0
%46.73
%42.99
%58.04

Codes

Color #6B393D in popluar color models

6B393D
RGB1075761
HSL355°30.49%32.16%
HSB/HSV355°46.73%41.96%
CMYK0.00%46.73%42.99%
58.04%

Color #6B393D in popluar number systems.

HEX6B393D
Decimal1075761
Binary1101011111001111101
Octal1537175

Shades and tints

Shades of #6B393D

#6B393D
(107,57,61)
#623438
(98,52,56)
#592F33
(89,47,51)
#502A2E
(80,42,46)
#472529
(71,37,41)
#3E2024
(62,32,36)
#351B1F
(53,27,31)
#2C161A
(44,22,26)
#231115
(35,17,21)
#1A0C10
(26,12,16)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #6B393D

#6B393D
(107,57,61)
#784B4E
(120,75,78)
#855D5F
(133,93,95)
#926F70
(146,111,112)
#9F8181
(159,129,129)
#AC9392
(172,147,146)
#B9A5A3
(185,165,163)
#C6B7B4
(198,183,180)
#D3C9C5
(211,201,197)
#E0DBD6
(224,219,214)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B393D color. Also use rgb(107,57,61) instead hex code.

Text Font Color

.myTextColor { color: #6B393D; }

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

This text font color is #6B393D.


Background Color

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

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

This div background color is #6B393D.


Border color

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

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

This div border color is #6B393D.


Opacity

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

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

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

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

This text has shadow with #6B393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B393D on black background.


Color preview on white background

This text has color #6B393D on white background.



Black color preview on #6B393D background

This text has black color on #6B393D background.


White color preview on #6B393D background

This text has white color on #6B393D background.