COLOR #2E5C49

HEX: #2E5C49
RGB: (46,92,73)

Renk bilgisi

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

RGB renk modeli

#2E5C49 color RGB value is (46,92,73).

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

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 92 of 255 = 36%
B 73 of 255 = 29%

46
92
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 92 + 73 = 211 (100%)
R 46 of 211 ~ 21.8%
G 92 of 211 ~ 43.6%
B 73 of 211 ~ 34.6%

%21.8
%43.6
%34.6

CMYK RENK MODELİ

#2E5C49 rengi CMYK tonu (50,0,21,64).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 20.65%
  • ana renk tonu 63.92%
CMYK:
(50,0,21,64)
C50M0Y21K64 
(50%,0%,21%,64%)
(0.50/0.00/0.21/0.64)	

CMYK yüzdeleri

%50
%0
%20.65
%63.92

Codes

Color #2E5C49 in popluar color models

2E5C49
RGB469273
HSL155°33.33%27.06%
HSB/HSV155°50.00%36.08%
CMYK50.00%0.00%20.65%
63.92%

Color #2E5C49 in popluar number systems.

HEX2E5C49
Decimal469273
Binary10111010111001001001
Octal56134111

Shades and tints

Shades of #2E5C49

#2E5C49
(46,92,73)
#2A5443
(42,84,67)
#264C3D
(38,76,61)
#224437
(34,68,55)
#1E3C31
(30,60,49)
#1A342B
(26,52,43)
#162C25
(22,44,37)
#12241F
(18,36,31)
#0E1C19
(14,28,25)
#0A1413
(10,20,19)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #2E5C49

#2E5C49
(46,92,73)
#416A59
(65,106,89)
#547869
(84,120,105)
#678679
(103,134,121)
#7A9489
(122,148,137)
#8DA299
(141,162,153)
#A0B0A9
(160,176,169)
#B3BEB9
(179,190,185)
#C6CCC9
(198,204,201)
#D9DAD9
(217,218,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5C49; }

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

This text font color is #2E5C49.


Background Color

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

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

This div background color is #2E5C49.


Border color

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

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

This div border color is #2E5C49.


Opacity

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

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

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

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

This text has shadow with #2E5C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5C49 on black background.


Color preview on white background

This text has color #2E5C49 on white background.



Black color preview on #2E5C49 background

This text has black color on #2E5C49 background.


White color preview on #2E5C49 background

This text has white color on #2E5C49 background.