COLOR #3A694C

HEX: #3A694C
RGB: (58,105,76)

Color info

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

RGB color model

#3A694C color RGB value is (58,105,76).

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

RGB channels and saturation

R 58 of 255 = 23%
G 105 of 255 = 41%
B 76 of 255 = 30%

58
105
76

R + G + B ~ 31%. #3A694C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 105 + 76 = 239 (100%)
R 58 of 239 ~ 24.27%
G 105 of 239 ~ 43.93%
B 76 of 239 ~ 31.8%

%24.27
%43.93
%31.8

CMYK color model

#3A694C color CMYK value is (45,0,28,59).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(45,0,28,59)
C45M0Y28K59 
(45%,0%,28%,59%)
(0.45/0.00/0.28/0.59)	

CMYK percentages

%44.76
%0
%27.62
%58.82

Codes

Color #3A694C in popluar color models

3A694C
RGB5810576
HSL143°28.83%31.96%
HSB/HSV143°44.76%41.18%
CMYK44.76%0.00%27.62%
58.82%

Color #3A694C in popluar number systems.

HEX3A694C
Decimal5810576
Binary11101011010011001100
Octal72151114

Shades and tints

Shades of #3A694C

#3A694C
(58,105,76)
#356046
(53,96,70)
#305740
(48,87,64)
#2B4E3A
(43,78,58)
#264534
(38,69,52)
#213C2E
(33,60,46)
#1C3328
(28,51,40)
#172A22
(23,42,34)
#12211C
(18,33,28)
#0D1816
(13,24,22)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #3A694C

#3A694C
(58,105,76)
#4B765C
(75,118,92)
#5C836C
(92,131,108)
#6D907C
(109,144,124)
#7E9D8C
(126,157,140)
#8FAA9C
(143,170,156)
#A0B7AC
(160,183,172)
#B1C4BC
(177,196,188)
#C2D1CC
(194,209,204)
#D3DEDC
(211,222,220)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A694C; }

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

This text font color is #3A694C.


Background Color

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

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

This div background color is #3A694C.


Border color

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

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

This div border color is #3A694C.


Opacity

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

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

Text with #3A694C 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 #3A694C;}

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

This text has shadow with #3A694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A694C on black background.


Color preview on white background

This text has color #3A694C on white background.



Black color preview on #3A694C background

This text has black color on #3A694C background.


White color preview on #3A694C background

This text has white color on #3A694C background.