COLOR #6B4B4B

HEX: #6B4B4B
RGB: (107,75,75)

Renk bilgisi

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

RGB renk modeli

#6B4B4B color RGB value is (107,75,75).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 75 of 255 = 29%
B 75 of 255 = 29%

107
75
75

R + G + B ~ 33%. #6B4B4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 75 + 75 = 257 (100%)
R 107 of 257 ~ 41.63%
G 75 of 257 ~ 29.18%
B 75 of 257 ~ 29.18%

%41.63
%29.18
%29.18

CMYK RENK MODELİ

#6B4B4B rengi CMYK tonu (0,30,30,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.91%
  • sarı tonu 29.91%
  • ana renk tonu 58.04%
CMYK:
(0,30,30,58)
C0M30Y30K58 
(0%,30%,30%,58%)
(0.00/0.30/0.30/0.58)	

CMYK yüzdeleri

%0
%29.91
%29.91
%58.04

Codes

Color #6B4B4B in popluar color models

6B4B4B
RGB1077575
HSL17.58%35.69%
HSB/HSV29.91%41.96%
CMYK0.00%29.91%29.91%
58.04%

Color #6B4B4B in popluar number systems.

HEX6B4B4B
Decimal1077575
Binary110101110010111001011
Octal153113113

Shades and tints

Shades of #6B4B4B

#6B4B4B
(107,75,75)
#624545
(98,69,69)
#593F3F
(89,63,63)
#503939
(80,57,57)
#473333
(71,51,51)
#3E2D2D
(62,45,45)
#352727
(53,39,39)
#2C2121
(44,33,33)
#231B1B
(35,27,27)
#1A1515
(26,21,21)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B4B4B

#6B4B4B
(107,75,75)
#785B5B
(120,91,91)
#856B6B
(133,107,107)
#927B7B
(146,123,123)
#9F8B8B
(159,139,139)
#AC9B9B
(172,155,155)
#B9ABAB
(185,171,171)
#C6BBBB
(198,187,187)
#D3CBCB
(211,203,203)
#E0DBDB
(224,219,219)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4B4B; }

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

This text font color is #6B4B4B.


Background Color

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

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

This div background color is #6B4B4B.


Border color

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

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

This div border color is #6B4B4B.


Opacity

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

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

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

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

This text has shadow with #6B4B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B4B on black background.


Color preview on white background

This text has color #6B4B4B on white background.



Black color preview on #6B4B4B background

This text has black color on #6B4B4B background.


White color preview on #6B4B4B background

This text has white color on #6B4B4B background.