COLOR #2E3C49

HEX: #2E3C49
RGB: (46,60,73)

Renk bilgisi

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

RGB renk modeli

#2E3C49 color RGB value is (46,60,73).

  • kırmız ton 46;
  • yeşil ton 60;
  • mavi ton 73.
RGB:
(46,60,73)
(18%,24%,29%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 60 of 255 = 24%
B 73 of 255 = 29%

46
60
73

R + G + B ~ 24%. #2E3C49 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 60 + 73 = 179 (100%)
R 46 of 179 ~ 25.7%
G 60 of 179 ~ 33.52%
B 73 of 179 ~ 40.78%

%25.7
%33.52
%40.78

CMYK RENK MODELİ

#2E3C49 rengi CMYK tonu (37,18,0,71).

  • camgöbeği tonu 36.99%
  • eflatun tonu 17.81%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(37,18,0,71)
C37M18Y0K71 
(37%,18%,0%,71%)
(0.37/0.18/0.00/0.71)	

CMYK yüzdeleri

%36.99
%17.81
%0
%71.37

Codes

Color #2E3C49 in popluar color models

2E3C49
RGB466073
HSL209°22.69%23.33%
HSB/HSV209°36.99%28.63%
CMYK36.99%17.81%0.00%
71.37%

Color #2E3C49 in popluar number systems.

HEX2E3C49
Decimal466073
Binary1011101111001001001
Octal5674111

Shades and tints

Shades of #2E3C49

#2E3C49
(46,60,73)
#2A3743
(42,55,67)
#26323D
(38,50,61)
#222D37
(34,45,55)
#1E2831
(30,40,49)
#1A232B
(26,35,43)
#161E25
(22,30,37)
#12191F
(18,25,31)
#0E1419
(14,20,25)
#0A0F13
(10,15,19)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #2E3C49

#2E3C49
(46,60,73)
#414D59
(65,77,89)
#545E69
(84,94,105)
#676F79
(103,111,121)
#7A8089
(122,128,137)
#8D9199
(141,145,153)
#A0A2A9
(160,162,169)
#B3B3B9
(179,179,185)
#C6C4C9
(198,196,201)
#D9D5D9
(217,213,217)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3C49 color. Also use rgb(46,60,73) instead hex code.

Text Font Color

.myTextColor { color: #2E3C49; }

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

This text font color is #2E3C49.


Background Color

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

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

This div background color is #2E3C49.


Border color

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

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

This div border color is #2E3C49.


Opacity

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

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

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

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

This text has shadow with #2E3C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3C49 on black background.


Color preview on white background

This text has color #2E3C49 on white background.



Black color preview on #2E3C49 background

This text has black color on #2E3C49 background.


White color preview on #2E3C49 background

This text has white color on #2E3C49 background.