Color Hex Logo

#447458 Color Hex

#447458
(68,116,88)
0 Favorites   0 Comments

Color spaces of #447458

RGB 6811688
HSL0.400.260.36
HSV145°41°45°
CMYK 0.410.000.24   0.55
XYZ10.390714.424311.4690
Yxy14.42430.28640.3975
Hunter Lab37.9793-17.62838.6811
CIE-Lab44.8354-23.143910.4350

#447458 color RGB value is (68,116,88).

#447458 hex color red value is 68, green value is 116 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #447458 hue: 0.40 , saturation: 0.26 and the lightness value of 447458 is 0.36.

The process color (four color CMYK) of #447458 color hex is 0.41, 0.00, 0.24, 0.55. Web safe color of #447458 is #336666. Color #447458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110100 01011000
Octal 104 164 130
Decimal 68 116 88
Hex 44 74 58

RGB Percentages of Color #447458

%25.00
%42.65
%32.35

CMYK Percentages of Color #447458

%41
%0
%24
%55

Triadic Colors of #447458

#447458 #584474 #745844

Analogous Colors of #447458

#447458 #447470 #487444

Monochromatic Colors of #447458

#447458

Complementary Color

#447458 #744460

#447458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#447458 Color CSS Codes

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

#447458 Text Font Color

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

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


#447458 Background Color

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

This div background color is #447458


#447458 Border Color

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

This div border color is #447458


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,116,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447458; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447458;
  -webkit-box-shadow: 1px 1px 3px 2px #447458;
  box-shadow:         1px 1px 3px 2px #447458; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,116,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447458


Comments

No comments written yet.

Please login to write comment.