Color Hex Logo

#61333f Color Hex

#61333F
(97,51,63)
0 Favorites   0 Comments

Color spaces of #61333f

RGB 975163
HSL0.960.310.29
HSV344°47°38°
CMYK 0.000.470.35   0.62
XYZ7.01085.26795.3499
Yxy5.26790.39770.2988
Hunter Lab22.951914.35812.2463
CIE-Lab27.484822.25661.7208

#61333f color RGB value is (97,51,63).

#61333f hex color red value is 97, green value is 51 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #61333f hue: 0.96 , saturation: 0.31 and the lightness value of 61333f is 0.29.

The process color (four color CMYK) of #61333f color hex is 0.00, 0.47, 0.35, 0.62. Web safe color of #61333f is #663333. Color #61333f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110011 00111111
Octal 141 63 77
Decimal 97 51 63
Hex 61 33 3F

RGB Percentages of Color #61333f

%45.97
%24.17
%29.86

CMYK Percentages of Color #61333f

%0
%47
%35
%62

Triadic Colors of #61333f

#61333f #3f6133 #333f61

Analogous Colors of #61333f

#61333f #613e33 #613356

Monochromatic Colors of #61333f

#61333f

Complementary Color

#61333f #336155

#61333f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61333f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61333f Color CSS Codes

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

#61333f Text Font Color

<p style="color:#61333f">Text here</p>

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


#61333f Background Color

<div style="background-color:#61333f">
Div content here</div>

This div background color is #61333f


#61333f Border Color

<div style="border:3px solid #61333f">
Div here</div>

This div border color is #61333f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,51,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61333f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61333f;
  -webkit-box-shadow: 1px 1px 3px 2px #61333f;
  box-shadow:         1px 1px 3px 2px #61333f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,51,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61333f


Comments

No comments written yet.

Please login to write comment.