COLOR #76463B

HEX: #76463B
RGB: (118,70,59)

Renk bilgisi

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

RGB renk modeli

#76463B color RGB value is (118,70,59).

  • kırmız ton 118;
  • yeşil ton 70;
  • mavi ton 59.
RGB:
(118,70,59)
(46%,27%,23%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 70 of 255 = 27%
B 59 of 255 = 23%

118
70
59

R + G + B ~ 32%. #76463B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 70 + 59 = 247 (100%)
R 118 of 247 ~ 47.77%
G 70 of 247 ~ 28.34%
B 59 of 247 ~ 23.89%

%47.77
%28.34
%23.89

CMYK RENK MODELİ

#76463B rengi CMYK tonu (0,41,50,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.68%
  • sarı tonu 50.00%
  • ana renk tonu 53.73%
CMYK:
(0,41,50,54)
C0M41Y50K54 
(0%,41%,50%,54%)
(0.00/0.41/0.50/0.54)	

CMYK yüzdeleri

%0
%40.68
%50
%53.73

Codes

Color #76463B in popluar color models

76463B
RGB1187059
HSL11°33.33%34.71%
HSB/HSV11°50.00%46.27%
CMYK0.00%40.68%50.00%
53.73%

Color #76463B in popluar number systems.

HEX76463B
Decimal1187059
Binary11101101000110111011
Octal16610673

Shades and tints

Shades of #76463B

#76463B
(118,70,59)
#6C4036
(108,64,54)
#623A31
(98,58,49)
#58342C
(88,52,44)
#4E2E27
(78,46,39)
#442822
(68,40,34)
#3A221D
(58,34,29)
#301C18
(48,28,24)
#261613
(38,22,19)
#1C100E
(28,16,14)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #76463B

#76463B
(118,70,59)
#82564C
(130,86,76)
#8E665D
(142,102,93)
#9A766E
(154,118,110)
#A6867F
(166,134,127)
#B29690
(178,150,144)
#BEA6A1
(190,166,161)
#CAB6B2
(202,182,178)
#D6C6C3
(214,198,195)
#E2D6D4
(226,214,212)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76463B color. Also use rgb(118,70,59) instead hex code.

Text Font Color

.myTextColor { color: #76463B; }

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

This text font color is #76463B.


Background Color

.myBgColor { background-color: #76463B; }

<div style="background-color:#76463B">Inner text</div>

This div background color is #76463B.


Border color

.myBorderColor { border: 1px solid #76463B; }

<div style="border:3px solid #76463B">Div</div>

This div border color is #76463B.


Opacity

.myOpacity80 { color: #76463B; opacity: 0.8; }

<p style="color:#76463B;opacity:0.8;">80%</p>

Text with #76463B 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 #76463B;}

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

This text has shadow with #76463B color.

.textShadow {text-shadow: 3px 3px 1px #76463B, 3px 3px 1px red;}

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

This text has shadow with #76463B primary color and red secondary color.


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

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

This text has shadow with #76463B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76463B on black background.


Color preview on white background

This text has color #76463B on white background.



Black color preview on #76463B background

This text has black color on #76463B background.


White color preview on #76463B background

This text has white color on #76463B background.