Color Hex Logo

#23363d Color Hex

#23363D
(35,54,61)
0 Favorites   0 Comments

Color spaces of #23363d

RGB 355461
HSL0.540.270.19
HSV196°43°24°
CMYK 0.430.110.00   0.76
XYZ2.85463.33264.9077
Yxy3.33260.25730.3004
Hunter Lab18.2554-4.0349-3.1605
CIE-Lab21.3295-5.4836-6.8152

#23363d color RGB value is (35,54,61).

#23363d hex color red value is 35, green value is 54 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #23363d hue: 0.54 , saturation: 0.27 and the lightness value of 23363d is 0.19.

The process color (four color CMYK) of #23363d color hex is 0.43, 0.11, 0.00, 0.76. Web safe color of #23363d is #333333. Color #23363d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00110110 00111101
Octal 43 66 75
Decimal 35 54 61
Hex 23 36 3D

RGB Percentages of Color #23363d

%23.33
%36.00
%40.67

CMYK Percentages of Color #23363d

%43
%11
%0
%76

Triadic Colors of #23363d

#23363d #3d2336 #363d23

Analogous Colors of #23363d

#23363d #23293d #233d37

Monochromatic Colors of #23363d

#23363d

Complementary Color

#23363d #3d2a23

#23363d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23363d Color Preview on White Background

Lorem ipsum dolor sit amet.

#23363d Color CSS Codes

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

#23363d Text Font Color

<p style="color:#23363d">Text here</p>

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


#23363d Background Color

<div style="background-color:#23363d">
Div content here</div>

This div background color is #23363d


#23363d Border Color

<div style="border:3px solid #23363d">
Div here</div>

This div border color is #23363d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,54,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23363d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23363d;
  -webkit-box-shadow: 1px 1px 3px 2px #23363d;
  box-shadow:         1px 1px 3px 2px #23363d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23363d


Comments

No comments written yet.

Please login to write comment.