COLOR #246463

HEX: #246463
RGB: (36,100,99)

Renk bilgisi

#246463 contains mainly green and blue colors. #246463 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#246463 color RGB value is (36,100,99).

  • kırmız ton 36;
  • yeşil ton 100;
  • mavi ton 99.
RGB:
(36,100,99)
(14%,39%,39%)

RGB bağlantıları ve doygunluk

R 36 of 255 = 14%
G 100 of 255 = 39%
B 99 of 255 = 39%

36
100
99

R + G + B ~ 31%. #246463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
36 + 100 + 99 = 235 (100%)
R 36 of 235 ~ 15.32%
G 100 of 235 ~ 42.55%
B 99 of 235 ~ 42.13%

%15.32
%42.55
%42.13

CMYK RENK MODELİ

#246463 rengi CMYK tonu (64,0,1,61).

  • camgöbeği tonu 64.00%
  • eflatun tonu 0.00%
  • sarı tonu 1.00%
  • ana renk tonu 60.78%
CMYK:
(64,0,1,61)
C64M0Y1K61 
(64%,0%,1%,61%)
(0.64/0.00/0.01/0.61)	

CMYK yüzdeleri

%64
%0
%1
%60.78

Codes

Color #246463 in popluar color models

246463
RGB3610099
HSL179°47.06%26.67%
HSB/HSV179°64.00%39.22%
CMYK64.00%0.00%1.00%
60.78%

Color #246463 in popluar number systems.

HEX246463
Decimal3610099
Binary10010011001001100011
Octal44144143

Shades and tints

Shades of #246463

#246463
(36,100,99)
#215B5A
(33,91,90)
#1E5251
(30,82,81)
#1B4948
(27,73,72)
#18403F
(24,64,63)
#153736
(21,55,54)
#122E2D
(18,46,45)
#0F2524
(15,37,36)
#0C1C1B
(12,28,27)
#091312
(9,19,18)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #246463

#246463
(36,100,99)
#377271
(55,114,113)
#4A807F
(74,128,127)
#5D8E8D
(93,142,141)
#709C9B
(112,156,155)
#83AAA9
(131,170,169)
#96B8B7
(150,184,183)
#A9C6C5
(169,198,197)
#BCD4D3
(188,212,211)
#CFE2E1
(207,226,225)
#E2F0EF
(226,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246463 color. Also use rgb(36,100,99) instead hex code.

Text Font Color

.myTextColor { color: #246463; }

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

This text font color is #246463.


Background Color

.myBgColor { background-color: #246463; }

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

This div background color is #246463.


Border color

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

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

This div border color is #246463.


Opacity

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

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

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

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

This text has shadow with #246463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246463 on black background.


Color preview on white background

This text has color #246463 on white background.



Black color preview on #246463 background

This text has black color on #246463 background.


White color preview on #246463 background

This text has white color on #246463 background.