COLOR #3DA875

HEX: #3DA875
RGB: (61,168,117)

Color info

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

RGB color model

#3DA875 color RGB value is (61,168,117).

  • red value is 61;
  • green value is 168;
  • blue value is 117.
RGB:
(61,168,117)
(24%,66%,46%)

RGB channels and saturation

R 61 of 255 = 24%
G 168 of 255 = 66%
B 117 of 255 = 46%

61
168
117

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

Portions of RGB colors in percentages

R + G + B =
61 + 168 + 117 = 346 (100%)
R 61 of 346 ~ 17.63%
G 168 of 346 ~ 48.55%
B 117 of 346 ~ 33.82%

%17.63
%48.55
%33.82

CMYK color model

#3DA875 color CMYK value is (64,0,30,34).

  • cyan value is 63.69%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(64,0,30,34)
C64M0Y30K34 
(64%,0%,30%,34%)
(0.64/0.00/0.30/0.34)	

CMYK percentages

%63.69
%0
%30.36
%34.12

Codes

Color #3DA875 in popluar color models

3DA875
RGB61168117
HSL151°46.72%44.90%
HSB/HSV151°63.69%65.88%
CMYK63.69%0.00%30.36%
34.12%

Color #3DA875 in popluar number systems.

HEX3DA875
Decimal61168117
Binary111101101010001110101
Octal75250165

Shades and tints

Shades of #3DA875

#3DA875
(61,168,117)
#38996B
(56,153,107)
#338A61
(51,138,97)
#2E7B57
(46,123,87)
#296C4D
(41,108,77)
#245D43
(36,93,67)
#1F4E39
(31,78,57)
#1A3F2F
(26,63,47)
#153025
(21,48,37)
#10211B
(16,33,27)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #3DA875

#3DA875
(61,168,117)
#4EAF81
(78,175,129)
#5FB68D
(95,182,141)
#70BD99
(112,189,153)
#81C4A5
(129,196,165)
#92CBB1
(146,203,177)
#A3D2BD
(163,210,189)
#B4D9C9
(180,217,201)
#C5E0D5
(197,224,213)
#D6E7E1
(214,231,225)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA875 color. Also use rgb(61,168,117) instead hex code.

Text Font Color

.myTextColor { color: #3DA875; }

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

This text font color is #3DA875.


Background Color

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

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

This div background color is #3DA875.


Border color

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

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

This div border color is #3DA875.


Opacity

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

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

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

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

This text has shadow with #3DA875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA875 on black background.


Color preview on white background

This text has color #3DA875 on white background.



Black color preview on #3DA875 background

This text has black color on #3DA875 background.


White color preview on #3DA875 background

This text has white color on #3DA875 background.