Color Hex Logo

#308541 Color Hex

#308541
(48,133,65)
0 Favorites   0 Comments

Color spaces of #308541

RGB 4813365
HSL0.370.470.35
HSV132°64°52°
CMYK 0.640.000.51   0.48
XYZ10.560617.78517.8773
Yxy17.78510.29150.4910
Hunter Lab42.1724-29.102618.4460
CIE-Lab49.2344-40.809229.1365

#308541 color RGB value is (48,133,65).

#308541 hex color red value is 48, green value is 133 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #308541 hue: 0.37 , saturation: 0.47 and the lightness value of 308541 is 0.35.

The process color (four color CMYK) of #308541 color hex is 0.64, 0.00, 0.51, 0.48. Web safe color of #308541 is #339933. Color #308541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000101 01000001
Octal 60 205 101
Decimal 48 133 65
Hex 30 85 41

RGB Percentages of Color #308541

%19.51
%54.07
%26.42

CMYK Percentages of Color #308541

%64
%0
%51
%48

Triadic Colors of #308541

#308541 #413085 #854130

Analogous Colors of #308541

#308541 #30856c #4a8530

Monochromatic Colors of #308541

#308541

Complementary Color

#308541 #853074

#308541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308541 Color CSS Codes

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

#308541 Text Font Color

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

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


#308541 Background Color

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

This div background color is #308541


#308541 Border Color

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

This div border color is #308541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308541


Comments

No comments written yet.

Please login to write comment.