COLOR #463711

HEX: #463711
RGB: (70,55,17)

Renk bilgisi

#463711 contains red, green and blue colors in about the same proportion. #463711 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#463711 color RGB value is (70,55,17).

  • kırmız ton 70;
  • yeşil ton 55;
  • mavi ton 17.
RGB:
(70,55,17)
(27%,22%,7%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 55 of 255 = 22%
B 17 of 255 = 7%

70
55
17

R + G + B ~ 19%. #463711 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 55 + 17 = 142 (100%)
R 70 of 142 ~ 49.3%
G 55 of 142 ~ 38.73%
B 17 of 142 ~ 11.97%

%49.3
%38.73
%11.97

CMYK RENK MODELİ

#463711 rengi CMYK tonu (0,21,76,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 75.71%
  • ana renk tonu 72.55%
CMYK:
(0,21,76,73)
C0M21Y76K73 
(0%,21%,76%,73%)
(0.00/0.21/0.76/0.73)	

CMYK yüzdeleri

%0
%21.43
%75.71
%72.55

Codes

Color #463711 in popluar color models

463711
RGB705517
HSL43°60.92%17.06%
HSB/HSV43°75.71%27.45%
CMYK0.00%21.43%75.71%
72.55%

Color #463711 in popluar number systems.

HEX463711
Decimal705517
Binary100011011011110001
Octal1066721

Shades and tints

Shades of #463711

#463711
(70,55,17)
#403210
(64,50,16)
#3A2D0F
(58,45,15)
#34280E
(52,40,14)
#2E230D
(46,35,13)
#281E0C
(40,30,12)
#22190B
(34,25,11)
#1C140A
(28,20,10)
#160F09
(22,15,9)
#100A08
(16,10,8)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #463711

#463711
(70,55,17)
#564926
(86,73,38)
#665B3B
(102,91,59)
#766D50
(118,109,80)
#867F65
(134,127,101)
#96917A
(150,145,122)
#A6A38F
(166,163,143)
#B6B5A4
(182,181,164)
#C6C7B9
(198,199,185)
#D6D9CE
(214,217,206)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463711 color. Also use rgb(70,55,17) instead hex code.

Text Font Color

.myTextColor { color: #463711; }

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

This text font color is #463711.


Background Color

.myBgColor { background-color: #463711; }

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

This div background color is #463711.


Border color

.myBorderColor { border: 1px solid #463711; }

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

This div border color is #463711.


Opacity

.myOpacity80 { color: #463711; opacity: 0.8; }

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

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

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

This text has shadow with #463711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463711 on black background.


Color preview on white background

This text has color #463711 on white background.



Black color preview on #463711 background

This text has black color on #463711 background.


White color preview on #463711 background

This text has white color on #463711 background.