COLOR #763F47

HEX: #763F47
RGB: (118,63,71)

Renk bilgisi

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

RGB renk modeli

#763F47 color RGB value is (118,63,71).

  • kırmız ton 118;
  • yeşil ton 63;
  • mavi ton 71.
RGB:
(118,63,71)
(46%,25%,28%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 63 of 255 = 25%
B 71 of 255 = 28%

118
63
71

R + G + B ~ 33%. #763F47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 63 + 71 = 252 (100%)
R 118 of 252 ~ 46.83%
G 63 of 252 ~ 25%
B 71 of 252 ~ 28.17%

%46.83
%25
%28.17

CMYK RENK MODELİ

#763F47 rengi CMYK tonu (0,47,40,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.61%
  • sarı tonu 39.83%
  • ana renk tonu 53.73%
CMYK:
(0,47,40,54)
C0M47Y40K54 
(0%,47%,40%,54%)
(0.00/0.47/0.40/0.54)	

CMYK yüzdeleri

%0
%46.61
%39.83
%53.73

Codes

Color #763F47 in popluar color models

763F47
RGB1186371
HSL351°30.39%35.49%
HSB/HSV351°46.61%46.27%
CMYK0.00%46.61%39.83%
53.73%

Color #763F47 in popluar number systems.

HEX763F47
Decimal1186371
Binary11101101111111000111
Octal16677107

Shades and tints

Shades of #763F47

#763F47
(118,63,71)
#6C3A41
(108,58,65)
#62353B
(98,53,59)
#583035
(88,48,53)
#4E2B2F
(78,43,47)
#442629
(68,38,41)
#3A2123
(58,33,35)
#301C1D
(48,28,29)
#261717
(38,23,23)
#1C1211
(28,18,17)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #763F47

#763F47
(118,63,71)
#825057
(130,80,87)
#8E6167
(142,97,103)
#9A7277
(154,114,119)
#A68387
(166,131,135)
#B29497
(178,148,151)
#BEA5A7
(190,165,167)
#CAB6B7
(202,182,183)
#D6C7C7
(214,199,199)
#E2D8D7
(226,216,215)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763F47 color. Also use rgb(118,63,71) instead hex code.

Text Font Color

.myTextColor { color: #763F47; }

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

This text font color is #763F47.


Background Color

.myBgColor { background-color: #763F47; }

<div style="background-color:#763F47">Inner text</div>

This div background color is #763F47.


Border color

.myBorderColor { border: 1px solid #763F47; }

<div style="border:3px solid #763F47">Div</div>

This div border color is #763F47.


Opacity

.myOpacity80 { color: #763F47; opacity: 0.8; }

<p style="color:#763F47;opacity:0.8;">80%</p>

Text with #763F47 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 #763F47;}

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

This text has shadow with #763F47 color.

.textShadow {text-shadow: 3px 3px 1px #763F47, 3px 3px 1px red;}

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

This text has shadow with #763F47 primary color and red secondary color.


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

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

This text has shadow with #763F47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763F47 on black background.


Color preview on white background

This text has color #763F47 on white background.



Black color preview on #763F47 background

This text has black color on #763F47 background.


White color preview on #763F47 background

This text has white color on #763F47 background.