Color Hex Logo

#af7438 Color Hex

#AF7438
(175,116,56)
0 Favorites   0 Comments

Color spaces of #af7438

RGB 17511656
HSL0.080.520.45
HSV30°68°69°
CMYK 0.000.340.68   0.31
XYZ24.638421.89036.6680
Yxy21.89030.46320.4115
Hunter Lab46.787112.122024.3011
CIE-Lab53.910417.469141.7021

#af7438 color RGB value is (175,116,56).

#af7438 hex color red value is 175, green value is 116 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #af7438 hue: 0.08 , saturation: 0.52 and the lightness value of af7438 is 0.45.

The process color (four color CMYK) of #af7438 color hex is 0.00, 0.34, 0.68, 0.31. Web safe color of #af7438 is #996633. Color #af7438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110100 00111000
Octal 257 164 70
Decimal 175 116 56
Hex AF 74 38

RGB Percentages of Color #af7438

%50.43
%33.43
%16.14

CMYK Percentages of Color #af7438

%0
%34
%68
%31

Triadic Colors of #af7438

#af7438 #38af74 #7438af

Analogous Colors of #af7438

#af7438 #afaf38 #af3838

Monochromatic Colors of #af7438

#af7438

Complementary Color

#af7438 #3873af

#af7438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7438 Color CSS Codes

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

#af7438 Text Font Color

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

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


#af7438 Background Color

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

This div background color is #af7438


#af7438 Border Color

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

This div border color is #af7438


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,116,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 #af7438">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7438


Comments

No comments written yet.

Please login to write comment.