COLOR #3A694B

HEX: #3A694B
RGB: (58,105,75)

Color info

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

RGB color model

#3A694B color RGB value is (58,105,75).

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

RGB channels and saturation

R 58 of 255 = 23%
G 105 of 255 = 41%
B 75 of 255 = 29%

58
105
75

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

Portions of RGB colors in percentages

R + G + B =
58 + 105 + 75 = 238 (100%)
R 58 of 238 ~ 24.37%
G 105 of 238 ~ 44.12%
B 75 of 238 ~ 31.51%

%24.37
%44.12
%31.51

CMYK color model

#3A694B color CMYK value is (45,0,29,59).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 58.82%
CMYK:
(45,0,29,59)
C45M0Y29K59 
(45%,0%,29%,59%)
(0.45/0.00/0.29/0.59)	

CMYK percentages

%44.76
%0
%28.57
%58.82

Codes

Color #3A694B in popluar color models

3A694B
RGB5810575
HSL142°28.83%31.96%
HSB/HSV142°44.76%41.18%
CMYK44.76%0.00%28.57%
58.82%

Color #3A694B in popluar number systems.

HEX3A694B
Decimal5810575
Binary11101011010011001011
Octal72151113

Shades and tints

Shades of #3A694B

#3A694B
(58,105,75)
#356045
(53,96,69)
#30573F
(48,87,63)
#2B4E39
(43,78,57)
#264533
(38,69,51)
#213C2D
(33,60,45)
#1C3327
(28,51,39)
#172A21
(23,42,33)
#12211B
(18,33,27)
#0D1815
(13,24,21)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #3A694B

#3A694B
(58,105,75)
#4B765B
(75,118,91)
#5C836B
(92,131,107)
#6D907B
(109,144,123)
#7E9D8B
(126,157,139)
#8FAA9B
(143,170,155)
#A0B7AB
(160,183,171)
#B1C4BB
(177,196,187)
#C2D1CB
(194,209,203)
#D3DEDB
(211,222,219)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A694B; }

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

This text font color is #3A694B.


Background Color

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

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

This div background color is #3A694B.


Border color

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

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

This div border color is #3A694B.


Opacity

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

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

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

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

This text has shadow with #3A694B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A694B on black background.


Color preview on white background

This text has color #3A694B on white background.



Black color preview on #3A694B background

This text has black color on #3A694B background.


White color preview on #3A694B background

This text has white color on #3A694B background.