Color Hex Logo

#43504f Color Hex

#43504F
(67,80,79)
0 Favorites   0 Comments

Color spaces of #43504f

RGB 678079
HSL0.490.090.29
HSV175°16°31°
CMYK 0.160.000.01   0.69
XYZ6.59477.49518.4963
Yxy7.49510.29200.3318
Hunter Lab27.3772-4.91240.7638
CIE-Lab32.9084-5.3546-1.1398

#43504f color RGB value is (67,80,79).

#43504f hex color red value is 67, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #43504f hue: 0.49 , saturation: 0.09 and the lightness value of 43504f is 0.29.

The process color (four color CMYK) of #43504f color hex is 0.16, 0.00, 0.01, 0.69. Web safe color of #43504f is #336666. Color #43504f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010000 01001111
Octal 103 120 117
Decimal 67 80 79
Hex 43 50 4F

RGB Percentages of Color #43504f

%29.65
%35.40
%34.96

CMYK Percentages of Color #43504f

%16
%0
%1
%69

Triadic Colors of #43504f

#43504f #4f4350 #504f43

Analogous Colors of #43504f

#43504f #434b50 #435049

Monochromatic Colors of #43504f

#43504f

Complementary Color

#43504f #504344

#43504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#43504f Color CSS Codes

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

#43504f Text Font Color

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

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


#43504f Background Color

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

This div background color is #43504f


#43504f Border Color

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

This div border color is #43504f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,80,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43504f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43504f;
  -webkit-box-shadow: 1px 1px 3px 2px #43504f;
  box-shadow:         1px 1px 3px 2px #43504f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43504f


Comments

No comments written yet.

Please login to write comment.