Color Hex Logo

#233a20 Color Hex

#233A20
(35,58,32)
0 Favorites   0 Comments

Color spaces of #233a20

RGB 355832
HSL0.310.290.18
HSV113°45°23°
CMYK 0.400.000.45   0.77
XYZ2.46693.48771.9097
Yxy3.48770.31370.4435
Hunter Lab18.6754-9.10327.0099
CIE-Lab21.8999-15.323113.3811

#233a20 color RGB value is (35,58,32).

#233a20 hex color red value is 35, green value is 58 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #233a20 hue: 0.31 , saturation: 0.29 and the lightness value of 233a20 is 0.18.

The process color (four color CMYK) of #233a20 color hex is 0.40, 0.00, 0.45, 0.77. Web safe color of #233a20 is #333333. Color #233a20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00111010 00100000
Octal 43 72 40
Decimal 35 58 32
Hex 23 3A 20

RGB Percentages of Color #233a20

%28.00
%46.40
%25.60

CMYK Percentages of Color #233a20

%40
%0
%45
%77

Triadic Colors of #233a20

#233a20 #20233a #3a2023

Analogous Colors of #233a20

#233a20 #203a2a #303a20

Monochromatic Colors of #233a20

#233a20

Complementary Color

#233a20 #37203a

#233a20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#233a20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#233a20 Color CSS Codes

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

#233a20 Text Font Color

<p style="color:#233a20">Text here</p>

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


#233a20 Background Color

<div style="background-color:#233a20">
Div content here</div>

This div background color is #233a20


#233a20 Border Color

<div style="border:3px solid #233a20">
Div here</div>

This div border color is #233a20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #233a20


Comments

No comments written yet.

Please login to write comment.