COLOR #463337

HEX: #463337
RGB: (70,51,55)

Renk bilgisi

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

RGB renk modeli

#463337 color RGB value is (70,51,55).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 51 of 255 = 20%
B 55 of 255 = 22%

70
51
55

R + G + B ~ 23%. #463337 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 51 + 55 = 176 (100%)
R 70 of 176 ~ 39.77%
G 51 of 176 ~ 28.98%
B 55 of 176 ~ 31.25%

%39.77
%28.98
%31.25

CMYK RENK MODELİ

#463337 rengi CMYK tonu (0,27,21,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.14%
  • sarı tonu 21.43%
  • ana renk tonu 72.55%
CMYK:
(0,27,21,73)
C0M27Y21K73 
(0%,27%,21%,73%)
(0.00/0.27/0.21/0.73)	

CMYK yüzdeleri

%0
%27.14
%21.43
%72.55

Codes

Color #463337 in popluar color models

463337
RGB705155
HSL347°15.70%23.73%
HSB/HSV347°27.14%27.45%
CMYK0.00%27.14%21.43%
72.55%

Color #463337 in popluar number systems.

HEX463337
Decimal705155
Binary1000110110011110111
Octal1066367

Shades and tints

Shades of #463337

#463337
(70,51,55)
#402F32
(64,47,50)
#3A2B2D
(58,43,45)
#342728
(52,39,40)
#2E2323
(46,35,35)
#281F1E
(40,31,30)
#221B19
(34,27,25)
#1C1714
(28,23,20)
#16130F
(22,19,15)
#100F0A
(16,15,10)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #463337

#463337
(70,51,55)
#564549
(86,69,73)
#66575B
(102,87,91)
#76696D
(118,105,109)
#867B7F
(134,123,127)
#968D91
(150,141,145)
#A69FA3
(166,159,163)
#B6B1B5
(182,177,181)
#C6C3C7
(198,195,199)
#D6D5D9
(214,213,217)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463337; }

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

This text font color is #463337.


Background Color

.myBgColor { background-color: #463337; }

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

This div background color is #463337.


Border color

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

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

This div border color is #463337.


Opacity

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

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

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

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

This text has shadow with #463337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463337 on black background.


Color preview on white background

This text has color #463337 on white background.



Black color preview on #463337 background

This text has black color on #463337 background.


White color preview on #463337 background

This text has white color on #463337 background.