COLOR #2E361C

HEX: #2E361C
RGB: (46,54,28)

Color info

#2E361C contains red, green and blue colors in about the same proportion. Web safe color of #2E361C is #333333 (or #333).

RGB color model

#2E361C color RGB value is (46,54,28).

  • red value is 46;
  • green value is 54;
  • blue value is 28.
RGB:
(46,54,28)
(18%,21%,11%)

RGB channels and saturation

R 46 of 255 = 18%
G 54 of 255 = 21%
B 28 of 255 = 11%

46
54
28

R + G + B ~ 17%. #2E361C is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 54 + 28 = 128 (100%)
R 46 of 128 ~ 35.94%
G 54 of 128 ~ 42.19%
B 28 of 128 ~ 21.88%

%35.94
%42.19
%21.88

CMYK color model

#2E361C color CMYK value is (15,0,48,79).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 78.82%
CMYK:
(15,0,48,79)
C15M0Y48K79 
(15%,0%,48%,79%)
(0.15/0.00/0.48/0.79)	

CMYK percentages

%14.81
%0
%48.15
%78.82

Codes

Color #2E361C in popluar color models

2E361C
RGB465428
HSL78°31.71%16.08%
HSB/HSV78°48.15%21.18%
CMYK14.81%0.00%48.15%
78.82%

Color #2E361C in popluar number systems.

HEX2E361C
Decimal465428
Binary10111011011011100
Octal566634

Shades and tints

Shades of #2E361C

#2E361C
(46,54,28)
#2A321A
(42,50,26)
#262E18
(38,46,24)
#222A16
(34,42,22)
#1E2614
(30,38,20)
#1A2212
(26,34,18)
#161E10
(22,30,16)
#121A0E
(18,26,14)
#0E160C
(14,22,12)
#0A120A
(10,18,10)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #2E361C

#2E361C
(46,54,28)
#414830
(65,72,48)
#545A44
(84,90,68)
#676C58
(103,108,88)
#7A7E6C
(122,126,108)
#8D9080
(141,144,128)
#A0A294
(160,162,148)
#B3B4A8
(179,180,168)
#C6C6BC
(198,198,188)
#D9D8D0
(217,216,208)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E361C color. Also use rgb(46,54,28) instead hex code.

Text Font Color

.myTextColor { color: #2E361C; }

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

This text font color is #2E361C.


Background Color

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

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

This div background color is #2E361C.


Border color

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

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

This div border color is #2E361C.


Opacity

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

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

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

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

This text has shadow with #2E361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E361C on black background.


Color preview on white background

This text has color #2E361C on white background.



Black color preview on #2E361C background

This text has black color on #2E361C background.


White color preview on #2E361C background

This text has white color on #2E361C background.