COLOR #3A8874

HEX: #3A8874
RGB: (58,136,116)

Color info

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

RGB color model

#3A8874 color RGB value is (58,136,116).

  • red value is 58;
  • green value is 136;
  • blue value is 116.
RGB:
(58,136,116)
(23%,53%,45%)

RGB channels and saturation

R 58 of 255 = 23%
G 136 of 255 = 53%
B 116 of 255 = 45%

58
136
116

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

Portions of RGB colors in percentages

R + G + B =
58 + 136 + 116 = 310 (100%)
R 58 of 310 ~ 18.71%
G 136 of 310 ~ 43.87%
B 116 of 310 ~ 37.42%

%18.71
%43.87
%37.42

CMYK color model

#3A8874 color CMYK value is (57,0,15,47).

  • cyan value is 57.35%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(57,0,15,47)
C57M0Y15K47 
(57%,0%,15%,47%)
(0.57/0.00/0.15/0.47)	

CMYK percentages

%57.35
%0
%14.71
%46.67

Codes

Color #3A8874 in popluar color models

3A8874
RGB58136116
HSL165°40.21%38.04%
HSB/HSV165°57.35%53.33%
CMYK57.35%0.00%14.71%
46.67%

Color #3A8874 in popluar number systems.

HEX3A8874
Decimal58136116
Binary111010100010001110100
Octal72210164

Shades and tints

Shades of #3A8874

#3A8874
(58,136,116)
#357C6A
(53,124,106)
#307060
(48,112,96)
#2B6456
(43,100,86)
#26584C
(38,88,76)
#214C42
(33,76,66)
#1C4038
(28,64,56)
#17342E
(23,52,46)
#122824
(18,40,36)
#0D1C1A
(13,28,26)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #3A8874

#3A8874
(58,136,116)
#4B9280
(75,146,128)
#5C9C8C
(92,156,140)
#6DA698
(109,166,152)
#7EB0A4
(126,176,164)
#8FBAB0
(143,186,176)
#A0C4BC
(160,196,188)
#B1CEC8
(177,206,200)
#C2D8D4
(194,216,212)
#D3E2E0
(211,226,224)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A8874 color. Also use rgb(58,136,116) instead hex code.

Text Font Color

.myTextColor { color: #3A8874; }

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

This text font color is #3A8874.


Background Color

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

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

This div background color is #3A8874.


Border color

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

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

This div border color is #3A8874.


Opacity

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

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

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

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

This text has shadow with #3A8874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A8874 on black background.


Color preview on white background

This text has color #3A8874 on white background.



Black color preview on #3A8874 background

This text has black color on #3A8874 background.


White color preview on #3A8874 background

This text has white color on #3A8874 background.