Color Hex Logo

#43480b Color Hex

#43480B
(67,72,11)
0 Favorites   0 Comments

Color spaces of #43480b

RGB 677211
HSL0.180.730.16
HSV65°85°28°
CMYK 0.070.000.85   0.72
XYZ4.69255.85221.1989
Yxy5.85220.39960.4983
Hunter Lab24.1913-7.710413.9956
CIE-Lab29.0365-10.697733.1548

#43480b color RGB value is (67,72,11).

#43480b hex color red value is 67, green value is 72 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #43480b hue: 0.18 , saturation: 0.73 and the lightness value of 43480b is 0.16.

The process color (four color CMYK) of #43480b color hex is 0.07, 0.00, 0.85, 0.72. Web safe color of #43480b is #333300. Color #43480b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001000 00001011
Octal 103 110 13
Decimal 67 72 11
Hex 43 48 B

RGB Percentages of Color #43480b

%44.67
%48.00
%7.33

CMYK Percentages of Color #43480b

%7
%0
%85
%72

Triadic Colors of #43480b

#43480b #0b4348 #480b43

Analogous Colors of #43480b

#43480b #25480b #482f0b

Monochromatic Colors of #43480b

#43480b

Complementary Color

#43480b #100b48

#43480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#43480b Color CSS Codes

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

#43480b Text Font Color

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

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


#43480b Background Color

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

This div background color is #43480b


#43480b Border Color

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

This div border color is #43480b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,72,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43480b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43480b;
  -webkit-box-shadow: 1px 1px 3px 2px #43480b;
  box-shadow:         1px 1px 3px 2px #43480b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,72,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43480b


Comments

No comments written yet.

Please login to write comment.