COLOR #3A544C

HEX: #3A544C
RGB: (58,84,76)

Color info

#3A544C contains red, green and blue colors in about the same proportion. Web safe color of #3A544C is #336633 (or #363).

RGB color model

#3A544C color RGB value is (58,84,76).

  • red value is 58;
  • green value is 84;
  • blue value is 76.
RGB:
(58,84,76)
(23%,33%,30%)

RGB channels and saturation

R 58 of 255 = 23%
G 84 of 255 = 33%
B 76 of 255 = 30%

58
84
76

R + G + B ~ 29%. #3A544C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 84 + 76 = 218 (100%)
R 58 of 218 ~ 26.61%
G 84 of 218 ~ 38.53%
B 76 of 218 ~ 34.86%

%26.61
%38.53
%34.86

CMYK color model

#3A544C color CMYK value is (31,0,10,67).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 67.06%
CMYK:
(31,0,10,67)
C31M0Y10K67 
(31%,0%,10%,67%)
(0.31/0.00/0.10/0.67)	

CMYK percentages

%30.95
%0
%9.52
%67.06

Codes

Color #3A544C in popluar color models

3A544C
RGB588476
HSL162°18.31%27.84%
HSB/HSV162°30.95%32.94%
CMYK30.95%0.00%9.52%
67.06%

Color #3A544C in popluar number systems.

HEX3A544C
Decimal588476
Binary11101010101001001100
Octal72124114

Shades and tints

Shades of #3A544C

#3A544C
(58,84,76)
#354D46
(53,77,70)
#304640
(48,70,64)
#2B3F3A
(43,63,58)
#263834
(38,56,52)
#21312E
(33,49,46)
#1C2A28
(28,42,40)
#172322
(23,35,34)
#121C1C
(18,28,28)
#0D1516
(13,21,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #3A544C

#3A544C
(58,84,76)
#4B635C
(75,99,92)
#5C726C
(92,114,108)
#6D817C
(109,129,124)
#7E908C
(126,144,140)
#8F9F9C
(143,159,156)
#A0AEAC
(160,174,172)
#B1BDBC
(177,189,188)
#C2CCCC
(194,204,204)
#D3DBDC
(211,219,220)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A544C color. Also use rgb(58,84,76) instead hex code.

Text Font Color

.myTextColor { color: #3A544C; }

<p style="color:#3A544C">This sample text font color is #3A544C.</p>

This text font color is #3A544C.


Background Color

.myBgColor { background-color: #3A544C; }

<div style="background-color:#3A544C">Inner text</div>

This div background color is #3A544C.


Border color

.myBorderColor { border: 1px solid #3A544C; }

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

This div border color is #3A544C.


Opacity

.myOpacity80 { color: #3A544C; opacity: 0.8; }

<p style="color:#3A544C;opacity:0.8;">80%</p>

Text with #3A544C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A544C;}

<p style="text-shadow: 3px 3px 1px #3A544C">Text here.</p>

This text has shadow with #3A544C color.

.textShadow {text-shadow: 3px 3px 1px #3A544C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A544C, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A544C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A544C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A544C, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A544C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A544C;
  -webkit-box-shadow:	1px 1px 3px 2px #3A544C;
  box-shadow:		1px 1px 3px 2px #3A544C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A544C;
-webkit-box-shadow: 1px 1px 3px 2px #3A544C;
box-shadow:1px 1px 3px 2px #3A544C;">
Div content here</div>
This div box has shadow with color #3A544C.

Preview

Color preview on black background

This text has color #3A544C on black background.


Color preview on white background

This text has color #3A544C on white background.



Black color preview on #3A544C background

This text has black color on #3A544C background.


White color preview on #3A544C background

This text has white color on #3A544C background.