Color Hex Logo

#3a674b Color Hex

#3A674B
(58,103,75)
0 Favorites   0 Comments

Color spaces of #3a674b

RGB 5810375
HSL0.400.280.32
HSV143°44°40°
CMYK 0.440.000.27   0.60
XYZ7.865211.10808.3861
Yxy11.10800.28750.4060
Hunter Lab33.3287-16.20118.4116
CIE-Lab39.7618-22.467611.0474

#3a674b color RGB value is (58,103,75).

#3a674b hex color red value is 58, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3a674b hue: 0.40 , saturation: 0.28 and the lightness value of 3a674b is 0.32.

The process color (four color CMYK) of #3a674b color hex is 0.44, 0.00, 0.27, 0.60. Web safe color of #3a674b is #336633. Color #3a674b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100111 01001011
Octal 72 147 113
Decimal 58 103 75
Hex 3A 67 4B

RGB Percentages of Color #3a674b

%24.58
%43.64
%31.78

CMYK Percentages of Color #3a674b

%44
%0
%27
%60

Triadic Colors of #3a674b

#3a674b #4b3a67 #674b3a

Analogous Colors of #3a674b

#3a674b #3a6762 #40673a

Monochromatic Colors of #3a674b

#3a674b

Complementary Color

#3a674b #673a56

#3a674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a674b Color CSS Codes

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

#3a674b Text Font Color

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

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


#3a674b Background Color

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

This div background color is #3a674b


#3a674b Border Color

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

This div border color is #3a674b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,103,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a674b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a674b;
  -webkit-box-shadow: 1px 1px 3px 2px #3a674b;
  box-shadow:         1px 1px 3px 2px #3a674b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,103,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a674b


Comments

No comments written yet.

Please login to write comment.