COLOR #3A695F

HEX: #3A695F
RGB: (58,105,95)

Color info

#3A695F contains red, green and blue colors in about the same proportion. Web safe color of #3A695F is #336666 (or #366).

RGB color model

#3A695F color RGB value is (58,105,95).

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

RGB channels and saturation

R 58 of 255 = 23%
G 105 of 255 = 41%
B 95 of 255 = 37%

58
105
95

R + G + B ~ 34%. #3A695F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 105 + 95 = 258 (100%)
R 58 of 258 ~ 22.48%
G 105 of 258 ~ 40.7%
B 95 of 258 ~ 36.82%

%22.48
%40.7
%36.82

CMYK color model

#3A695F color CMYK value is (45,0,10,59).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 58.82%
CMYK:
(45,0,10,59)
C45M0Y10K59 
(45%,0%,10%,59%)
(0.45/0.00/0.10/0.59)	

CMYK percentages

%44.76
%0
%9.52
%58.82

Codes

Color #3A695F in popluar color models

3A695F
RGB5810595
HSL167°28.83%31.96%
HSB/HSV167°44.76%41.18%
CMYK44.76%0.00%9.52%
58.82%

Color #3A695F in popluar number systems.

HEX3A695F
Decimal5810595
Binary11101011010011011111
Octal72151137

Shades and tints

Shades of #3A695F

#3A695F
(58,105,95)
#356057
(53,96,87)
#30574F
(48,87,79)
#2B4E47
(43,78,71)
#26453F
(38,69,63)
#213C37
(33,60,55)
#1C332F
(28,51,47)
#172A27
(23,42,39)
#12211F
(18,33,31)
#0D1817
(13,24,23)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #3A695F

#3A695F
(58,105,95)
#4B766D
(75,118,109)
#5C837B
(92,131,123)
#6D9089
(109,144,137)
#7E9D97
(126,157,151)
#8FAAA5
(143,170,165)
#A0B7B3
(160,183,179)
#B1C4C1
(177,196,193)
#C2D1CF
(194,209,207)
#D3DEDD
(211,222,221)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A695F; }

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

This text font color is #3A695F.


Background Color

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

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

This div background color is #3A695F.


Border color

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

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

This div border color is #3A695F.


Opacity

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

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

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

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

This text has shadow with #3A695F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A695F on black background.


Color preview on white background

This text has color #3A695F on white background.



Black color preview on #3A695F background

This text has black color on #3A695F background.


White color preview on #3A695F background

This text has white color on #3A695F background.