Color Hex Logo

#448423 Color Hex

#448423
(68,132,35)
0 Favorites   0 Comments

Color spaces of #448423

RGB 6813235
HSL0.280.580.33
HSV100°73°52°
CMYK 0.480.000.73   0.48
XYZ10.938517.85284.4595
Yxy17.85280.32900.5369
Hunter Lab42.2526-27.731323.3191
CIE-Lab49.3171-38.331943.6755

#448423 color RGB value is (68,132,35).

#448423 hex color red value is 68, green value is 132 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #448423 hue: 0.28 , saturation: 0.58 and the lightness value of 448423 is 0.33.

The process color (four color CMYK) of #448423 color hex is 0.48, 0.00, 0.73, 0.48. Web safe color of #448423 is #339933. Color #448423 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 00100011
Octal 104 204 43
Decimal 68 132 35
Hex 44 84 23

RGB Percentages of Color #448423

%28.94
%56.17
%14.89

CMYK Percentages of Color #448423

%48
%0
%73
%48

Triadic Colors of #448423

#448423 #234484 #842344

Analogous Colors of #448423

#448423 #238433 #758423

Monochromatic Colors of #448423

#448423

Complementary Color

#448423 #632384

#448423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448423 Color CSS Codes

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

#448423 Text Font Color

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

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


#448423 Background Color

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

This div background color is #448423


#448423 Border Color

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

This div border color is #448423


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,132,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #448423; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #448423;
  -webkit-box-shadow: 1px 1px 3px 2px #448423;
  box-shadow:         1px 1px 3px 2px #448423; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,132,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448423


Comments

No comments written yet.

Please login to write comment.