COLOR #246A59

HEX: #246A59
RGB: (36,106,89)

Renk bilgisi

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

RGB renk modeli

#246A59 color RGB value is (36,106,89).

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

RGB bağlantıları ve doygunluk

R 36 of 255 = 14%
G 106 of 255 = 42%
B 89 of 255 = 35%

36
106
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
36 + 106 + 89 = 231 (100%)
R 36 of 231 ~ 15.58%
G 106 of 231 ~ 45.89%
B 89 of 231 ~ 38.53%

%15.58
%45.89
%38.53

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%66.04
%0
%16.04
%58.43

Codes

Color #246A59 in popluar color models

246A59
RGB3610689
HSL165°49.30%27.84%
HSB/HSV165°66.04%41.57%
CMYK66.04%0.00%16.04%
58.43%

Color #246A59 in popluar number systems.

HEX246A59
Decimal3610689
Binary10010011010101011001
Octal44152131

Shades and tints

Shades of #246A59

#246A59
(36,106,89)
#216151
(33,97,81)
#1E5849
(30,88,73)
#1B4F41
(27,79,65)
#184639
(24,70,57)
#153D31
(21,61,49)
#123429
(18,52,41)
#0F2B21
(15,43,33)
#0C2219
(12,34,25)
#091911
(9,25,17)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #246A59

#246A59
(36,106,89)
#377768
(55,119,104)
#4A8477
(74,132,119)
#5D9186
(93,145,134)
#709E95
(112,158,149)
#83ABA4
(131,171,164)
#96B8B3
(150,184,179)
#A9C5C2
(169,197,194)
#BCD2D1
(188,210,209)
#CFDFE0
(207,223,224)
#E2ECEF
(226,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246A59 color. Also use rgb(36,106,89) instead hex code.

Text Font Color

.myTextColor { color: #246A59; }

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

This text font color is #246A59.


Background Color

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

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

This div background color is #246A59.


Border color

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

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

This div border color is #246A59.


Opacity

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

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

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

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

This text has shadow with #246A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246A59 on black background.


Color preview on white background

This text has color #246A59 on white background.



Black color preview on #246A59 background

This text has black color on #246A59 background.


White color preview on #246A59 background

This text has white color on #246A59 background.