Color Hex Logo

#338360 Color Hex

#338360
(51,131,96)
0 Favorites   0 Comments

Color spaces of #338360

RGB 5113196
HSL0.430.440.36
HSV154°61°51°
CMYK 0.610.000.27   0.49
XYZ11.592917.780913.8874
Yxy17.78090.26800.4110
Hunter Lab42.1674-24.71879.9906
CIE-Lab49.2293-33.197111.7904

#338360 color RGB value is (51,131,96).

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

The process color (four color CMYK) of #338360 color hex is 0.61, 0.00, 0.27, 0.49. Web safe color of #338360 is #339966. Color #338360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000011 01100000
Octal 63 203 140
Decimal 51 131 96
Hex 33 83 60

RGB Percentages of Color #338360

%18.35
%47.12
%34.53

CMYK Percentages of Color #338360

%61
%0
%27
%49

Triadic Colors of #338360

#338360 #603383 #836033

Analogous Colors of #338360

#338360 #337e83 #338338

Monochromatic Colors of #338360

#338360

Complementary Color

#338360 #833356

#338360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338360 Color CSS Codes

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

#338360 Text Font Color

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

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


#338360 Background Color

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

This div background color is #338360


#338360 Border Color

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

This div border color is #338360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338360


Comments

No comments written yet.

Please login to write comment.