COLOR #246B81

HEX: #246B81
RGB: (36,107,129)

Renk bilgisi

#246B81 contains mainly green and blue colors. #246B81 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#246B81 color RGB value is (36,107,129).

  • kırmız ton 36;
  • yeşil ton 107;
  • mavi ton 129.
RGB:
(36,107,129)
(14%,42%,51%)

RGB bağlantıları ve doygunluk

R 36 of 255 = 14%
G 107 of 255 = 42%
B 129 of 255 = 51%

36
107
129

R + G + B ~ 36%. #246B81 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
36 + 107 + 129 = 272 (100%)
R 36 of 272 ~ 13.24%
G 107 of 272 ~ 39.34%
B 129 of 272 ~ 47.43%

%13.24
%39.34
%47.43

CMYK RENK MODELİ

#246B81 rengi CMYK tonu (72,17,0,49).

  • camgöbeği tonu 72.09%
  • eflatun tonu 17.05%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(72,17,0,49)
C72M17Y0K49 
(72%,17%,0%,49%)
(0.72/0.17/0.00/0.49)	

CMYK yüzdeleri

%72.09
%17.05
%0
%49.41

Codes

Color #246B81 in popluar color models

246B81
RGB36107129
HSL194°56.36%32.35%
HSB/HSV194°72.09%50.59%
CMYK72.09%17.05%0.00%
49.41%

Color #246B81 in popluar number systems.

HEX246B81
Decimal36107129
Binary100100110101110000001
Octal44153201

Shades and tints

Shades of #246B81

#246B81
(36,107,129)
#216276
(33,98,118)
#1E596B
(30,89,107)
#1B5060
(27,80,96)
#184755
(24,71,85)
#153E4A
(21,62,74)
#12353F
(18,53,63)
#0F2C34
(15,44,52)
#0C2329
(12,35,41)
#091A1E
(9,26,30)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #246B81

#246B81
(36,107,129)
#37788C
(55,120,140)
#4A8597
(74,133,151)
#5D92A2
(93,146,162)
#709FAD
(112,159,173)
#83ACB8
(131,172,184)
#96B9C3
(150,185,195)
#A9C6CE
(169,198,206)
#BCD3D9
(188,211,217)
#CFE0E4
(207,224,228)
#E2EDEF
(226,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246B81 color. Also use rgb(36,107,129) instead hex code.

Text Font Color

.myTextColor { color: #246B81; }

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

This text font color is #246B81.


Background Color

.myBgColor { background-color: #246B81; }

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

This div background color is #246B81.


Border color

.myBorderColor { border: 1px solid #246B81; }

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

This div border color is #246B81.


Opacity

.myOpacity80 { color: #246B81; opacity: 0.8; }

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

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

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

This text has shadow with #246B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246B81 on black background.


Color preview on white background

This text has color #246B81 on white background.



Black color preview on #246B81 background

This text has black color on #246B81 background.


White color preview on #246B81 background

This text has white color on #246B81 background.