COLOR #2E4E59

HEX: #2E4E59
RGB: (46,78,89)

Renk bilgisi

#2E4E59 contains red, green and blue colors in about the same proportion. #2E4E59 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#2E4E59 color RGB value is (46,78,89).

  • kırmız ton 46;
  • yeşil ton 78;
  • mavi ton 89.
RGB:
(46,78,89)
(18%,31%,35%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 78 of 255 = 31%
B 89 of 255 = 35%

46
78
89

R + G + B ~ 28%. #2E4E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 78 + 89 = 213 (100%)
R 46 of 213 ~ 21.6%
G 78 of 213 ~ 36.62%
B 89 of 213 ~ 41.78%

%21.6
%36.62
%41.78

CMYK RENK MODELİ

#2E4E59 rengi CMYK tonu (48,12,0,65).

  • camgöbeği tonu 48.31%
  • eflatun tonu 12.36%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(48,12,0,65)
C48M12Y0K65 
(48%,12%,0%,65%)
(0.48/0.12/0.00/0.65)	

CMYK yüzdeleri

%48.31
%12.36
%0
%65.1

Codes

Color #2E4E59 in popluar color models

2E4E59
RGB467889
HSL195°31.85%26.47%
HSB/HSV195°48.31%34.90%
CMYK48.31%12.36%0.00%
65.10%

Color #2E4E59 in popluar number systems.

HEX2E4E59
Decimal467889
Binary10111010011101011001
Octal56116131

Shades and tints

Shades of #2E4E59

#2E4E59
(46,78,89)
#2A4751
(42,71,81)
#264049
(38,64,73)
#223941
(34,57,65)
#1E3239
(30,50,57)
#1A2B31
(26,43,49)
#162429
(22,36,41)
#121D21
(18,29,33)
#0E1619
(14,22,25)
#0A0F11
(10,15,17)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #2E4E59

#2E4E59
(46,78,89)
#415E68
(65,94,104)
#546E77
(84,110,119)
#677E86
(103,126,134)
#7A8E95
(122,142,149)
#8D9EA4
(141,158,164)
#A0AEB3
(160,174,179)
#B3BEC2
(179,190,194)
#C6CED1
(198,206,209)
#D9DEE0
(217,222,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4E59 color. Also use rgb(46,78,89) instead hex code.

Text Font Color

.myTextColor { color: #2E4E59; }

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

This text font color is #2E4E59.


Background Color

.myBgColor { background-color: #2E4E59; }

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

This div background color is #2E4E59.


Border color

.myBorderColor { border: 1px solid #2E4E59; }

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

This div border color is #2E4E59.


Opacity

.myOpacity80 { color: #2E4E59; opacity: 0.8; }

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

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

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

This text has shadow with #2E4E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4E59 on black background.


Color preview on white background

This text has color #2E4E59 on white background.



Black color preview on #2E4E59 background

This text has black color on #2E4E59 background.


White color preview on #2E4E59 background

This text has white color on #2E4E59 background.