Color Hex Logo

#23370e Color Hex

#23370E
(35,55,14)
0 Favorites   0 Comments

Color spaces of #23370e

RGB 355514
HSL0.250.590.14
HSV89°75°22°
CMYK 0.360.000.75   0.78
XYZ2.13863.12140.9052
Yxy3.12140.34690.5063
Hunter Lab17.6675-9.31129.3295
CIE-Lab20.5237-16.273322.4382

#23370e color RGB value is (35,55,14).

#23370e hex color red value is 35, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #23370e hue: 0.25 , saturation: 0.59 and the lightness value of 23370e is 0.14.

The process color (four color CMYK) of #23370e color hex is 0.36, 0.00, 0.75, 0.78. Web safe color of #23370e is #333300. Color #23370e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00110111 00001110
Octal 43 67 16
Decimal 35 55 14
Hex 23 37 E

RGB Percentages of Color #23370e

%33.65
%52.88
%13.46

CMYK Percentages of Color #23370e

%36
%0
%75
%78

Triadic Colors of #23370e

#23370e #0e2337 #370e23

Analogous Colors of #23370e

#23370e #0f370e #37370e

Monochromatic Colors of #23370e

#23370e

Complementary Color

#23370e #220e37

#23370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#23370e Color CSS Codes

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

#23370e Text Font Color

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

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


#23370e Background Color

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

This div background color is #23370e


#23370e Border Color

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

This div border color is #23370e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,55,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23370e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23370e;
  -webkit-box-shadow: 1px 1px 3px 2px #23370e;
  box-shadow:         1px 1px 3px 2px #23370e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23370e


Comments

No comments written yet.

Please login to write comment.