COLOR #3A625F

HEX: #3A625F
RGB: (58,98,95)

Color info

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

RGB color model

#3A625F color RGB value is (58,98,95).

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

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 95 of 255 = 37%

58
98
95

R + G + B ~ 33%. #3A625F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 98 + 95 = 251 (100%)
R 58 of 251 ~ 23.11%
G 98 of 251 ~ 39.04%
B 95 of 251 ~ 37.85%

%23.11
%39.04
%37.85

CMYK color model

#3A625F color CMYK value is (41,0,3,62).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK:
(41,0,3,62)
C41M0Y3K62 
(41%,0%,3%,62%)
(0.41/0.00/0.03/0.62)	

CMYK percentages

%40.82
%0
%3.06
%61.57

Codes

Color #3A625F in popluar color models

3A625F
RGB589895
HSL176°25.64%30.59%
HSB/HSV176°40.82%38.43%
CMYK40.82%0.00%3.06%
61.57%

Color #3A625F in popluar number systems.

HEX3A625F
Decimal589895
Binary11101011000101011111
Octal72142137

Shades and tints

Shades of #3A625F

#3A625F
(58,98,95)
#355A57
(53,90,87)
#30524F
(48,82,79)
#2B4A47
(43,74,71)
#26423F
(38,66,63)
#213A37
(33,58,55)
#1C322F
(28,50,47)
#172A27
(23,42,39)
#12221F
(18,34,31)
#0D1A17
(13,26,23)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #3A625F

#3A625F
(58,98,95)
#4B706D
(75,112,109)
#5C7E7B
(92,126,123)
#6D8C89
(109,140,137)
#7E9A97
(126,154,151)
#8FA8A5
(143,168,165)
#A0B6B3
(160,182,179)
#B1C4C1
(177,196,193)
#C2D2CF
(194,210,207)
#D3E0DD
(211,224,221)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A625F; }

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

This text font color is #3A625F.


Background Color

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

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

This div background color is #3A625F.


Border color

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

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

This div border color is #3A625F.


Opacity

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

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

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

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

This text has shadow with #3A625F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A625F on black background.


Color preview on white background

This text has color #3A625F on white background.



Black color preview on #3A625F background

This text has black color on #3A625F background.


White color preview on #3A625F background

This text has white color on #3A625F background.