Color Hex Logo

#af7b30 Color Hex

#AF7B30
(175,123,48)
0 Favorites   0 Comments

Color spaces of #af7b30

RGB 17512348
HSL0.100.570.44
HSV35°73°69°
CMYK 0.000.300.73   0.31
XYZ25.295723.49335.9977
Yxy23.49330.46170.4288
Hunter Lab48.46998.334126.5923
CIE-Lab55.576913.096447.3107

#af7b30 color RGB value is (175,123,48).

#af7b30 hex color red value is 175, green value is 123 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #af7b30 hue: 0.10 , saturation: 0.57 and the lightness value of af7b30 is 0.44.

The process color (four color CMYK) of #af7b30 color hex is 0.00, 0.30, 0.73, 0.31. Web safe color of #af7b30 is #996633. Color #af7b30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111011 00110000
Octal 257 173 60
Decimal 175 123 48
Hex AF 7B 30

RGB Percentages of Color #af7b30

%50.58
%35.55
%13.87

CMYK Percentages of Color #af7b30

%0
%30
%73
%31

Triadic Colors of #af7b30

#af7b30 #30af7b #7b30af

Analogous Colors of #af7b30

#af7b30 #a4af30 #af3c30

Monochromatic Colors of #af7b30

#af7b30

Complementary Color

#af7b30 #3064af

#af7b30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7b30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7b30 Color CSS Codes

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

#af7b30 Text Font Color

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

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


#af7b30 Background Color

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

This div background color is #af7b30


#af7b30 Border Color

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

This div border color is #af7b30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7b30


Comments

No comments written yet.

Please login to write comment.