Color Hex Logo

#438250 Color Hex

#438250
(67,130,80)
0 Favorites   0 Comments

Color spaces of #438250

RGB 6713080
HSL0.370.320.39
HSV132°48°51°
CMYK 0.480.000.38   0.49
XYZ11.745317.737710.3941
Yxy17.73770.29450.4448
Hunter Lab42.1161-23.923414.8488
CIE-Lab49.1764-31.887420.9676

#438250 color RGB value is (67,130,80).

#438250 hex color red value is 67, green value is 130 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #438250 hue: 0.37 , saturation: 0.32 and the lightness value of 438250 is 0.39.

The process color (four color CMYK) of #438250 color hex is 0.48, 0.00, 0.38, 0.49. Web safe color of #438250 is #339966. Color #438250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000010 01010000
Octal 103 202 120
Decimal 67 130 80
Hex 43 82 50

RGB Percentages of Color #438250

%24.19
%46.93
%28.88

CMYK Percentages of Color #438250

%48
%0
%38
%49

Triadic Colors of #438250

#438250 #504382 #825043

Analogous Colors of #438250

#438250 #438270 #568243

Monochromatic Colors of #438250

#438250

Complementary Color

#438250 #824375

#438250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438250 Color CSS Codes

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

#438250 Text Font Color

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

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


#438250 Background Color

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

This div background color is #438250


#438250 Border Color

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

This div border color is #438250


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,130,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438250; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438250;
  -webkit-box-shadow: 1px 1px 3px 2px #438250;
  box-shadow:         1px 1px 3px 2px #438250; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438250


Comments

No comments written yet.

Please login to write comment.