Color Hex Logo

#398275 Color Hex

#398275
(57,130,117)
0 Favorites   0 Comments

Color spaces of #398275

RGB 57130117
HSL0.470.390.37
HSV169°56°51°
CMYK 0.560.000.10   0.49
XYZ12.880918.119519.6481
Yxy18.11950.25430.3577
Hunter Lab42.5670-20.47762.4298
CIE-Lab49.6407-26.10800.1550

#398275 color RGB value is (57,130,117).

#398275 hex color red value is 57, green value is 130 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #398275 hue: 0.47 , saturation: 0.39 and the lightness value of 398275 is 0.37.

The process color (four color CMYK) of #398275 color hex is 0.56, 0.00, 0.10, 0.49. Web safe color of #398275 is #339966. Color #398275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000010 01110101
Octal 71 202 165
Decimal 57 130 117
Hex 39 82 75

RGB Percentages of Color #398275

%18.75
%42.76
%38.49

CMYK Percentages of Color #398275

%56
%0
%10
%49

Triadic Colors of #398275

#398275 #753982 #827539

Analogous Colors of #398275

#398275 #396b82 #398251

Monochromatic Colors of #398275

#398275

Complementary Color

#398275 #823946

#398275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398275 Color CSS Codes

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

#398275 Text Font Color

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

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


#398275 Background Color

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

This div background color is #398275


#398275 Border Color

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

This div border color is #398275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398275


Comments

No comments written yet.

Please login to write comment.