COLOR #462E53

HEX: #462E53
RGB: (70,46,83)

Renk bilgisi

#462E53 contains red, green and blue colors in about the same proportion. #462E53 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#462E53 color RGB value is (70,46,83).

  • kırmız ton 70;
  • yeşil ton 46;
  • mavi ton 83.
RGB:
(70,46,83)
(27%,18%,33%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 46 of 255 = 18%
B 83 of 255 = 33%

70
46
83

R + G + B ~ 26%. #462E53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 46 + 83 = 199 (100%)
R 70 of 199 ~ 35.18%
G 46 of 199 ~ 23.12%
B 83 of 199 ~ 41.71%

%35.18
%23.12
%41.71

CMYK RENK MODELİ

#462E53 rengi CMYK tonu (16,45,0,67).

  • camgöbeği tonu 15.66%
  • eflatun tonu 44.58%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(16,45,0,67)
C16M45Y0K67 
(16%,45%,0%,67%)
(0.16/0.45/0.00/0.67)	

CMYK yüzdeleri

%15.66
%44.58
%0
%67.45

Codes

Color #462E53 in popluar color models

462E53
RGB704683
HSL279°28.68%25.29%
HSB/HSV279°44.58%32.55%
CMYK15.66%44.58%0.00%
67.45%

Color #462E53 in popluar number systems.

HEX462E53
Decimal704683
Binary10001101011101010011
Octal10656123

Shades and tints

Shades of #462E53

#462E53
(70,46,83)
#402A4C
(64,42,76)
#3A2645
(58,38,69)
#34223E
(52,34,62)
#2E1E37
(46,30,55)
#281A30
(40,26,48)
#221629
(34,22,41)
#1C1222
(28,18,34)
#160E1B
(22,14,27)
#100A14
(16,10,20)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #462E53

#462E53
(70,46,83)
#564162
(86,65,98)
#665471
(102,84,113)
#766780
(118,103,128)
#867A8F
(134,122,143)
#968D9E
(150,141,158)
#A6A0AD
(166,160,173)
#B6B3BC
(182,179,188)
#C6C6CB
(198,198,203)
#D6D9DA
(214,217,218)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462E53 color. Also use rgb(70,46,83) instead hex code.

Text Font Color

.myTextColor { color: #462E53; }

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

This text font color is #462E53.


Background Color

.myBgColor { background-color: #462E53; }

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

This div background color is #462E53.


Border color

.myBorderColor { border: 1px solid #462E53; }

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

This div border color is #462E53.


Opacity

.myOpacity80 { color: #462E53; opacity: 0.8; }

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

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

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

This text has shadow with #462E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E53 on black background.


Color preview on white background

This text has color #462E53 on white background.



Black color preview on #462E53 background

This text has black color on #462E53 background.


White color preview on #462E53 background

This text has white color on #462E53 background.