Color Hex Logo

#2b431d Color Hex

#2B431D
(43,67,29)
0 Favorites   0 Comments

Color spaces of #2b431d

RGB 436729
HSL0.270.400.19
HSV98°57°26°
CMYK 0.360.000.57   0.74
XYZ3.22524.61661.8835
Yxy4.61660.33160.4747
Hunter Lab21.4863-10.80729.8430
CIE-Lab25.6133-17.494020.0223

#2b431d color RGB value is (43,67,29).

#2b431d hex color red value is 43, green value is 67 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2b431d hue: 0.27 , saturation: 0.40 and the lightness value of 2b431d is 0.19.

The process color (four color CMYK) of #2b431d color hex is 0.36, 0.00, 0.57, 0.74. Web safe color of #2b431d is #333333. Color #2b431d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01000011 00011101
Octal 53 103 35
Decimal 43 67 29
Hex 2B 43 1D

RGB Percentages of Color #2b431d

%30.94
%48.20
%20.86

CMYK Percentages of Color #2b431d

%36
%0
%57
%74

Triadic Colors of #2b431d

#2b431d #1d2b43 #431d2b

Analogous Colors of #2b431d

#2b431d #1d4322 #3e431d

Monochromatic Colors of #2b431d

#2b431d

Complementary Color

#2b431d #351d43

#2b431d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b431d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b431d Color CSS Codes

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

#2b431d Text Font Color

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

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


#2b431d Background Color

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

This div background color is #2b431d


#2b431d Border Color

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

This div border color is #2b431d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b431d


Comments

No comments written yet.

Please login to write comment.