Color Hex Logo

#43531c Color Hex

#43531C
(67,83,28)
0 Favorites   0 Comments

Color spaces of #43531c

RGB 678328
HSL0.220.500.22
HSV77°66°33°
CMYK 0.190.000.66   0.67
XYZ5.61767.46362.2432
Yxy7.46360.36660.4870
Hunter Lab27.3196-11.105214.2554
CIE-Lab32.8398-15.753029.3790

#43531c color RGB value is (67,83,28).

#43531c hex color red value is 67, green value is 83 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #43531c hue: 0.22 , saturation: 0.50 and the lightness value of 43531c is 0.22.

The process color (four color CMYK) of #43531c color hex is 0.19, 0.00, 0.66, 0.67. Web safe color of #43531c is #336633. Color #43531c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010011 00011100
Octal 103 123 34
Decimal 67 83 28
Hex 43 53 1C

RGB Percentages of Color #43531c

%37.64
%46.63
%15.73

CMYK Percentages of Color #43531c

%19
%0
%66
%67

Triadic Colors of #43531c

#43531c #1c4353 #531c43

Analogous Colors of #43531c

#43531c #28531c #53481c

Monochromatic Colors of #43531c

#43531c

Complementary Color

#43531c #2c1c53

#43531c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43531c Color Preview on White Background

Lorem ipsum dolor sit amet.

#43531c Color CSS Codes

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

#43531c Text Font Color

<p style="color:#43531c">Text here</p>

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


#43531c Background Color

<div style="background-color:#43531c">
Div content here</div>

This div background color is #43531c


#43531c Border Color

<div style="border:3px solid #43531c">
Div here</div>

This div border color is #43531c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,83,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43531c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43531c;
  -webkit-box-shadow: 1px 1px 3px 2px #43531c;
  box-shadow:         1px 1px 3px 2px #43531c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43531c


Comments

No comments written yet.

Please login to write comment.