Color Hex Logo

#2e330b Color Hex

#2E330B
(46,51,11)
0 Favorites   0 Comments

Color spaces of #2e330b

RGB 465111
HSL0.190.650.12
HSV67°78°20°
CMYK 0.100.000.78   0.80
XYZ2.37092.97270.7654
Yxy2.97270.38810.4866
Hunter Lab17.2415-5.62699.4370
CIE-Lab19.9342-8.796323.4215

#2e330b color RGB value is (46,51,11).

#2e330b hex color red value is 46, green value is 51 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #2e330b hue: 0.19 , saturation: 0.65 and the lightness value of 2e330b is 0.12.

The process color (four color CMYK) of #2e330b color hex is 0.10, 0.00, 0.78, 0.80. Web safe color of #2e330b is #333300. Color #2e330b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110011 00001011
Octal 56 63 13
Decimal 46 51 11
Hex 2E 33 B

RGB Percentages of Color #2e330b

%42.59
%47.22
%10.19

CMYK Percentages of Color #2e330b

%10
%0
%78
%80

Triadic Colors of #2e330b

#2e330b #0b2e33 #330b2e

Analogous Colors of #2e330b

#2e330b #1a330b #33240b

Monochromatic Colors of #2e330b

#2e330b

Complementary Color

#2e330b #100b33

#2e330b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e330b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e330b Color CSS Codes

.mybgcolor {background-color:#2e330b; } 
.myforecolor {color:#2e330b; }
.mybordercolor {border:3px solid #2e330b; }

#2e330b Text Font Color

<p style="color:#2e330b">Text here</p>

This sample text font color is #2e330b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2e330b Background Color

<div style="background-color:#2e330b">
Div content here</div>

This div background color is #2e330b


#2e330b Border Color

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

This div border color is #2e330b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,51,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e330b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e330b;
  -webkit-box-shadow: 1px 1px 3px 2px #2e330b;
  box-shadow:         1px 1px 3px 2px #2e330b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,51,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2e330b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2e330b;
  -webkit-box-shadow: 1px 1px 3px 2px #2e330b;
  box-shadow:         1px 1px 3px 2px #2e330b;">
Div content here</div>

This div box has shadow with color #2e330b


Comments

No comments written yet.

Please login to write comment.