Color Hex Logo

#308845 Color Hex

#308845
(48,136,69)
0 Favorites   0 Comments

Color spaces of #308845

RGB 4813669
HSL0.370.480.36
HSV134°65°53°
CMYK 0.650.000.49   0.47
XYZ11.097318.66648.6483
Yxy18.66640.28890.4860
Hunter Lab43.2046-29.759618.3751
CIE-Lab50.2946-41.374128.3297

#308845 color RGB value is (48,136,69).

#308845 hex color red value is 48, green value is 136 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #308845 hue: 0.37 , saturation: 0.48 and the lightness value of 308845 is 0.36.

The process color (four color CMYK) of #308845 color hex is 0.65, 0.00, 0.49, 0.47. Web safe color of #308845 is #339933. Color #308845 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001000 01000101
Octal 60 210 105
Decimal 48 136 69
Hex 30 88 45

RGB Percentages of Color #308845

%18.97
%53.75
%27.27

CMYK Percentages of Color #308845

%65
%0
%49
%47

Triadic Colors of #308845

#308845 #453088 #884530

Analogous Colors of #308845

#308845 #308871 #478830

Monochromatic Colors of #308845

#308845

Complementary Color

#308845 #883073

#308845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308845 Color CSS Codes

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

#308845 Text Font Color

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

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


#308845 Background Color

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

This div background color is #308845


#308845 Border Color

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

This div border color is #308845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308845


Comments

No comments written yet.

Please login to write comment.