Color Hex Logo

#374f2b Color Hex

#374F2B
(55,79,43)
0 Favorites   0 Comments

Color spaces of #374f2b

RGB 557943
HSL0.280.300.24
HSV100°46°31°
CMYK 0.300.000.46   0.69
XYZ4.80766.57863.3019
Yxy6.57860.32730.4479
Hunter Lab25.6488-11.427410.3214
CIE-Lab30.8277-16.930718.3689

#374f2b color RGB value is (55,79,43).

#374f2b hex color red value is 55, green value is 79 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #374f2b hue: 0.28 , saturation: 0.30 and the lightness value of 374f2b is 0.24.

The process color (four color CMYK) of #374f2b color hex is 0.30, 0.00, 0.46, 0.69. Web safe color of #374f2b is #336633. Color #374f2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001111 00101011
Octal 67 117 53
Decimal 55 79 43
Hex 37 4F 2B

RGB Percentages of Color #374f2b

%31.07
%44.63
%24.29

CMYK Percentages of Color #374f2b

%30
%0
%46
%69

Triadic Colors of #374f2b

#374f2b #2b374f #4f2b37

Analogous Colors of #374f2b

#374f2b #2b4f31 #494f2b

Monochromatic Colors of #374f2b

#374f2b

Complementary Color

#374f2b #432b4f

#374f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#374f2b Color CSS Codes

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

#374f2b Text Font Color

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

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


#374f2b Background Color

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

This div background color is #374f2b


#374f2b Border Color

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

This div border color is #374f2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,79,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #374f2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #374f2b;
  -webkit-box-shadow: 1px 1px 3px 2px #374f2b;
  box-shadow:         1px 1px 3px 2px #374f2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374f2b


Comments

No comments written yet.

Please login to write comment.