Color Hex Logo

#33820d Color Hex

#33820D
(51,130,13)
0 Favorites   0 Comments

Color spaces of #33820d

RGB 5113013
HSL0.280.820.28
HSV101°90°51°
CMYK 0.610.000.90   0.49
XYZ9.420516.69813.1073
Yxy16.69810.32230.5713
Hunter Lab40.8633-30.360024.0958
CIE-Lab47.8774-43.941449.0151

#33820d color RGB value is (51,130,13).

#33820d hex color red value is 51, green value is 130 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #33820d hue: 0.28 , saturation: 0.82 and the lightness value of 33820d is 0.28.

The process color (four color CMYK) of #33820d color hex is 0.61, 0.00, 0.90, 0.49. Web safe color of #33820d is #339900. Color #33820d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000010 00001101
Octal 63 202 15
Decimal 51 130 13
Hex 33 82 D

RGB Percentages of Color #33820d

%26.29
%67.01
%6.70

CMYK Percentages of Color #33820d

%61
%0
%90
%49

Triadic Colors of #33820d

#33820d #0d3382 #820d33

Analogous Colors of #33820d

#33820d #0d8222 #6e820d

Monochromatic Colors of #33820d

#33820d

Complementary Color

#33820d #5c0d82

#33820d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33820d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33820d Color CSS Codes

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

#33820d Text Font Color

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

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


#33820d Background Color

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

This div background color is #33820d


#33820d Border Color

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

This div border color is #33820d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,130,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33820d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33820d;
  -webkit-box-shadow: 1px 1px 3px 2px #33820d;
  box-shadow:         1px 1px 3px 2px #33820d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33820d


Comments

No comments written yet.

Please login to write comment.