Color Hex Logo

#275238 Color Hex

#275238
(39,82,56)
0 Favorites   0 Comments

Color spaces of #275238

RGB 398256
HSL0.400.360.24
HSV144°52°32°
CMYK 0.520.000.32   0.68
XYZ4.56786.75144.8038
Yxy6.75140.28330.4187
Hunter Lab25.9835-14.09147.2269
CIE-Lab31.2341-21.809810.7676

#275238 color RGB value is (39,82,56).

#275238 hex color red value is 39, green value is 82 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #275238 hue: 0.40 , saturation: 0.36 and the lightness value of 275238 is 0.24.

The process color (four color CMYK) of #275238 color hex is 0.52, 0.00, 0.32, 0.68. Web safe color of #275238 is #336633. Color #275238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01010010 00111000
Octal 47 122 70
Decimal 39 82 56
Hex 27 52 38

RGB Percentages of Color #275238

%22.03
%46.33
%31.64

CMYK Percentages of Color #275238

%52
%0
%32
%68

Triadic Colors of #275238

#275238 #382752 #523827

Analogous Colors of #275238

#275238 #27524e #2c5227

Monochromatic Colors of #275238

#275238

Complementary Color

#275238 #522741

#275238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#275238 Color CSS Codes

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

#275238 Text Font Color

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

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


#275238 Background Color

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

This div background color is #275238


#275238 Border Color

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

This div border color is #275238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275238


Comments

No comments written yet.

Please login to write comment.