Color Hex Logo

#2b422f Color Hex

#2B422F
(43,66,47)
0 Favorites   0 Comments

Color spaces of #2b422f

RGB 436647
HSL0.360.210.21
HSV130°35°26°
CMYK 0.350.000.29   0.74
XYZ3.45764.61533.3979
Yxy4.61530.30140.4024
Hunter Lab21.4832-8.86725.6607
CIE-Lab25.6094-13.67898.7732

#2b422f color RGB value is (43,66,47).

#2b422f hex color red value is 43, green value is 66 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #2b422f hue: 0.36 , saturation: 0.21 and the lightness value of 2b422f is 0.21.

The process color (four color CMYK) of #2b422f color hex is 0.35, 0.00, 0.29, 0.74. Web safe color of #2b422f is #333333. Color #2b422f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01000010 00101111
Octal 53 102 57
Decimal 43 66 47
Hex 2B 42 2F

RGB Percentages of Color #2b422f

%27.56
%42.31
%30.13

CMYK Percentages of Color #2b422f

%35
%0
%29
%74

Triadic Colors of #2b422f

#2b422f #2f2b42 #422f2b

Analogous Colors of #2b422f

#2b422f #2b423b #33422b

Monochromatic Colors of #2b422f

#2b422f

Complementary Color

#2b422f #422b3e

#2b422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b422f Color CSS Codes

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

#2b422f Text Font Color

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

This sample text font color is #2b422f
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.


#2b422f Background Color

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

This div background color is #2b422f


#2b422f Border Color

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

This div border color is #2b422f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,66,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b422f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b422f;
  -webkit-box-shadow: 1px 1px 3px 2px #2b422f;
  box-shadow:         1px 1px 3px 2px #2b422f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,66,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b422f


Comments

No comments written yet.

Please login to write comment.