COLOR #2E4B59

HEX: #2E4B59
RGB: (46,75,89)

Renk bilgisi

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

RGB renk modeli

#2E4B59 color RGB value is (46,75,89).

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

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 75 of 255 = 29%
B 89 of 255 = 35%

46
75
89

R + G + B ~ 27%. #2E4B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 75 + 89 = 210 (100%)
R 46 of 210 ~ 21.9%
G 75 of 210 ~ 35.71%
B 89 of 210 ~ 42.38%

%21.9
%35.71
%42.38

CMYK RENK MODELİ

#2E4B59 rengi CMYK tonu (48,16,0,65).

  • camgöbeği tonu 48.31%
  • eflatun tonu 15.73%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(48,16,0,65)
C48M16Y0K65 
(48%,16%,0%,65%)
(0.48/0.16/0.00/0.65)	

CMYK yüzdeleri

%48.31
%15.73
%0
%65.1

Codes

Color #2E4B59 in popluar color models

2E4B59
RGB467589
HSL200°31.85%26.47%
HSB/HSV200°48.31%34.90%
CMYK48.31%15.73%0.00%
65.10%

Color #2E4B59 in popluar number systems.

HEX2E4B59
Decimal467589
Binary10111010010111011001
Octal56113131

Shades and tints

Shades of #2E4B59

#2E4B59
(46,75,89)
#2A4551
(42,69,81)
#263F49
(38,63,73)
#223941
(34,57,65)
#1E3339
(30,51,57)
#1A2D31
(26,45,49)
#162729
(22,39,41)
#122121
(18,33,33)
#0E1B19
(14,27,25)
#0A1511
(10,21,17)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #2E4B59

#2E4B59
(46,75,89)
#415B68
(65,91,104)
#546B77
(84,107,119)
#677B86
(103,123,134)
#7A8B95
(122,139,149)
#8D9BA4
(141,155,164)
#A0ABB3
(160,171,179)
#B3BBC2
(179,187,194)
#C6CBD1
(198,203,209)
#D9DBE0
(217,219,224)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4B59; }

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

This text font color is #2E4B59.


Background Color

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

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

This div background color is #2E4B59.


Border color

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

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

This div border color is #2E4B59.


Opacity

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

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

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

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

This text has shadow with #2E4B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4B59 on black background.


Color preview on white background

This text has color #2E4B59 on white background.



Black color preview on #2E4B59 background

This text has black color on #2E4B59 background.


White color preview on #2E4B59 background

This text has white color on #2E4B59 background.