Color Hex Logo

#538045 Color Hex

#538045
(83,128,69)
0 Favorites   0 Comments

Color spaces of #538045

RGB 8312869
HSL0.290.300.39
HSV106°46°50°
CMYK 0.350.000.46   0.50
XYZ12.360617.70708.3965
Yxy17.70700.32140.4604
Hunter Lab42.0797-21.206417.6252
CIE-Lab49.1388-27.450127.1795

#538045 color RGB value is (83,128,69).

#538045 hex color red value is 83, green value is 128 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #538045 hue: 0.29 , saturation: 0.30 and the lightness value of 538045 is 0.39.

The process color (four color CMYK) of #538045 color hex is 0.35, 0.00, 0.46, 0.50. Web safe color of #538045 is #669933. Color #538045 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 01000101
Octal 123 200 105
Decimal 83 128 69
Hex 53 80 45

RGB Percentages of Color #538045

%29.64
%45.71
%24.64

CMYK Percentages of Color #538045

%35
%0
%46
%50

Triadic Colors of #538045

#538045 #455380 #804553

Analogous Colors of #538045

#538045 #458055 #718045

Monochromatic Colors of #538045

#538045

Complementary Color

#538045 #724580

#538045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538045 Color CSS Codes

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

#538045 Text Font Color

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

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


#538045 Background Color

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

This div background color is #538045


#538045 Border Color

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

This div border color is #538045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538045


Comments

No comments written yet.

Please login to write comment.