Color Hex Logo

#338658 Color Hex

#338658
(51,134,88)
0 Favorites   0 Comments

Color spaces of #338658

RGB 5113488
HSL0.410.450.36
HSV147°62°53°
CMYK 0.620.000.34   0.47
XYZ11.651818.458612.1813
Yxy18.45860.27550.4365
Hunter Lab42.9635-26.776413.2641
CIE-Lab50.0477-36.305517.5055

#338658 color RGB value is (51,134,88).

#338658 hex color red value is 51, green value is 134 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #338658 hue: 0.41 , saturation: 0.45 and the lightness value of 338658 is 0.36.

The process color (four color CMYK) of #338658 color hex is 0.62, 0.00, 0.34, 0.47. Web safe color of #338658 is #339966. Color #338658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000110 01011000
Octal 63 206 130
Decimal 51 134 88
Hex 33 86 58

RGB Percentages of Color #338658

%18.68
%49.08
%32.23

CMYK Percentages of Color #338658

%62
%0
%34
%47

Triadic Colors of #338658

#338658 #583386 #865833

Analogous Colors of #338658

#338658 #338682 #388633

Monochromatic Colors of #338658

#338658

Complementary Color

#338658 #863361

#338658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338658 Color CSS Codes

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

#338658 Text Font Color

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

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


#338658 Background Color

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

This div background color is #338658


#338658 Border Color

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

This div border color is #338658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338658


Comments

No comments written yet.

Please login to write comment.