Color Hex Logo

#45693c Color Hex

#45693C
(69,105,60)
0 Favorites   0 Comments

Color spaces of #45693c

RGB 6910560
HSL0.300.270.32
HSV108°43°41°
CMYK 0.340.000.43   0.59
XYZ8.321411.69466.0937
Yxy11.69460.31870.4479
Hunter Lab34.1974-16.410213.3731
CIE-Lab40.7266-22.492421.3028

#45693c color RGB value is (69,105,60).

#45693c hex color red value is 69, green value is 105 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #45693c hue: 0.30 , saturation: 0.27 and the lightness value of 45693c is 0.32.

The process color (four color CMYK) of #45693c color hex is 0.34, 0.00, 0.43, 0.59. Web safe color of #45693c is #336633. Color #45693c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101001 00111100
Octal 105 151 74
Decimal 69 105 60
Hex 45 69 3C

RGB Percentages of Color #45693c

%29.49
%44.87
%25.64

CMYK Percentages of Color #45693c

%34
%0
%43
%59

Triadic Colors of #45693c

#45693c #3c4569 #693c45

Analogous Colors of #45693c

#45693c #3c694a #5c693c

Monochromatic Colors of #45693c

#45693c

Complementary Color

#45693c #603c69

#45693c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#45693c Color Preview on White Background

Lorem ipsum dolor sit amet.

#45693c Color CSS Codes

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

#45693c Text Font Color

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

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


#45693c Background Color

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

This div background color is #45693c


#45693c Border Color

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

This div border color is #45693c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,105,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #45693c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #45693c;
  -webkit-box-shadow: 1px 1px 3px 2px #45693c;
  box-shadow:         1px 1px 3px 2px #45693c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #45693c


Comments

No comments written yet.

Please login to write comment.