COLOR #2E5015

HEX: #2E5015
RGB: (46,80,21)

Renk bilgisi

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

RGB renk modeli

#2E5015 color RGB value is (46,80,21).

  • kırmız ton 46;
  • yeşil ton 80;
  • mavi ton 21.
RGB:
(46,80,21)
(18%,31%,8%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 80 of 255 = 31%
B 21 of 255 = 8%

46
80
21

R + G + B ~ 19%. #2E5015 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 80 + 21 = 147 (100%)
R 46 of 147 ~ 31.29%
G 80 of 147 ~ 54.42%
B 21 of 147 ~ 14.29%

%31.29
%54.42
%14.29

CMYK RENK MODELİ

#2E5015 rengi CMYK tonu (43,0,74,69).

  • camgöbeği tonu 42.50%
  • eflatun tonu 0.00%
  • sarı tonu 73.75%
  • ana renk tonu 68.63%
CMYK:
(43,0,74,69)
C43M0Y74K69 
(43%,0%,74%,69%)
(0.43/0.00/0.74/0.69)	

CMYK yüzdeleri

%42.5
%0
%73.75
%68.63

Codes

Color #2E5015 in popluar color models

2E5015
RGB468021
HSL95°58.42%19.80%
HSB/HSV95°73.75%31.37%
CMYK42.50%0.00%73.75%
68.63%

Color #2E5015 in popluar number systems.

HEX2E5015
Decimal468021
Binary101110101000010101
Octal5612025

Shades and tints

Shades of #2E5015

#2E5015
(46,80,21)
#2A4914
(42,73,20)
#264213
(38,66,19)
#223B12
(34,59,18)
#1E3411
(30,52,17)
#1A2D10
(26,45,16)
#16260F
(22,38,15)
#121F0E
(18,31,14)
#0E180D
(14,24,13)
#0A110C
(10,17,12)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #2E5015

#2E5015
(46,80,21)
#415F2A
(65,95,42)
#546E3F
(84,110,63)
#677D54
(103,125,84)
#7A8C69
(122,140,105)
#8D9B7E
(141,155,126)
#A0AA93
(160,170,147)
#B3B9A8
(179,185,168)
#C6C8BD
(198,200,189)
#D9D7D2
(217,215,210)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5015 color. Also use rgb(46,80,21) instead hex code.

Text Font Color

.myTextColor { color: #2E5015; }

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

This text font color is #2E5015.


Background Color

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

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

This div background color is #2E5015.


Border color

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

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

This div border color is #2E5015.


Opacity

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

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

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

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

This text has shadow with #2E5015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5015 on black background.


Color preview on white background

This text has color #2E5015 on white background.



Black color preview on #2E5015 background

This text has black color on #2E5015 background.


White color preview on #2E5015 background

This text has white color on #2E5015 background.