Color Hex Logo

#43765b Color Hex

#43765B
(67,118,91)
0 Favorites   0 Comments

Color spaces of #43765b

RGB 6711891
HSL0.410.280.36
HSV148°43°46°
CMYK 0.430.000.23   0.54
XYZ10.681514.905512.2116
Yxy14.90550.28260.3943
Hunter Lab38.6076-18.17818.2719
CIE-Lab45.5045-23.81829.5925

#43765b color RGB value is (67,118,91).

#43765b hex color red value is 67, green value is 118 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #43765b hue: 0.41 , saturation: 0.28 and the lightness value of 43765b is 0.36.

The process color (four color CMYK) of #43765b color hex is 0.43, 0.00, 0.23, 0.54. Web safe color of #43765b is #336666. Color #43765b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110110 01011011
Octal 103 166 133
Decimal 67 118 91
Hex 43 76 5B

RGB Percentages of Color #43765b

%24.28
%42.75
%32.97

CMYK Percentages of Color #43765b

%43
%0
%23
%54

Triadic Colors of #43765b

#43765b #5b4376 #765b43

Analogous Colors of #43765b

#43765b #437675 #457643

Monochromatic Colors of #43765b

#43765b

Complementary Color

#43765b #76435e

#43765b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43765b Color Preview on White Background

Lorem ipsum dolor sit amet.

#43765b Color CSS Codes

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

#43765b Text Font Color

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

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


#43765b Background Color

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

This div background color is #43765b


#43765b Border Color

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

This div border color is #43765b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,118,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43765b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43765b;
  -webkit-box-shadow: 1px 1px 3px 2px #43765b;
  box-shadow:         1px 1px 3px 2px #43765b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,118,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43765b


Comments

No comments written yet.

Please login to write comment.