COLOR #2E4331

HEX: #2E4331
RGB: (46,67,49)

Renk bilgisi

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

RGB renk modeli

#2E4331 color RGB value is (46,67,49).

  • kırmız ton 46;
  • yeşil ton 67;
  • mavi ton 49.
RGB:
(46,67,49)
(18%,26%,19%)

RGB bağlantıları ve doygunluk

R 46 of 255 = 18%
G 67 of 255 = 26%
B 49 of 255 = 19%

46
67
49

R + G + B ~ 21%. #2E4331 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
46 + 67 + 49 = 162 (100%)
R 46 of 162 ~ 28.4%
G 67 of 162 ~ 41.36%
B 49 of 162 ~ 30.25%

%28.4
%41.36
%30.25

CMYK RENK MODELİ

#2E4331 rengi CMYK tonu (31,0,27,74).

  • camgöbeği tonu 31.34%
  • eflatun tonu 0.00%
  • sarı tonu 26.87%
  • ana renk tonu 73.73%
CMYK:
(31,0,27,74)
C31M0Y27K74 
(31%,0%,27%,74%)
(0.31/0.00/0.27/0.74)	

CMYK yüzdeleri

%31.34
%0
%26.87
%73.73

Codes

Color #2E4331 in popluar color models

2E4331
RGB466749
HSL129°18.58%22.16%
HSB/HSV129°31.34%26.27%
CMYK31.34%0.00%26.87%
73.73%

Color #2E4331 in popluar number systems.

HEX2E4331
Decimal466749
Binary1011101000011110001
Octal5610361

Shades and tints

Shades of #2E4331

#2E4331
(46,67,49)
#2A3D2D
(42,61,45)
#263729
(38,55,41)
#223125
(34,49,37)
#1E2B21
(30,43,33)
#1A251D
(26,37,29)
#161F19
(22,31,25)
#121915
(18,25,21)
#0E1311
(14,19,17)
#0A0D0D
(10,13,13)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #2E4331

#2E4331
(46,67,49)
#415443
(65,84,67)
#546555
(84,101,85)
#677667
(103,118,103)
#7A8779
(122,135,121)
#8D988B
(141,152,139)
#A0A99D
(160,169,157)
#B3BAAF
(179,186,175)
#C6CBC1
(198,203,193)
#D9DCD3
(217,220,211)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4331 color. Also use rgb(46,67,49) instead hex code.

Text Font Color

.myTextColor { color: #2E4331; }

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

This text font color is #2E4331.


Background Color

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

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

This div background color is #2E4331.


Border color

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

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

This div border color is #2E4331.


Opacity

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

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

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

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

This text has shadow with #2E4331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4331 on black background.


Color preview on white background

This text has color #2E4331 on white background.



Black color preview on #2E4331 background

This text has black color on #2E4331 background.


White color preview on #2E4331 background

This text has white color on #2E4331 background.