Color Hex Logo

#23502e Color Hex

#23502E
(35,80,46)
0 Favorites   0 Comments

Color spaces of #23502e

RGB 358046
HSL0.370.390.23
HSV135°56°31°
CMYK 0.560.000.43   0.69
XYZ4.05496.29193.5855
Yxy6.29190.29100.4516
Hunter Lab25.0837-15.04109.0836
CIE-Lab30.1373-24.157815.4418

#23502e color RGB value is (35,80,46).

#23502e hex color red value is 35, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #23502e hue: 0.37 , saturation: 0.39 and the lightness value of 23502e is 0.23.

The process color (four color CMYK) of #23502e color hex is 0.56, 0.00, 0.43, 0.69. Web safe color of #23502e is #336633. Color #23502e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010000 00101110
Octal 43 120 56
Decimal 35 80 46
Hex 23 50 2E

RGB Percentages of Color #23502e

%21.74
%49.69
%28.57

CMYK Percentages of Color #23502e

%56
%0
%43
%69

Triadic Colors of #23502e

#23502e #2e2350 #502e23

Analogous Colors of #23502e

#23502e #235045 #2f5023

Monochromatic Colors of #23502e

#23502e

Complementary Color

#23502e #502345

#23502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#23502e Color CSS Codes

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

#23502e Text Font Color

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

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


#23502e Background Color

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

This div background color is #23502e


#23502e Border Color

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

This div border color is #23502e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23502e


Comments

No comments written yet.

Please login to write comment.