COLOR #2E5D57

HEX: #2E5D57
RGB: (46,93,87)

Renk bilgisi

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

RGB renk modeli

#2E5D57 color RGB value is (46,93,87).

  • kırmız ton 46;
  • yeşil ton 93;
  • mavi ton 87.
RGB:
(46,93,87)
(18%,36%,34%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 93 of 255 = 36%
B 87 of 255 = 34%

46
93
87

R + G + B ~ 29%. #2E5D57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 93 + 87 = 226 (100%)
R 46 of 226 ~ 20.35%
G 93 of 226 ~ 41.15%
B 87 of 226 ~ 38.5%

%20.35
%41.15
%38.5

CMYK RENK MODELİ

#2E5D57 rengi CMYK tonu (51,0,6,64).

  • camgöbeği tonu 50.54%
  • eflatun tonu 0.00%
  • sarı tonu 6.45%
  • ana renk tonu 63.53%
CMYK:
(51,0,6,64)
C51M0Y6K64 
(51%,0%,6%,64%)
(0.51/0.00/0.06/0.64)	

CMYK yüzdeleri

%50.54
%0
%6.45
%63.53

Codes

Color #2E5D57 in popluar color models

2E5D57
RGB469387
HSL172°33.81%27.25%
HSB/HSV172°50.54%36.47%
CMYK50.54%0.00%6.45%
63.53%

Color #2E5D57 in popluar number systems.

HEX2E5D57
Decimal469387
Binary10111010111011010111
Octal56135127

Shades and tints

Shades of #2E5D57

#2E5D57
(46,93,87)
#2A5550
(42,85,80)
#264D49
(38,77,73)
#224542
(34,69,66)
#1E3D3B
(30,61,59)
#1A3534
(26,53,52)
#162D2D
(22,45,45)
#122526
(18,37,38)
#0E1D1F
(14,29,31)
#0A1518
(10,21,24)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #2E5D57

#2E5D57
(46,93,87)
#416B66
(65,107,102)
#547975
(84,121,117)
#678784
(103,135,132)
#7A9593
(122,149,147)
#8DA3A2
(141,163,162)
#A0B1B1
(160,177,177)
#B3BFC0
(179,191,192)
#C6CDCF
(198,205,207)
#D9DBDE
(217,219,222)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5D57 color. Also use rgb(46,93,87) instead hex code.

Text Font Color

.myTextColor { color: #2E5D57; }

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

This text font color is #2E5D57.


Background Color

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

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

This div background color is #2E5D57.


Border color

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

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

This div border color is #2E5D57.


Opacity

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

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

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

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

This text has shadow with #2E5D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5D57 on black background.


Color preview on white background

This text has color #2E5D57 on white background.



Black color preview on #2E5D57 background

This text has black color on #2E5D57 background.


White color preview on #2E5D57 background

This text has white color on #2E5D57 background.