Color Hex Logo

#235241 Color Hex

#235241
(35,82,65)
0 Favorites   0 Comments

Color spaces of #235241

RGB 358265
HSL0.440.400.23
HSV158°57°32°
CMYK 0.570.000.21   0.68
XYZ4.66466.77366.0626
Yxy6.77360.26650.3870
Hunter Lab26.0261-13.55364.4071
CIE-Lab31.2858-20.75755.1561

#235241 color RGB value is (35,82,65).

#235241 hex color red value is 35, green value is 82 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #235241 hue: 0.44 , saturation: 0.40 and the lightness value of 235241 is 0.23.

The process color (four color CMYK) of #235241 color hex is 0.57, 0.00, 0.21, 0.68. Web safe color of #235241 is #336633. Color #235241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010010 01000001
Octal 43 122 101
Decimal 35 82 65
Hex 23 52 41

RGB Percentages of Color #235241

%19.23
%45.05
%35.71

CMYK Percentages of Color #235241

%57
%0
%21
%68

Triadic Colors of #235241

#235241 #412352 #524123

Analogous Colors of #235241

#235241 #234c52 #23522a

Monochromatic Colors of #235241

#235241

Complementary Color

#235241 #522334

#235241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235241 Color CSS Codes

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

#235241 Text Font Color

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

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


#235241 Background Color

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

This div background color is #235241


#235241 Border Color

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

This div border color is #235241


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,82,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235241; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235241;
  -webkit-box-shadow: 1px 1px 3px 2px #235241;
  box-shadow:         1px 1px 3px 2px #235241; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235241


Comments

No comments written yet.

Please login to write comment.