Color Hex Logo

#038750 Color Hex

#038750
(3,135,80)
0 Favorites   0 Comments

Color spaces of #038750

RGB 313580
HSL0.430.960.27
HSV155°98°53°
CMYK 0.980.000.41   0.47
XYZ10.149517.926510.5146
Yxy17.92650.26300.4645
Hunter Lab42.3397-31.305214.9138
CIE-Lab49.4068-44.712921.0131

#038750 color RGB value is (3,135,80).

#038750 hex color red value is 3, green value is 135 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #038750 hue: 0.43 , saturation: 0.96 and the lightness value of 038750 is 0.27.

The process color (four color CMYK) of #038750 color hex is 0.98, 0.00, 0.41, 0.47. Web safe color of #038750 is #009966. Color #038750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000111 01010000
Octal 3 207 120
Decimal 3 135 80
Hex 3 87 50

RGB Percentages of Color #038750

%1.38
%61.93
%36.70

CMYK Percentages of Color #038750

%98
%0
%41
%47

Triadic Colors of #038750

#038750 #500387 #875003

Analogous Colors of #038750

#038750 #037c87 #03870e

Monochromatic Colors of #038750

#038750

Complementary Color

#038750 #87033a

#038750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#038750 Color CSS Codes

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

#038750 Text Font Color

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

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


#038750 Background Color

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

This div background color is #038750


#038750 Border Color

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

This div border color is #038750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,135,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 #038750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038750


Comments

No comments written yet.

Please login to write comment.