Color Hex Logo

#27350d Color Hex

#27350D
(39,53,13)
0 Favorites   0 Comments

Color spaces of #27350d

RGB 395313
HSL0.230.610.13
HSV81°75°21°
CMYK 0.260.000.75   0.79
XYZ2.18243.00660.8461
Yxy3.00660.36160.4982
Hunter Lab17.3396-7.87779.2446
CIE-Lab20.0703-13.362022.5019

#27350d color RGB value is (39,53,13).

#27350d hex color red value is 39, green value is 53 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #27350d hue: 0.23 , saturation: 0.61 and the lightness value of 27350d is 0.13.

The process color (four color CMYK) of #27350d color hex is 0.26, 0.00, 0.75, 0.79. Web safe color of #27350d is #333300. Color #27350d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 00110101 00001101
Octal 47 65 15
Decimal 39 53 13
Hex 27 35 D

RGB Percentages of Color #27350d

%37.14
%50.48
%12.38

CMYK Percentages of Color #27350d

%26
%0
%75
%79

Triadic Colors of #27350d

#27350d #0d2735 #350d27

Analogous Colors of #27350d

#27350d #13350d #352f0d

Monochromatic Colors of #27350d

#27350d

Complementary Color

#27350d #1b0d35

#27350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#27350d Color CSS Codes

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

#27350d Text Font Color

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

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


#27350d Background Color

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

This div background color is #27350d


#27350d Border Color

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

This div border color is #27350d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,53,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27350d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27350d;
  -webkit-box-shadow: 1px 1px 3px 2px #27350d;
  box-shadow:         1px 1px 3px 2px #27350d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27350d


Comments

No comments written yet.

Please login to write comment.