Color Hex Logo

#3b4925 Color Hex

#3B4925
(59,73,37)
0 Favorites   0 Comments

Color spaces of #3b4925

RGB 597337
HSL0.230.330.22
HSV83°49°29°
CMYK 0.190.000.49   0.71
XYZ4.52015.82852.6370
Yxy5.82850.34810.4488
Hunter Lab24.1423-8.828910.4235
CIE-Lab28.9756-12.709719.6795

#3b4925 color RGB value is (59,73,37).

#3b4925 hex color red value is 59, green value is 73 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #3b4925 hue: 0.23 , saturation: 0.33 and the lightness value of 3b4925 is 0.22.

The process color (four color CMYK) of #3b4925 color hex is 0.19, 0.00, 0.49, 0.71. Web safe color of #3b4925 is #333333. Color #3b4925 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01001001 00100101
Octal 73 111 45
Decimal 59 73 37
Hex 3B 49 25

RGB Percentages of Color #3b4925

%34.91
%43.20
%21.89

CMYK Percentages of Color #3b4925

%19
%0
%49
%71

Triadic Colors of #3b4925

#3b4925 #253b49 #49253b

Analogous Colors of #3b4925

#3b4925 #294925 #494525

Monochromatic Colors of #3b4925

#3b4925

Complementary Color

#3b4925 #332549

#3b4925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4925 Color CSS Codes

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

#3b4925 Text Font Color

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

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


#3b4925 Background Color

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

This div background color is #3b4925


#3b4925 Border Color

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

This div border color is #3b4925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4925


Comments

No comments written yet.

Please login to write comment.