COLOR #2E5519

HEX: #2E5519
RGB: (46,85,25)

Renk bilgisi

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

RGB renk modeli

#2E5519 color RGB value is (46,85,25).

  • kırmız ton 46;
  • yeşil ton 85;
  • mavi ton 25.
RGB:
(46,85,25)
(18%,33%,10%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 85 of 255 = 33%
B 25 of 255 = 10%

46
85
25

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

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 85 + 25 = 156 (100%)
R 46 of 156 ~ 29.49%
G 85 of 156 ~ 54.49%
B 25 of 156 ~ 16.03%

%29.49
%54.49
%16.03

CMYK RENK MODELİ

#2E5519 rengi CMYK tonu (46,0,71,67).

  • camgöbeği tonu 45.88%
  • eflatun tonu 0.00%
  • sarı tonu 70.59%
  • ana renk tonu 66.67%
CMYK:
(46,0,71,67)
C46M0Y71K67 
(46%,0%,71%,67%)
(0.46/0.00/0.71/0.67)	

CMYK yüzdeleri

%45.88
%0
%70.59
%66.67

Codes

Color #2E5519 in popluar color models

2E5519
RGB468525
HSL99°54.55%21.57%
HSB/HSV99°70.59%33.33%
CMYK45.88%0.00%70.59%
66.67%

Color #2E5519 in popluar number systems.

HEX2E5519
Decimal468525
Binary101110101010111001
Octal5612531

Shades and tints

Shades of #2E5519

#2E5519
(46,85,25)
#2A4E17
(42,78,23)
#264715
(38,71,21)
#224013
(34,64,19)
#1E3911
(30,57,17)
#1A320F
(26,50,15)
#162B0D
(22,43,13)
#12240B
(18,36,11)
#0E1D09
(14,29,9)
#0A1607
(10,22,7)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #2E5519

#2E5519
(46,85,25)
#41642D
(65,100,45)
#547341
(84,115,65)
#678255
(103,130,85)
#7A9169
(122,145,105)
#8DA07D
(141,160,125)
#A0AF91
(160,175,145)
#B3BEA5
(179,190,165)
#C6CDB9
(198,205,185)
#D9DCCD
(217,220,205)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5519 color. Also use rgb(46,85,25) instead hex code.

Text Font Color

.myTextColor { color: #2E5519; }

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

This text font color is #2E5519.


Background Color

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

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

This div background color is #2E5519.


Border color

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

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

This div border color is #2E5519.


Opacity

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

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

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

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

This text has shadow with #2E5519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5519 on black background.


Color preview on white background

This text has color #2E5519 on white background.



Black color preview on #2E5519 background

This text has black color on #2E5519 background.


White color preview on #2E5519 background

This text has white color on #2E5519 background.