Color Hex Logo

#33974d Color Hex

#33974D
(51,151,77)
0 Favorites   0 Comments

Color spaces of #33974d

RGB 5115177
HSL0.380.500.40
HSV136°66°59°
CMYK 0.660.000.49   0.41
XYZ13.771423.372810.8068
Yxy23.37280.28720.4874
Hunter Lab48.3454-33.758020.5885
CIE-Lab55.4543-45.379430.5975

#33974d color RGB value is (51,151,77).

#33974d hex color red value is 51, green value is 151 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #33974d hue: 0.38 , saturation: 0.50 and the lightness value of 33974d is 0.40.

The process color (four color CMYK) of #33974d color hex is 0.66, 0.00, 0.49, 0.41. Web safe color of #33974d is #339966. Color #33974d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010111 01001101
Octal 63 227 115
Decimal 51 151 77
Hex 33 97 4D

RGB Percentages of Color #33974d

%18.28
%54.12
%27.60

CMYK Percentages of Color #33974d

%66
%0
%49
%41

Triadic Colors of #33974d

#33974d #4d3397 #974d33

Analogous Colors of #33974d

#33974d #33977f #4b9733

Monochromatic Colors of #33974d

#33974d

Complementary Color

#33974d #97337d

#33974d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33974d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33974d Color CSS Codes

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

#33974d Text Font Color

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

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


#33974d Background Color

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

This div background color is #33974d


#33974d Border Color

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

This div border color is #33974d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,151,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33974d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33974d;
  -webkit-box-shadow: 1px 1px 3px 2px #33974d;
  box-shadow:         1px 1px 3px 2px #33974d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,151,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33974d


Comments

No comments written yet.

Please login to write comment.