Color Hex Logo

#23533a Color Hex

#23533A
(35,83,58)
0 Favorites   0 Comments

Color spaces of #23533a

RGB 358358
HSL0.410.410.23
HSV149°58°33°
CMYK 0.580.000.30   0.67
XYZ4.55016.84935.0852
Yxy6.84930.27600.4155
Hunter Lab26.1712-14.76576.7994
CIE-Lab31.4613-23.02429.8056

#23533a color RGB value is (35,83,58).

#23533a hex color red value is 35, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #23533a hue: 0.41 , saturation: 0.41 and the lightness value of 23533a is 0.23.

The process color (four color CMYK) of #23533a color hex is 0.58, 0.00, 0.30, 0.67. Web safe color of #23533a is #336633. Color #23533a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010011 00111010
Octal 43 123 72
Decimal 35 83 58
Hex 23 53 3A

RGB Percentages of Color #23533a

%19.89
%47.16
%32.95

CMYK Percentages of Color #23533a

%58
%0
%30
%67

Triadic Colors of #23533a

#23533a #3a2353 #533a23

Analogous Colors of #23533a

#23533a #235352 #245323

Monochromatic Colors of #23533a

#23533a

Complementary Color

#23533a #53233c

#23533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#23533a Color CSS Codes

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

#23533a Text Font Color

<p style="color:#23533a">Text here</p>

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


#23533a Background Color

<div style="background-color:#23533a">
Div content here</div>

This div background color is #23533a


#23533a Border Color

<div style="border:3px solid #23533a">
Div here</div>

This div border color is #23533a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,83,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23533a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23533a;
  -webkit-box-shadow: 1px 1px 3px 2px #23533a;
  box-shadow:         1px 1px 3px 2px #23533a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23533a


Comments

No comments written yet.

Please login to write comment.