Color Hex Logo

#30490b Color Hex

#30490B
(48,73,11)
0 Favorites   0 Comments

Color spaces of #30490b

RGB 487311
HSL0.230.740.16
HSV84°85°29°
CMYK 0.340.000.85   0.71
XYZ3.66195.41761.1693
Yxy5.41760.35730.5286
Hunter Lab23.2757-12.649713.3145
CIE-Lab27.8928-20.320631.5522

#30490b color RGB value is (48,73,11).

#30490b hex color red value is 48, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #30490b hue: 0.23 , saturation: 0.74 and the lightness value of 30490b is 0.16.

The process color (four color CMYK) of #30490b color hex is 0.34, 0.00, 0.85, 0.71. Web safe color of #30490b is #333300. Color #30490b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 00001011
Octal 60 111 13
Decimal 48 73 11
Hex 30 49 B

RGB Percentages of Color #30490b

%36.36
%55.30
%8.33

CMYK Percentages of Color #30490b

%34
%0
%85
%71

Triadic Colors of #30490b

#30490b #0b3049 #490b30

Analogous Colors of #30490b

#30490b #11490b #49430b

Monochromatic Colors of #30490b

#30490b

Complementary Color

#30490b #240b49

#30490b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30490b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30490b Color CSS Codes

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

#30490b Text Font Color

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

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


#30490b Background Color

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

This div background color is #30490b


#30490b Border Color

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

This div border color is #30490b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,73,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 #30490b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30490b


Comments

No comments written yet.

Please login to write comment.