Color Hex Logo

#23463e Color Hex

#23463E
(35,70,62)
0 Favorites   0 Comments

Color spaces of #23463e

RGB 357062
HSL0.460.330.21
HSV166°50°27°
CMYK 0.500.000.11   0.73
XYZ3.75285.08545.3412
Yxy5.08540.26470.3586
Hunter Lab22.5508-9.75891.7427
CIE-Lab26.9767-14.98580.8845

#23463e color RGB value is (35,70,62).

#23463e hex color red value is 35, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #23463e hue: 0.46 , saturation: 0.33 and the lightness value of 23463e is 0.21.

The process color (four color CMYK) of #23463e color hex is 0.50, 0.00, 0.11, 0.73. Web safe color of #23463e is #333333. Color #23463e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01000110 00111110
Octal 43 106 76
Decimal 35 70 62
Hex 23 46 3E

RGB Percentages of Color #23463e

%20.96
%41.92
%37.13

CMYK Percentages of Color #23463e

%50
%0
%11
%73

Triadic Colors of #23463e

#23463e #3e2346 #463e23

Analogous Colors of #23463e

#23463e #233d46 #23462d

Monochromatic Colors of #23463e

#23463e

Complementary Color

#23463e #46232b

#23463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#23463e Color CSS Codes

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

#23463e Text Font Color

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

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


#23463e Background Color

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

This div background color is #23463e


#23463e Border Color

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

This div border color is #23463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23463e


Comments

No comments written yet.

Please login to write comment.