Color Hex Logo

#348003 Color Hex

#348003
(52,128,3)
0 Favorites   0 Comments

Color spaces of #348003

RGB 521283
HSL0.270.950.26
HSV96°98°50°
CMYK 0.590.000.98   0.50
XYZ9.151816.17502.7259
Yxy16.17500.32620.5766
Hunter Lab40.2182-29.763424.1342
CIE-Lab47.2033-43.257050.4634

#348003 color RGB value is (52,128,3).

#348003 hex color red value is 52, green value is 128 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #348003 hue: 0.27 , saturation: 0.95 and the lightness value of 348003 is 0.26.

The process color (four color CMYK) of #348003 color hex is 0.59, 0.00, 0.98, 0.50. Web safe color of #348003 is #339900. Color #348003 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000000 00000011
Octal 64 200 3
Decimal 52 128 3
Hex 34 80 3

RGB Percentages of Color #348003

%28.42
%69.95
%1.64

CMYK Percentages of Color #348003

%59
%0
%98
%50

Triadic Colors of #348003

#348003 #033480 #800334

Analogous Colors of #348003

#348003 #038011 #738003

Monochromatic Colors of #348003

#348003

Complementary Color

#348003 #4f0380

#348003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348003 Color CSS Codes

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

#348003 Text Font Color

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

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


#348003 Background Color

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

This div background color is #348003


#348003 Border Color

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

This div border color is #348003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348003


Comments

No comments written yet.

Please login to write comment.