Color Hex Logo

#297563 Color Hex

#297563
(41,117,99)
0 Favorites   0 Comments

Color spaces of #297563

RGB 4111799
HSL0.460.480.31
HSV166°65°46°
CMYK 0.650.000.15   0.54
XYZ9.527914.094814.0228
Yxy14.09480.25310.3744
Hunter Lab37.5430-20.39954.1346
CIE-Lab44.3686-27.94133.0837

#297563 color RGB value is (41,117,99).

#297563 hex color red value is 41, green value is 117 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #297563 hue: 0.46 , saturation: 0.48 and the lightness value of 297563 is 0.31.

The process color (four color CMYK) of #297563 color hex is 0.65, 0.00, 0.15, 0.54. Web safe color of #297563 is #336666. Color #297563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110101 01100011
Octal 51 165 143
Decimal 41 117 99
Hex 29 75 63

RGB Percentages of Color #297563

%15.95
%45.53
%38.52

CMYK Percentages of Color #297563

%65
%0
%15
%54

Triadic Colors of #297563

#297563 #632975 #756329

Analogous Colors of #297563

#297563 #296175 #29753d

Monochromatic Colors of #297563

#297563

Complementary Color

#297563 #75293b

#297563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297563 Color CSS Codes

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

#297563 Text Font Color

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

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


#297563 Background Color

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

This div background color is #297563


#297563 Border Color

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

This div border color is #297563


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,117,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297563; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297563;
  -webkit-box-shadow: 1px 1px 3px 2px #297563;
  box-shadow:         1px 1px 3px 2px #297563; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,117,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297563


Comments

No comments written yet.

Please login to write comment.