COLOR #246B5A

HEX: #246B5A
RGB: (36,107,90)

Renk bilgisi

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

RGB renk modeli

#246B5A color RGB value is (36,107,90).

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

RGB bağlantıları ve doygunluk

R 36 of 255 = 14%
G 107 of 255 = 42%
B 90 of 255 = 35%

36
107
90

R + G + B ~ 30%. #246B5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
36 + 107 + 90 = 233 (100%)
R 36 of 233 ~ 15.45%
G 107 of 233 ~ 45.92%
B 90 of 233 ~ 38.63%

%15.45
%45.92
%38.63

CMYK RENK MODELİ

#246B5A rengi CMYK tonu (66,0,16,58).

  • camgöbeği tonu 66.36%
  • eflatun tonu 0.00%
  • sarı tonu 15.89%
  • ana renk tonu 58.04%
CMYK:
(66,0,16,58)
C66M0Y16K58 
(66%,0%,16%,58%)
(0.66/0.00/0.16/0.58)	

CMYK yüzdeleri

%66.36
%0
%15.89
%58.04

Codes

Color #246B5A in popluar color models

246B5A
RGB3610790
HSL166°49.65%28.04%
HSB/HSV166°66.36%41.96%
CMYK66.36%0.00%15.89%
58.04%

Color #246B5A in popluar number systems.

HEX246B5A
Decimal3610790
Binary10010011010111011010
Octal44153132

Shades and tints

Shades of #246B5A

#246B5A
(36,107,90)
#216252
(33,98,82)
#1E594A
(30,89,74)
#1B5042
(27,80,66)
#18473A
(24,71,58)
#153E32
(21,62,50)
#12352A
(18,53,42)
#0F2C22
(15,44,34)
#0C231A
(12,35,26)
#091A12
(9,26,18)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #246B5A

#246B5A
(36,107,90)
#377869
(55,120,105)
#4A8578
(74,133,120)
#5D9287
(93,146,135)
#709F96
(112,159,150)
#83ACA5
(131,172,165)
#96B9B4
(150,185,180)
#A9C6C3
(169,198,195)
#BCD3D2
(188,211,210)
#CFE0E1
(207,224,225)
#E2EDF0
(226,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #246B5A; }

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

This text font color is #246B5A.


Background Color

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

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

This div background color is #246B5A.


Border color

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

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

This div border color is #246B5A.


Opacity

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

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

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

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

This text has shadow with #246B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246B5A on black background.


Color preview on white background

This text has color #246B5A on white background.



Black color preview on #246B5A background

This text has black color on #246B5A background.


White color preview on #246B5A background

This text has white color on #246B5A background.