Color Hex Logo

#40370c Color Hex

#40370C
(64,55,12)
0 Favorites   0 Comments

Color spaces of #40370c

RGB 645512
HSL0.140.680.15
HSV50°81°25°
CMYK 0.000.140.81   0.75
XYZ3.54693.84890.9038
Yxy3.84890.42740.4637
Hunter Lab19.6186-2.061111.0016
CIE-Lab23.1655-1.730727.0131

#40370c color RGB value is (64,55,12).

#40370c hex color red value is 64, green value is 55 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #40370c hue: 0.14 , saturation: 0.68 and the lightness value of 40370c is 0.15.

The process color (four color CMYK) of #40370c color hex is 0.00, 0.14, 0.81, 0.75. Web safe color of #40370c is #333300. Color #40370c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110111 00001100
Octal 100 67 14
Decimal 64 55 12
Hex 40 37 C

RGB Percentages of Color #40370c

%48.85
%41.98
%9.16

CMYK Percentages of Color #40370c

%0
%14
%81
%75

Triadic Colors of #40370c

#40370c #0c4037 #370c40

Analogous Colors of #40370c

#40370c #2f400c #401d0c

Monochromatic Colors of #40370c

#40370c

Complementary Color

#40370c #0c1540

#40370c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40370c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40370c Color CSS Codes

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

#40370c Text Font Color

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

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


#40370c Background Color

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

This div background color is #40370c


#40370c Border Color

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

This div border color is #40370c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,55,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40370c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40370c;
  -webkit-box-shadow: 1px 1px 3px 2px #40370c;
  box-shadow:         1px 1px 3px 2px #40370c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,55,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40370c


Comments

No comments written yet.

Please login to write comment.