COLOR #2E7B49

HEX: #2E7B49
RGB: (46,123,73)

Renk bilgisi

#2E7B49 contains mainly green and blue colors. #2E7B49 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#2E7B49 color RGB value is (46,123,73).

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

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 123 of 255 = 48%
B 73 of 255 = 29%

46
123
73

R + G + B ~ 32%. #2E7B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 123 + 73 = 242 (100%)
R 46 of 242 ~ 19.01%
G 123 of 242 ~ 50.83%
B 73 of 242 ~ 30.17%

%19.01
%50.83
%30.17

CMYK RENK MODELİ

#2E7B49 rengi CMYK tonu (63,0,41,52).

  • camgöbeği tonu 62.60%
  • eflatun tonu 0.00%
  • sarı tonu 40.65%
  • ana renk tonu 51.76%
CMYK:
(63,0,41,52)
C63M0Y41K52 
(63%,0%,41%,52%)
(0.63/0.00/0.41/0.52)	

CMYK yüzdeleri

%62.6
%0
%40.65
%51.76

Codes

Color #2E7B49 in popluar color models

2E7B49
RGB4612373
HSL141°45.56%33.14%
HSB/HSV141°62.60%48.24%
CMYK62.60%0.00%40.65%
51.76%

Color #2E7B49 in popluar number systems.

HEX2E7B49
Decimal4612373
Binary10111011110111001001
Octal56173111

Shades and tints

Shades of #2E7B49

#2E7B49
(46,123,73)
#2A7043
(42,112,67)
#26653D
(38,101,61)
#225A37
(34,90,55)
#1E4F31
(30,79,49)
#1A442B
(26,68,43)
#163925
(22,57,37)
#122E1F
(18,46,31)
#0E2319
(14,35,25)
#0A1813
(10,24,19)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #2E7B49

#2E7B49
(46,123,73)
#418759
(65,135,89)
#549369
(84,147,105)
#679F79
(103,159,121)
#7AAB89
(122,171,137)
#8DB799
(141,183,153)
#A0C3A9
(160,195,169)
#B3CFB9
(179,207,185)
#C6DBC9
(198,219,201)
#D9E7D9
(217,231,217)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7B49; }

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

This text font color is #2E7B49.


Background Color

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

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

This div background color is #2E7B49.


Border color

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

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

This div border color is #2E7B49.


Opacity

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

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

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

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

This text has shadow with #2E7B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7B49 on black background.


Color preview on white background

This text has color #2E7B49 on white background.



Black color preview on #2E7B49 background

This text has black color on #2E7B49 background.


White color preview on #2E7B49 background

This text has white color on #2E7B49 background.