Color Hex Logo

#237975 Color Hex

#237975
(35,121,117)
0 Favorites   0 Comments

Color spaces of #237975

RGB 35121117
HSL0.490.550.31
HSV177°71°47°
CMYK 0.710.000.03   0.53
XYZ10.741415.316419.2199
Yxy15.31640.23720.3383
Hunter Lab39.1362-19.4968-1.7222
CIE-Lab46.0645-25.7820-5.1838

#237975 color RGB value is (35,121,117).

#237975 hex color red value is 35, green value is 121 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #237975 hue: 0.49 , saturation: 0.55 and the lightness value of 237975 is 0.31.

The process color (four color CMYK) of #237975 color hex is 0.71, 0.00, 0.03, 0.53. Web safe color of #237975 is #336666. Color #237975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111001 01110101
Octal 43 171 165
Decimal 35 121 117
Hex 23 79 75

RGB Percentages of Color #237975

%12.82
%44.32
%42.86

CMYK Percentages of Color #237975

%71
%0
%3
%53

Triadic Colors of #237975

#237975 #752379 #797523

Analogous Colors of #237975

#237975 #235279 #23794a

Monochromatic Colors of #237975

#237975

Complementary Color

#237975 #792327

#237975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#237975 Color CSS Codes

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

#237975 Text Font Color

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

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


#237975 Background Color

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

This div background color is #237975


#237975 Border Color

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

This div border color is #237975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237975


Comments

No comments written yet.

Please login to write comment.