Color Hex Logo

#43524b Color Hex

#43524B
(67,82,75)
0 Favorites   0 Comments

Color spaces of #43524b

RGB 678275
HSL0.420.100.29
HSV152°18°32°
CMYK 0.180.000.09   0.68
XYZ6.60207.73597.8018
Yxy7.73590.29820.3494
Hunter Lab27.8135-6.30362.8383
CIE-Lab33.4267-7.51272.1490

#43524b color RGB value is (67,82,75).

#43524b hex color red value is 67, green value is 82 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #43524b hue: 0.42 , saturation: 0.10 and the lightness value of 43524b is 0.29.

The process color (four color CMYK) of #43524b color hex is 0.18, 0.00, 0.09, 0.68. Web safe color of #43524b is #336633. Color #43524b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010010 01001011
Octal 103 122 113
Decimal 67 82 75
Hex 43 52 4B

RGB Percentages of Color #43524b

%29.91
%36.61
%33.48

CMYK Percentages of Color #43524b

%18
%0
%9
%68

Triadic Colors of #43524b

#43524b #4b4352 #524b43

Analogous Colors of #43524b

#43524b #435252 #435244

Monochromatic Colors of #43524b

#43524b

Complementary Color

#43524b #52434a

#43524b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43524b Color Preview on White Background

Lorem ipsum dolor sit amet.

#43524b Color CSS Codes

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

#43524b Text Font Color

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

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


#43524b Background Color

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

This div background color is #43524b


#43524b Border Color

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

This div border color is #43524b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43524b


Comments

No comments written yet.

Please login to write comment.