COLOR #3DA253

HEX: #3DA253
RGB: (61,162,83)

Color info

#3DA253 contains mainly green color. Web safe color of #3DA253 is #339966 (or #396).

RGB color model

#3DA253 color RGB value is (61,162,83).

  • red value is 61;
  • green value is 162;
  • blue value is 83.
RGB:
(61,162,83)
(24%,64%,33%)

RGB channels and saturation

R 61 of 255 = 24%
G 162 of 255 = 64%
B 83 of 255 = 33%

61
162
83

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

Portions of RGB colors in percentages

R + G + B =
61 + 162 + 83 = 306 (100%)
R 61 of 306 ~ 19.93%
G 162 of 306 ~ 52.94%
B 83 of 306 ~ 27.12%

%19.93
%52.94
%27.12

CMYK color model

#3DA253 color CMYK value is (62,0,49,36).

  • cyan value is 62.35%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 36.47%
CMYK:
(62,0,49,36)
C62M0Y49K36 
(62%,0%,49%,36%)
(0.62/0.00/0.49/0.36)	

CMYK percentages

%62.35
%0
%48.77
%36.47

Codes

Color #3DA253 in popluar color models

3DA253
RGB6116283
HSL133°45.29%43.73%
HSB/HSV133°62.35%63.53%
CMYK62.35%0.00%48.77%
36.47%

Color #3DA253 in popluar number systems.

HEX3DA253
Decimal6116283
Binary111101101000101010011
Octal75242123

Shades and tints

Shades of #3DA253

#3DA253
(61,162,83)
#38944C
(56,148,76)
#338645
(51,134,69)
#2E783E
(46,120,62)
#296A37
(41,106,55)
#245C30
(36,92,48)
#1F4E29
(31,78,41)
#1A4022
(26,64,34)
#15321B
(21,50,27)
#102414
(16,36,20)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #3DA253

#3DA253
(61,162,83)
#4EAA62
(78,170,98)
#5FB271
(95,178,113)
#70BA80
(112,186,128)
#81C28F
(129,194,143)
#92CA9E
(146,202,158)
#A3D2AD
(163,210,173)
#B4DABC
(180,218,188)
#C5E2CB
(197,226,203)
#D6EADA
(214,234,218)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA253 color. Also use rgb(61,162,83) instead hex code.

Text Font Color

.myTextColor { color: #3DA253; }

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

This text font color is #3DA253.


Background Color

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

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

This div background color is #3DA253.


Border color

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

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

This div border color is #3DA253.


Opacity

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

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

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

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

This text has shadow with #3DA253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA253 on black background.


Color preview on white background

This text has color #3DA253 on white background.



Black color preview on #3DA253 background

This text has black color on #3DA253 background.


White color preview on #3DA253 background

This text has white color on #3DA253 background.