Color Hex Logo

#306113 Color Hex

#306113
(48,97,19)
0 Favorites   0 Comments

Color spaces of #306113

RGB 489719
HSL0.270.670.23
HSV98°80°38°
CMYK 0.510.000.80   0.62
XYZ5.61129.22482.1009
Yxy9.22480.33130.5447
Hunter Lab30.3724-20.174317.1595
CIE-Lab36.4136-31.231036.7254

#306113 color RGB value is (48,97,19).

#306113 hex color red value is 48, green value is 97 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #306113 hue: 0.27 , saturation: 0.67 and the lightness value of 306113 is 0.23.

The process color (four color CMYK) of #306113 color hex is 0.51, 0.00, 0.80, 0.62. Web safe color of #306113 is #336600. Color #306113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 00010011
Octal 60 141 23
Decimal 48 97 19
Hex 30 61 13

RGB Percentages of Color #306113

%29.27
%59.15
%11.59

CMYK Percentages of Color #306113

%51
%0
%80
%62

Triadic Colors of #306113

#306113 #133061 #611330

Analogous Colors of #306113

#306113 #13611d #576113

Monochromatic Colors of #306113

#306113

Complementary Color

#306113 #441361

#306113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306113 Color CSS Codes

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

#306113 Text Font Color

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

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


#306113 Background Color

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

This div background color is #306113


#306113 Border Color

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

This div border color is #306113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306113


Comments

No comments written yet.

Please login to write comment.