Color Hex Logo

#303408 Color Hex

#303408
(48,52,8)
0 Favorites   0 Comments

Color spaces of #303408

RGB 48528
HSL0.180.730.12
HSV65°85°20°
CMYK 0.080.000.85   0.80
XYZ2.49073.10190.6972
Yxy3.10190.39600.4932
Hunter Lab17.6122-5.57819.9815
CIE-Lab20.4475-8.588225.2819

#303408 color RGB value is (48,52,8).

#303408 hex color red value is 48, green value is 52 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #303408 hue: 0.18 , saturation: 0.73 and the lightness value of 303408 is 0.12.

The process color (four color CMYK) of #303408 color hex is 0.08, 0.00, 0.85, 0.80. Web safe color of #303408 is #333300. Color #303408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110100 00001000
Octal 60 64 10
Decimal 48 52 8
Hex 30 34 8

RGB Percentages of Color #303408

%44.44
%48.15
%7.41

CMYK Percentages of Color #303408

%8
%0
%85
%80

Triadic Colors of #303408

#303408 #083034 #340830

Analogous Colors of #303408

#303408 #1a3408 #342208

Monochromatic Colors of #303408

#303408

Complementary Color

#303408 #0c0834

#303408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303408 Color CSS Codes

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

#303408 Text Font Color

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

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


#303408 Background Color

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

This div background color is #303408


#303408 Border Color

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

This div border color is #303408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303408


Comments

No comments written yet.

Please login to write comment.