Color Hex Logo

#af741b Color Hex

#AF741B
(175,116,27)
0 Favorites   0 Comments

Color spaces of #af741b

RGB 17511627
HSL0.100.730.40
HSV36°85°69°
CMYK 0.000.340.85   0.31
XYZ24.122421.68393.9509
Yxy21.68390.48480.4358
Hunter Lab46.566010.977227.5657
CIE-Lab53.690016.177953.9424

#af741b color RGB value is (175,116,27).

#af741b hex color red value is 175, green value is 116 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #af741b hue: 0.10 , saturation: 0.73 and the lightness value of af741b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110100 00011011
Octal 257 164 33
Decimal 175 116 27
Hex AF 74 1B

RGB Percentages of Color #af741b

%55.03
%36.48
%8.49

CMYK Percentages of Color #af741b

%0
%34
%85
%31

Triadic Colors of #af741b

#af741b #1baf74 #741baf

Analogous Colors of #af741b

#af741b #a0af1b #af2a1b

Monochromatic Colors of #af741b

#af741b

Complementary Color

#af741b #1b56af

#af741b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af741b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af741b Color CSS Codes

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

#af741b Text Font Color

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

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


#af741b Background Color

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

This div background color is #af741b


#af741b Border Color

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

This div border color is #af741b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,116,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af741b


Comments

No comments written yet.

Please login to write comment.