Color Hex Logo

#434b0a Color Hex

#434B0A
(67,75,10)
0 Favorites   0 Comments

Color spaces of #434b0a

RGB 677510
HSL0.190.760.17
HSV67°87°29°
CMYK 0.110.000.87   0.71
XYZ4.88566.24741.2355
Yxy6.24740.39500.5051
Hunter Lab24.9948-8.850514.5656
CIE-Lab30.0282-12.490334.4165

#434b0a color RGB value is (67,75,10).

#434b0a hex color red value is 67, green value is 75 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #434b0a hue: 0.19 , saturation: 0.76 and the lightness value of 434b0a is 0.17.

The process color (four color CMYK) of #434b0a color hex is 0.11, 0.00, 0.87, 0.71. Web safe color of #434b0a is #333300. Color #434b0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01001011 00001010
Octal 103 113 12
Decimal 67 75 10
Hex 43 4B A

RGB Percentages of Color #434b0a

%44.08
%49.34
%6.58

CMYK Percentages of Color #434b0a

%11
%0
%87
%71

Triadic Colors of #434b0a

#434b0a #0a434b #4b0a43

Analogous Colors of #434b0a

#434b0a #234b0a #4b330a

Monochromatic Colors of #434b0a

#434b0a

Complementary Color

#434b0a #120a4b

#434b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#434b0a Color CSS Codes

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

#434b0a Text Font Color

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

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


#434b0a Background Color

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

This div background color is #434b0a


#434b0a Border Color

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

This div border color is #434b0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,75,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #434b0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #434b0a;
  -webkit-box-shadow: 1px 1px 3px 2px #434b0a;
  box-shadow:         1px 1px 3px 2px #434b0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434b0a


Comments

No comments written yet.

Please login to write comment.