Color Hex Logo

#65371b Color Hex

#65371B
(101,55,27)
0 Favorites   0 Comments

Color spaces of #65371b

RGB 1015527
HSL0.060.580.25
HSV23°73°40°
CMYK 0.000.460.73   0.60
XYZ6.93085.57821.7483
Yxy5.57820.48610.3913
Hunter Lab23.618211.049212.1439
CIE-Lab28.322317.845825.9615

#65371b color RGB value is (101,55,27).

#65371b hex color red value is 101, green value is 55 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #65371b hue: 0.06 , saturation: 0.58 and the lightness value of 65371b is 0.25.

The process color (four color CMYK) of #65371b color hex is 0.00, 0.46, 0.73, 0.60. Web safe color of #65371b is #663333. Color #65371b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00110111 00011011
Octal 145 67 33
Decimal 101 55 27
Hex 65 37 1B

RGB Percentages of Color #65371b

%55.19
%30.05
%14.75

CMYK Percentages of Color #65371b

%0
%46
%73
%60

Triadic Colors of #65371b

#65371b #1b6537 #371b65

Analogous Colors of #65371b

#65371b #655c1b #651b24

Monochromatic Colors of #65371b

#65371b

Complementary Color

#65371b #1b4965

#65371b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65371b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65371b Color CSS Codes

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

#65371b Text Font Color

<p style="color:#65371b">Text here</p>

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


#65371b Background Color

<div style="background-color:#65371b">
Div content here</div>

This div background color is #65371b


#65371b Border Color

<div style="border:3px solid #65371b">
Div here</div>

This div border color is #65371b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,55,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65371b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65371b;
  -webkit-box-shadow: 1px 1px 3px 2px #65371b;
  box-shadow:         1px 1px 3px 2px #65371b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65371b


Comments

No comments written yet.

Please login to write comment.