Color Hex Logo

#448434 Color Hex

#448434
(68,132,52)
0 Favorites   0 Comments

Color spaces of #448434

RGB 6813252
HSL0.300.430.36
HSV108°61°52°
CMYK 0.480.000.61   0.48
XYZ11.255017.97946.1260
Yxy17.97940.31830.5085
Hunter Lab42.4021-26.823621.1156
CIE-Lab49.4711-36.672436.2447

#448434 color RGB value is (68,132,52).

#448434 hex color red value is 68, green value is 132 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #448434 hue: 0.30 , saturation: 0.43 and the lightness value of 448434 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000100 00110100
Octal 104 204 64
Decimal 68 132 52
Hex 44 84 34

RGB Percentages of Color #448434

%26.98
%52.38
%20.63

CMYK Percentages of Color #448434

%48
%0
%61
%48

Triadic Colors of #448434

#448434 #344484 #843444

Analogous Colors of #448434

#448434 #34844c #6c8434

Monochromatic Colors of #448434

#448434

Complementary Color

#448434 #743484

#448434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#448434 Color CSS Codes

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

#448434 Text Font Color

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

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


#448434 Background Color

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

This div background color is #448434


#448434 Border Color

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

This div border color is #448434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448434


Comments

No comments written yet.

Please login to write comment.