Color Hex Logo

#61947b Color Hex

#61947B
(97,148,123)
0 Favorites   0 Comments

Color spaces of #61947b

RGB 97148123
HSL0.420.210.48
HSV151°34°58°
CMYK 0.340.000.17   0.42
XYZ19.094825.151322.5872
Yxy25.15130.28570.3763
Hunter Lab50.1511-19.80138.4025
CIE-Lab57.2225-22.77547.8515

#61947b color RGB value is (97,148,123).

#61947b hex color red value is 97, green value is 148 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #61947b hue: 0.42 , saturation: 0.21 and the lightness value of 61947b is 0.48.

The process color (four color CMYK) of #61947b color hex is 0.34, 0.00, 0.17, 0.42. Web safe color of #61947b is #669966. Color #61947b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010100 01111011
Octal 141 224 173
Decimal 97 148 123
Hex 61 94 7B

RGB Percentages of Color #61947b

%26.36
%40.22
%33.42

CMYK Percentages of Color #61947b

%34
%0
%17
%42

Triadic Colors of #61947b

#61947b #7b6194 #947b61

Analogous Colors of #61947b

#61947b #619494 #619462

Monochromatic Colors of #61947b

#61947b

Complementary Color

#61947b #94617a

#61947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61947b Color CSS Codes

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

#61947b Text Font Color

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

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


#61947b Background Color

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

This div background color is #61947b


#61947b Border Color

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

This div border color is #61947b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61947b


Comments

No comments written yet.

Please login to write comment.