COLOR #3A634F

HEX: #3A634F
RGB: (58,99,79)

Color info

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

RGB color model

#3A634F color RGB value is (58,99,79).

  • red value is 58;
  • green value is 99;
  • blue value is 79.
RGB:
(58,99,79)
(23%,39%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 79 of 255 = 31%

58
99
79

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

Portions of RGB colors in percentages

R + G + B =
58 + 99 + 79 = 236 (100%)
R 58 of 236 ~ 24.58%
G 99 of 236 ~ 41.95%
B 79 of 236 ~ 33.47%

%24.58
%41.95
%33.47

CMYK color model

#3A634F color CMYK value is (41,0,20,61).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 61.18%
CMYK:
(41,0,20,61)
C41M0Y20K61 
(41%,0%,20%,61%)
(0.41/0.00/0.20/0.61)	

CMYK percentages

%41.41
%0
%20.2
%61.18

Codes

Color #3A634F in popluar color models

3A634F
RGB589979
HSL151°26.11%30.78%
HSB/HSV151°41.41%38.82%
CMYK41.41%0.00%20.20%
61.18%

Color #3A634F in popluar number systems.

HEX3A634F
Decimal589979
Binary11101011000111001111
Octal72143117

Shades and tints

Shades of #3A634F

#3A634F
(58,99,79)
#355A48
(53,90,72)
#305141
(48,81,65)
#2B483A
(43,72,58)
#263F33
(38,63,51)
#21362C
(33,54,44)
#1C2D25
(28,45,37)
#17241E
(23,36,30)
#121B17
(18,27,23)
#0D1210
(13,18,16)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #3A634F

#3A634F
(58,99,79)
#4B715F
(75,113,95)
#5C7F6F
(92,127,111)
#6D8D7F
(109,141,127)
#7E9B8F
(126,155,143)
#8FA99F
(143,169,159)
#A0B7AF
(160,183,175)
#B1C5BF
(177,197,191)
#C2D3CF
(194,211,207)
#D3E1DF
(211,225,223)
#E4EFEF
(228,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A634F color. Also use rgb(58,99,79) instead hex code.

Text Font Color

.myTextColor { color: #3A634F; }

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

This text font color is #3A634F.


Background Color

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

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

This div background color is #3A634F.


Border color

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

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

This div border color is #3A634F.


Opacity

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

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

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

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

This text has shadow with #3A634F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A634F on black background.


Color preview on white background

This text has color #3A634F on white background.



Black color preview on #3A634F background

This text has black color on #3A634F background.


White color preview on #3A634F background

This text has white color on #3A634F background.