Color Hex Logo

#304640 Color Hex

#304640
(48,70,64)
0 Favorites   0 Comments

Color spaces of #304640

RGB 487064
HSL0.450.190.23
HSV164°31°27°
CMYK 0.310.000.09   0.73
XYZ4.33455.37895.6603
Yxy5.37890.28190.3499
Hunter Lab23.1925-7.22651.7645
CIE-Lab27.7881-10.10520.8536

#304640 color RGB value is (48,70,64).

#304640 hex color red value is 48, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #304640 hue: 0.45 , saturation: 0.19 and the lightness value of 304640 is 0.23.

The process color (four color CMYK) of #304640 color hex is 0.31, 0.00, 0.09, 0.73. Web safe color of #304640 is #333333. Color #304640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000110 01000000
Octal 60 106 100
Decimal 48 70 64
Hex 30 46 40

RGB Percentages of Color #304640

%26.37
%38.46
%35.16

CMYK Percentages of Color #304640

%31
%0
%9
%73

Triadic Colors of #304640

#304640 #403046 #464030

Analogous Colors of #304640

#304640 #304146 #304635

Monochromatic Colors of #304640

#304640

Complementary Color

#304640 #463036

#304640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304640 Color CSS Codes

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

#304640 Text Font Color

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

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


#304640 Background Color

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

This div background color is #304640


#304640 Border Color

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

This div border color is #304640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304640


Comments

No comments written yet.

Please login to write comment.