Color Hex Logo

#23503c Color Hex

#23503C
(35,80,60)
0 Favorites   0 Comments

Color spaces of #23503c

RGB 358060
HSL0.430.390.23
HSV153°56°31°
CMYK 0.560.000.25   0.69
XYZ4.37746.42095.2836
Yxy6.42090.27220.3993
Hunter Lab25.3395-13.50825.3749
CIE-Lab30.4505-20.99367.1379

#23503c color RGB value is (35,80,60).

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

The process color (four color CMYK) of #23503c color hex is 0.56, 0.00, 0.25, 0.69. Web safe color of #23503c is #336633. Color #23503c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010000 00111100
Octal 43 120 74
Decimal 35 80 60
Hex 23 50 3C

RGB Percentages of Color #23503c

%20.00
%45.71
%34.29

CMYK Percentages of Color #23503c

%56
%0
%25
%69

Triadic Colors of #23503c

#23503c #3c2350 #503c23

Analogous Colors of #23503c

#23503c #234e50 #235026

Monochromatic Colors of #23503c

#23503c

Complementary Color

#23503c #502337

#23503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#23503c Color CSS Codes

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

#23503c Text Font Color

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

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


#23503c Background Color

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

This div background color is #23503c


#23503c Border Color

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

This div border color is #23503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23503c


Comments

No comments written yet.

Please login to write comment.