Color Hex Logo

#23530c Color Hex

#23530C
(35,83,12)
0 Favorites   0 Comments

Color spaces of #23530c

RGB 358312
HSL0.280.750.19
HSV101°86°33°
CMYK 0.580.000.86   0.67
XYZ3.85286.57041.4130
Yxy6.57040.32550.5551
Hunter Lab25.6328-18.027514.6746
CIE-Lab30.8082-30.001933.7046

#23530c color RGB value is (35,83,12).

#23530c hex color red value is 35, green value is 83 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #23530c hue: 0.28 , saturation: 0.75 and the lightness value of 23530c is 0.19.

The process color (four color CMYK) of #23530c color hex is 0.58, 0.00, 0.86, 0.67. Web safe color of #23530c is #336600. Color #23530c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010011 00001100
Octal 43 123 14
Decimal 35 83 12
Hex 23 53 C

RGB Percentages of Color #23530c

%26.92
%63.85
%9.23

CMYK Percentages of Color #23530c

%58
%0
%86
%67

Triadic Colors of #23530c

#23530c #0c2353 #530c23

Analogous Colors of #23530c

#23530c #0c5319 #47530c

Monochromatic Colors of #23530c

#23530c

Complementary Color

#23530c #3c0c53

#23530c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23530c Color Preview on White Background

Lorem ipsum dolor sit amet.

#23530c Color CSS Codes

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

#23530c Text Font Color

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

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


#23530c Background Color

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

This div background color is #23530c


#23530c Border Color

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

This div border color is #23530c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23530c


Comments

No comments written yet.

Please login to write comment.