COLOR #2E5D13

HEX: #2E5D13
RGB: (46,93,19)

Renk bilgisi

#2E5D13 contains mainly red and green colors. #2E5D13 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#2E5D13 color RGB value is (46,93,19).

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

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 93 of 255 = 36%
B 19 of 255 = 7%

46
93
19

R + G + B ~ 20%. #2E5D13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 93 + 19 = 158 (100%)
R 46 of 158 ~ 29.11%
G 93 of 158 ~ 58.86%
B 19 of 158 ~ 12.03%

%29.11
%58.86
%12.03

CMYK RENK MODELİ

#2E5D13 rengi CMYK tonu (51,0,80,64).

  • camgöbeği tonu 50.54%
  • eflatun tonu 0.00%
  • sarı tonu 79.57%
  • ana renk tonu 63.53%
CMYK:
(51,0,80,64)
C51M0Y80K64 
(51%,0%,80%,64%)
(0.51/0.00/0.80/0.64)	

CMYK yüzdeleri

%50.54
%0
%79.57
%63.53

Codes

Color #2E5D13 in popluar color models

2E5D13
RGB469319
HSL98°66.07%21.96%
HSB/HSV98°79.57%36.47%
CMYK50.54%0.00%79.57%
63.53%

Color #2E5D13 in popluar number systems.

HEX2E5D13
Decimal469319
Binary101110101110110011
Octal5613523

Shades and tints

Shades of #2E5D13

#2E5D13
(46,93,19)
#2A5512
(42,85,18)
#264D11
(38,77,17)
#224510
(34,69,16)
#1E3D0F
(30,61,15)
#1A350E
(26,53,14)
#162D0D
(22,45,13)
#12250C
(18,37,12)
#0E1D0B
(14,29,11)
#0A150A
(10,21,10)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #2E5D13

#2E5D13
(46,93,19)
#416B28
(65,107,40)
#54793D
(84,121,61)
#678752
(103,135,82)
#7A9567
(122,149,103)
#8DA37C
(141,163,124)
#A0B191
(160,177,145)
#B3BFA6
(179,191,166)
#C6CDBB
(198,205,187)
#D9DBD0
(217,219,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5D13; }

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

This text font color is #2E5D13.


Background Color

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

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

This div background color is #2E5D13.


Border color

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

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

This div border color is #2E5D13.


Opacity

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

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

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

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

This text has shadow with #2E5D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5D13 on black background.


Color preview on white background

This text has color #2E5D13 on white background.



Black color preview on #2E5D13 background

This text has black color on #2E5D13 background.


White color preview on #2E5D13 background

This text has white color on #2E5D13 background.