Color Hex Logo

#297b61 Color Hex

#297B61
(41,123,97)
0 Favorites   0 Comments

Color spaces of #297b61

RGB 4112397
HSL0.450.500.32
HSV161°67°48°
CMYK 0.670.000.21   0.52
XYZ10.155115.500413.7659
Yxy15.50040.25760.3932
Hunter Lab39.3705-22.85686.8287
CIE-Lab46.3121-31.32987.0552

#297b61 color RGB value is (41,123,97).

#297b61 hex color red value is 41, green value is 123 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #297b61 hue: 0.45 , saturation: 0.50 and the lightness value of 297b61 is 0.32.

The process color (four color CMYK) of #297b61 color hex is 0.67, 0.00, 0.21, 0.52. Web safe color of #297b61 is #336666. Color #297b61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111011 01100001
Octal 51 173 141
Decimal 41 123 97
Hex 29 7B 61

RGB Percentages of Color #297b61

%15.71
%47.13
%37.16

CMYK Percentages of Color #297b61

%67
%0
%21
%52

Triadic Colors of #297b61

#297b61 #61297b #7b6129

Analogous Colors of #297b61

#297b61 #296c7b #297b38

Monochromatic Colors of #297b61

#297b61

Complementary Color

#297b61 #7b2943

#297b61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297b61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297b61 Color CSS Codes

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

#297b61 Text Font Color

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

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


#297b61 Background Color

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

This div background color is #297b61


#297b61 Border Color

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

This div border color is #297b61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,123,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #297b61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #297b61;
  -webkit-box-shadow: 1px 1px 3px 2px #297b61;
  box-shadow:         1px 1px 3px 2px #297b61; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297b61


Comments

No comments written yet.

Please login to write comment.