Color Hex Logo

#338344 Color Hex

#338344
(51,131,68)
0 Favorites   0 Comments

Color spaces of #338344

RGB 5113168
HSL0.370.440.36
HSV133°61°51°
CMYK 0.610.000.48   0.49
XYZ10.524917.35388.2637
Yxy17.35380.29120.4802
Hunter Lab41.6579-27.803117.3991
CIE-Lab48.7028-38.788826.8790

#338344 color RGB value is (51,131,68).

#338344 hex color red value is 51, green value is 131 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #338344 hue: 0.37 , saturation: 0.44 and the lightness value of 338344 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000011 01000100
Octal 63 203 104
Decimal 51 131 68
Hex 33 83 44

RGB Percentages of Color #338344

%20.40
%52.40
%27.20

CMYK Percentages of Color #338344

%61
%0
%48
%49

Triadic Colors of #338344

#338344 #443383 #834433

Analogous Colors of #338344

#338344 #33836c #4a8333

Monochromatic Colors of #338344

#338344

Complementary Color

#338344 #833372

#338344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338344 Color CSS Codes

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

#338344 Text Font Color

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

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


#338344 Background Color

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

This div background color is #338344


#338344 Border Color

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

This div border color is #338344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338344


Comments

No comments written yet.

Please login to write comment.