COLOR #6B363D

HEX: #6B363D
RGB: (107,54,61)

Renk bilgisi

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

RGB renk modeli

#6B363D color RGB value is (107,54,61).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 54 of 255 = 21%
B 61 of 255 = 24%

107
54
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 54 + 61 = 222 (100%)
R 107 of 222 ~ 48.2%
G 54 of 222 ~ 24.32%
B 61 of 222 ~ 27.48%

%48.2
%24.32
%27.48

CMYK RENK MODELİ

#6B363D rengi CMYK tonu (0,50,43,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.53%
  • sarı tonu 42.99%
  • ana renk tonu 58.04%
CMYK:
(0,50,43,58)
C0M50Y43K58 
(0%,50%,43%,58%)
(0.00/0.50/0.43/0.58)	

CMYK yüzdeleri

%0
%49.53
%42.99
%58.04

Codes

Color #6B363D in popluar color models

6B363D
RGB1075461
HSL352°32.92%31.57%
HSB/HSV352°49.53%41.96%
CMYK0.00%49.53%42.99%
58.04%

Color #6B363D in popluar number systems.

HEX6B363D
Decimal1075461
Binary1101011110110111101
Octal1536675

Shades and tints

Shades of #6B363D

#6B363D
(107,54,61)
#623238
(98,50,56)
#592E33
(89,46,51)
#502A2E
(80,42,46)
#472629
(71,38,41)
#3E2224
(62,34,36)
#351E1F
(53,30,31)
#2C1A1A
(44,26,26)
#231615
(35,22,21)
#1A1210
(26,18,16)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #6B363D

#6B363D
(107,54,61)
#78484E
(120,72,78)
#855A5F
(133,90,95)
#926C70
(146,108,112)
#9F7E81
(159,126,129)
#AC9092
(172,144,146)
#B9A2A3
(185,162,163)
#C6B4B4
(198,180,180)
#D3C6C5
(211,198,197)
#E0D8D6
(224,216,214)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B363D; }

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

This text font color is #6B363D.


Background Color

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

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

This div background color is #6B363D.


Border color

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

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

This div border color is #6B363D.


Opacity

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

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

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

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

This text has shadow with #6B363D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B363D on black background.


Color preview on white background

This text has color #6B363D on white background.



Black color preview on #6B363D background

This text has black color on #6B363D background.


White color preview on #6B363D background

This text has white color on #6B363D background.