Color Hex Logo

#3b4c02 Color Hex

#3B4C02
(59,76,2)
0 Favorites   0 Comments

Color spaces of #3b4c02

RGB 59762
HSL0.200.950.15
HSV74°97°30°
CMYK 0.220.000.97   0.70
XYZ4.39906.10311.0036
Yxy6.10310.38230.5304
Hunter Lab24.7045-11.448214.8845
CIE-Lab29.6711-17.340036.8095

#3b4c02 color RGB value is (59,76,2).

#3b4c02 hex color red value is 59, green value is 76 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #3b4c02 hue: 0.20 , saturation: 0.95 and the lightness value of 3b4c02 is 0.15.

The process color (four color CMYK) of #3b4c02 color hex is 0.22, 0.00, 0.97, 0.70. Web safe color of #3b4c02 is #333300. Color #3b4c02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01001100 00000010
Octal 73 114 2
Decimal 59 76 2
Hex 3B 4C 2

RGB Percentages of Color #3b4c02

%43.07
%55.47
%1.46

CMYK Percentages of Color #3b4c02

%22
%0
%97
%70

Triadic Colors of #3b4c02

#3b4c02 #023b4c #4c023b

Analogous Colors of #3b4c02

#3b4c02 #164c02 #4c3802

Monochromatic Colors of #3b4c02

#3b4c02

Complementary Color

#3b4c02 #13024c

#3b4c02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4c02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4c02 Color CSS Codes

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

#3b4c02 Text Font Color

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

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


#3b4c02 Background Color

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

This div background color is #3b4c02


#3b4c02 Border Color

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

This div border color is #3b4c02


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,76,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b4c02; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b4c02;
  -webkit-box-shadow: 1px 1px 3px 2px #3b4c02;
  box-shadow:         1px 1px 3px 2px #3b4c02; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4c02


Comments

No comments written yet.

Please login to write comment.