Color Hex Logo

#379769 Color Hex

#379769
(55,151,105)
0 Favorites   0 Comments

Color spaces of #379769

RGB 55151105
HSL0.420.470.40
HSV151°64°59°
CMYK 0.640.000.30   0.41
XYZ15.192023.965417.1897
Yxy23.96540.26960.4253
Hunter Lab48.9545-30.276613.4492
CIE-Lab56.0531-39.224516.1361

#379769 color RGB value is (55,151,105).

#379769 hex color red value is 55, green value is 151 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #379769 hue: 0.42 , saturation: 0.47 and the lightness value of 379769 is 0.40.

The process color (four color CMYK) of #379769 color hex is 0.64, 0.00, 0.30, 0.41. Web safe color of #379769 is #339966. Color #379769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10010111 01101001
Octal 67 227 151
Decimal 55 151 105
Hex 37 97 69

RGB Percentages of Color #379769

%17.68
%48.55
%33.76

CMYK Percentages of Color #379769

%64
%0
%30
%41

Triadic Colors of #379769

#379769 #693797 #976937

Analogous Colors of #379769

#379769 #379597 #379739

Monochromatic Colors of #379769

#379769

Complementary Color

#379769 #973765

#379769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379769 Color CSS Codes

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

#379769 Text Font Color

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

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


#379769 Background Color

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

This div background color is #379769


#379769 Border Color

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

This div border color is #379769


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,151,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #379769; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #379769;
  -webkit-box-shadow: 1px 1px 3px 2px #379769;
  box-shadow:         1px 1px 3px 2px #379769; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,151,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379769


Comments

No comments written yet.

Please login to write comment.