Color Hex Logo

#43885f Color Hex

#43885F
(67,136,95)
0 Favorites   0 Comments

Color spaces of #43885f

RGB 6713695
HSL0.400.340.40
HSV144°51°53°
CMYK 0.510.000.30   0.47
XYZ13.184519.627813.9201
Yxy19.62780.28210.4200
Hunter Lab44.3033-24.409712.3834
CIE-Lab51.4138-31.748215.4777

#43885f color RGB value is (67,136,95).

#43885f hex color red value is 67, green value is 136 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #43885f hue: 0.40 , saturation: 0.34 and the lightness value of 43885f is 0.40.

The process color (four color CMYK) of #43885f color hex is 0.51, 0.00, 0.30, 0.47. Web safe color of #43885f is #339966. Color #43885f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001000 01011111
Octal 103 210 137
Decimal 67 136 95
Hex 43 88 5F

RGB Percentages of Color #43885f

%22.48
%45.64
%31.88

CMYK Percentages of Color #43885f

%51
%0
%30
%47

Triadic Colors of #43885f

#43885f #5f4388 #885f43

Analogous Colors of #43885f

#43885f #438882 #4a8843

Monochromatic Colors of #43885f

#43885f

Complementary Color

#43885f #88436c

#43885f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43885f Color Preview on White Background

Lorem ipsum dolor sit amet.

#43885f Color CSS Codes

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

#43885f Text Font Color

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

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


#43885f Background Color

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

This div background color is #43885f


#43885f Border Color

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

This div border color is #43885f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43885f


Comments

No comments written yet.

Please login to write comment.