Color Hex Logo

#536b2d Color Hex

#536B2D
(83,107,45)
0 Favorites   0 Comments

Color spaces of #536b2d

RGB 8310745
HSL0.230.410.30
HSV83°58°42°
CMYK 0.220.000.58   0.58
XYZ9.298612.54394.4137
Yxy12.54390.35410.4778
Hunter Lab35.4174-15.116417.4035
CIE-Lab42.0678-19.902631.4136

#536b2d color RGB value is (83,107,45).

#536b2d hex color red value is 83, green value is 107 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #536b2d hue: 0.23 , saturation: 0.41 and the lightness value of 536b2d is 0.30.

The process color (four color CMYK) of #536b2d color hex is 0.22, 0.00, 0.58, 0.58. Web safe color of #536b2d is #666633. Color #536b2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101011 00101101
Octal 123 153 55
Decimal 83 107 45
Hex 53 6B 2D

RGB Percentages of Color #536b2d

%35.32
%45.53
%19.15

CMYK Percentages of Color #536b2d

%22
%0
%58
%58

Triadic Colors of #536b2d

#536b2d #2d536b #6b2d53

Analogous Colors of #536b2d

#536b2d #346b2d #6b642d

Monochromatic Colors of #536b2d

#536b2d

Complementary Color

#536b2d #452d6b

#536b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#536b2d Color CSS Codes

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

#536b2d Text Font Color

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

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


#536b2d Background Color

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

This div background color is #536b2d


#536b2d Border Color

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

This div border color is #536b2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,107,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536b2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536b2d;
  -webkit-box-shadow: 1px 1px 3px 2px #536b2d;
  box-shadow:         1px 1px 3px 2px #536b2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536b2d

#536b2d Color Palettes


Comments

No comments written yet.

Please login to write comment.