Color Hex Logo

#9d263d Color Hex

#9D263D
(157,38,61)
0 Favorites   0 Comments

Color spaces of #9d263d

RGB 1573861
HSL0.970.610.38
HSV348°76°62°
CMYK 0.000.760.61   0.38
XYZ15.44008.89125.3173
Yxy8.89120.52080.2999
Hunter Lab29.818140.246710.2998
CIE-Lab35.774049.654316.1616

#9d263d color RGB value is (157,38,61).

#9d263d hex color red value is 157, green value is 38 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9d263d hue: 0.97 , saturation: 0.61 and the lightness value of 9d263d is 0.38.

The process color (four color CMYK) of #9d263d color hex is 0.00, 0.76, 0.61, 0.38. Web safe color of #9d263d is #993333. Color #9d263d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00100110 00111101
Octal 235 46 75
Decimal 157 38 61
Hex 9D 26 3D

RGB Percentages of Color #9d263d

%61.33
%14.84
%23.83

CMYK Percentages of Color #9d263d

%0
%76
%61
%38

Triadic Colors of #9d263d

#9d263d #3d9d26 #263d9d

Analogous Colors of #9d263d

#9d263d #9d4b26 #9d2679

Monochromatic Colors of #9d263d

#9d263d

Complementary Color

#9d263d #269d86

#9d263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d263d Color CSS Codes

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

#9d263d Text Font Color

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

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


#9d263d Background Color

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

This div background color is #9d263d


#9d263d Border Color

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

This div border color is #9d263d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,38,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d263d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d263d;
  -webkit-box-shadow: 1px 1px 3px 2px #9d263d;
  box-shadow:         1px 1px 3px 2px #9d263d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,38,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d263d


Comments

No comments written yet.

Please login to write comment.