Color Hex Logo

#43535d Color Hex

#43535D
(67,83,93)
0 Favorites   0 Comments

Color spaces of #43535d

RGB 678393
HSL0.560.160.31
HSV203°28°36°
CMYK 0.280.110.00   0.64
XYZ7.38388.170111.5437
Yxy8.17010.27250.3015
Hunter Lab28.5834-3.9099-3.9365
CIE-Lab34.3347-3.6141-7.8743

#43535d color RGB value is (67,83,93).

#43535d hex color red value is 67, green value is 83 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #43535d hue: 0.56 , saturation: 0.16 and the lightness value of 43535d is 0.31.

The process color (four color CMYK) of #43535d color hex is 0.28, 0.11, 0.00, 0.64. Web safe color of #43535d is #336666. Color #43535d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010011 01011101
Octal 103 123 135
Decimal 67 83 93
Hex 43 53 5D

RGB Percentages of Color #43535d

%27.57
%34.16
%38.27

CMYK Percentages of Color #43535d

%28
%11
%0
%64

Triadic Colors of #43535d

#43535d #5d4353 #535d43

Analogous Colors of #43535d

#43535d #43465d #435d5a

Monochromatic Colors of #43535d

#43535d

Complementary Color

#43535d #5d4d43

#43535d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43535d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43535d Color CSS Codes

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

#43535d Text Font Color

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

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


#43535d Background Color

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

This div background color is #43535d


#43535d Border Color

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

This div border color is #43535d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,83,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43535d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43535d;
  -webkit-box-shadow: 1px 1px 3px 2px #43535d;
  box-shadow:         1px 1px 3px 2px #43535d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43535d


Comments

No comments written yet.

Please login to write comment.