COLOR #3A8475

HEX: #3A8475
RGB: (58,132,117)

Color info

#3A8475 contains mainly green and blue colors. Web safe color of #3A8475 is #339966 (or #396).

RGB color model

#3A8475 color RGB value is (58,132,117).

  • red value is 58;
  • green value is 132;
  • blue value is 117.
RGB:
(58,132,117)
(23%,52%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 132 of 255 = 52%
B 117 of 255 = 46%

58
132
117

R + G + B ~ 40%. #3A8475 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 132 + 117 = 307 (100%)
R 58 of 307 ~ 18.89%
G 132 of 307 ~ 43%
B 117 of 307 ~ 38.11%

%18.89
%43
%38.11

CMYK color model

#3A8475 color CMYK value is (56,0,11,48).

  • cyan value is 56.06%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(56,0,11,48)
C56M0Y11K48 
(56%,0%,11%,48%)
(0.56/0.00/0.11/0.48)	

CMYK percentages

%56.06
%0
%11.36
%48.24

Codes

Color #3A8475 in popluar color models

3A8475
RGB58132117
HSL168°38.95%37.25%
HSB/HSV168°56.06%51.76%
CMYK56.06%0.00%11.36%
48.24%

Color #3A8475 in popluar number systems.

HEX3A8475
Decimal58132117
Binary111010100001001110101
Octal72204165

Shades and tints

Shades of #3A8475

#3A8475
(58,132,117)
#35786B
(53,120,107)
#306C61
(48,108,97)
#2B6057
(43,96,87)
#26544D
(38,84,77)
#214843
(33,72,67)
#1C3C39
(28,60,57)
#17302F
(23,48,47)
#122425
(18,36,37)
#0D181B
(13,24,27)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #3A8475

#3A8475
(58,132,117)
#4B8F81
(75,143,129)
#5C9A8D
(92,154,141)
#6DA599
(109,165,153)
#7EB0A5
(126,176,165)
#8FBBB1
(143,187,177)
#A0C6BD
(160,198,189)
#B1D1C9
(177,209,201)
#C2DCD5
(194,220,213)
#D3E7E1
(211,231,225)
#E4F2ED
(228,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8475 color. Also use rgb(58,132,117) instead hex code.

Text Font Color

.myTextColor { color: #3A8475; }

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

This text font color is #3A8475.


Background Color

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

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

This div background color is #3A8475.


Border color

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

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

This div border color is #3A8475.


Opacity

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

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

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

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

This text has shadow with #3A8475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8475 on black background.


Color preview on white background

This text has color #3A8475 on white background.



Black color preview on #3A8475 background

This text has black color on #3A8475 background.


White color preview on #3A8475 background

This text has white color on #3A8475 background.