COLOR #246E71

HEX: #246E71
RGB: (36,110,113)

Renk bilgisi

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

RGB renk modeli

#246E71 color RGB value is (36,110,113).

  • kırmız ton 36;
  • yeşil ton 110;
  • mavi ton 113.
RGB:
(36,110,113)
(14%,43%,44%)

RGB bağlantıları ve doygunluk

R 36 of 255 = 14%
G 110 of 255 = 43%
B 113 of 255 = 44%

36
110
113

R + G + B ~ 34%. #246E71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
36 + 110 + 113 = 259 (100%)
R 36 of 259 ~ 13.9%
G 110 of 259 ~ 42.47%
B 113 of 259 ~ 43.63%

%13.9
%42.47
%43.63

CMYK RENK MODELİ

#246E71 rengi CMYK tonu (68,3,0,56).

  • camgöbeği tonu 68.14%
  • eflatun tonu 2.65%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(68,3,0,56)
C68M3Y0K56 
(68%,3%,0%,56%)
(0.68/0.03/0.00/0.56)	

CMYK yüzdeleri

%68.14
%2.65
%0
%55.69

Codes

Color #246E71 in popluar color models

246E71
RGB36110113
HSL182°51.68%29.22%
HSB/HSV182°68.14%44.31%
CMYK68.14%2.65%0.00%
55.69%

Color #246E71 in popluar number systems.

HEX246E71
Decimal36110113
Binary10010011011101110001
Octal44156161

Shades and tints

Shades of #246E71

#246E71
(36,110,113)
#216467
(33,100,103)
#1E5A5D
(30,90,93)
#1B5053
(27,80,83)
#184649
(24,70,73)
#153C3F
(21,60,63)
#123235
(18,50,53)
#0F282B
(15,40,43)
#0C1E21
(12,30,33)
#091417
(9,20,23)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #246E71

#246E71
(36,110,113)
#377B7D
(55,123,125)
#4A8889
(74,136,137)
#5D9595
(93,149,149)
#70A2A1
(112,162,161)
#83AFAD
(131,175,173)
#96BCB9
(150,188,185)
#A9C9C5
(169,201,197)
#BCD6D1
(188,214,209)
#CFE3DD
(207,227,221)
#E2F0E9
(226,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246E71 color. Also use rgb(36,110,113) instead hex code.

Text Font Color

.myTextColor { color: #246E71; }

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

This text font color is #246E71.


Background Color

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

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

This div background color is #246E71.


Border color

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

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

This div border color is #246E71.


Opacity

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

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

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

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

This text has shadow with #246E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246E71 on black background.


Color preview on white background

This text has color #246E71 on white background.



Black color preview on #246E71 background

This text has black color on #246E71 background.


White color preview on #246E71 background

This text has white color on #246E71 background.