Color Hex Logo

#975f0d Color Hex

#975F0D
(151,95,13)
0 Favorites   0 Comments

Color spaces of #975f0d

RGB 1519513
HSL0.100.840.32
HSV36°91°59°
CMYK 0.000.370.91   0.41
XYZ16.927414.79282.3439
Yxy14.79280.49690.4343
Hunter Lab38.461411.252923.3098
CIE-Lab45.349116.875650.1382

#975f0d color RGB value is (151,95,13).

#975f0d hex color red value is 151, green value is 95 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #975f0d hue: 0.10 , saturation: 0.84 and the lightness value of 975f0d is 0.32.

The process color (four color CMYK) of #975f0d color hex is 0.00, 0.37, 0.91, 0.41. Web safe color of #975f0d is #996600. Color #975f0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01011111 00001101
Octal 227 137 15
Decimal 151 95 13
Hex 97 5F D

RGB Percentages of Color #975f0d

%58.30
%36.68
%5.02

CMYK Percentages of Color #975f0d

%0
%37
%91
%41

Triadic Colors of #975f0d

#975f0d #0d975f #5f0d97

Analogous Colors of #975f0d

#975f0d #8a970d #971a0d

Monochromatic Colors of #975f0d

#975f0d

Complementary Color

#975f0d #0d4597

#975f0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975f0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#975f0d Color CSS Codes

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

#975f0d Text Font Color

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

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


#975f0d Background Color

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

This div background color is #975f0d


#975f0d Border Color

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

This div border color is #975f0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,95,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #975f0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #975f0d;
  -webkit-box-shadow: 1px 1px 3px 2px #975f0d;
  box-shadow:         1px 1px 3px 2px #975f0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,95,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 #975f0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975f0d


Comments

No comments written yet.

Please login to write comment.