Color Hex Logo

#427326 Color Hex

#427326
(66,115,38)
0 Favorites   0 Comments

Color spaces of #427326

RGB 6611538
HSL0.270.500.30
HSV98°67°45°
CMYK 0.430.000.67   0.55
XYZ8.727413.55973.9910
Yxy13.55970.33210.5160
Hunter Lab36.8235-22.135519.3505
CIE-Lab43.5948-31.301836.3135

#427326 color RGB value is (66,115,38).

#427326 hex color red value is 66, green value is 115 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #427326 hue: 0.27 , saturation: 0.50 and the lightness value of 427326 is 0.30.

The process color (four color CMYK) of #427326 color hex is 0.43, 0.00, 0.67, 0.55. Web safe color of #427326 is #336633. Color #427326 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110011 00100110
Octal 102 163 46
Decimal 66 115 38
Hex 42 73 26

RGB Percentages of Color #427326

%30.14
%52.51
%17.35

CMYK Percentages of Color #427326

%43
%0
%67
%55

Triadic Colors of #427326

#427326 #264273 #732642

Analogous Colors of #427326

#427326 #267331 #697326

Monochromatic Colors of #427326

#427326

Complementary Color

#427326 #572673

#427326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427326 Color CSS Codes

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

#427326 Text Font Color

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

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


#427326 Background Color

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

This div background color is #427326


#427326 Border Color

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

This div border color is #427326


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,115,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427326; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427326;
  -webkit-box-shadow: 1px 1px 3px 2px #427326;
  box-shadow:         1px 1px 3px 2px #427326; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,115,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427326


Comments

No comments written yet.

Please login to write comment.