Color Hex Logo

#374125 Color Hex

#374125
(55,65,37)
0 Favorites   0 Comments

Color spaces of #374125

RGB 556537
HSL0.230.270.20
HSV81°43°25°
CMYK 0.150.000.43   0.75
XYZ3.79984.72642.4623
Yxy4.72640.34580.4301
Hunter Lab21.7403-6.84708.5030
CIE-Lab25.9406-9.812115.7539

#374125 color RGB value is (55,65,37).

#374125 hex color red value is 55, green value is 65 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #374125 hue: 0.23 , saturation: 0.27 and the lightness value of 374125 is 0.20.

The process color (four color CMYK) of #374125 color hex is 0.15, 0.00, 0.43, 0.75. Web safe color of #374125 is #333333. Color #374125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 00100101
Octal 67 101 45
Decimal 55 65 37
Hex 37 41 25

RGB Percentages of Color #374125

%35.03
%41.40
%23.57

CMYK Percentages of Color #374125

%15
%0
%43
%75

Triadic Colors of #374125

#374125 #253741 #412537

Analogous Colors of #374125

#374125 #294125 #413d25

Monochromatic Colors of #374125

#374125

Complementary Color

#374125 #2f2541

#374125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374125 Color CSS Codes

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

#374125 Text Font Color

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

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


#374125 Background Color

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

This div background color is #374125


#374125 Border Color

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

This div border color is #374125


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,65,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 #374125">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374125


Comments

No comments written yet.

Please login to write comment.