COLOR #3DB123

HEX: #3DB123
RGB: (61,177,35)

Color info

#3DB123 contains mainly green color. Web safe color of #3DB123 is #339933 (or #393).

RGB color model

#3DB123 color RGB value is (61,177,35).

  • red value is 61;
  • green value is 177;
  • blue value is 35.
RGB:
(61,177,35)
(24%,69%,14%)

RGB channels and saturation

R 61 of 255 = 24%
G 177 of 255 = 69%
B 35 of 255 = 14%

61
177
35

R + G + B ~ 36%. #3DB123 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 177 + 35 = 273 (100%)
R 61 of 273 ~ 22.34%
G 177 of 273 ~ 64.84%
B 35 of 273 ~ 12.82%

%22.34
%64.84
%12.82

CMYK color model

#3DB123 color CMYK value is (66,0,80,31).

  • cyan value is 65.54%
  • magenta value is 0.00%
  • yellow value is 80.23%
  • key color value is 30.59%
CMYK:
(66,0,80,31)
C66M0Y80K31 
(66%,0%,80%,31%)
(0.66/0.00/0.80/0.31)	

CMYK percentages

%65.54
%0
%80.23
%30.59

Codes

Color #3DB123 in popluar color models

3DB123
RGB6117735
HSL109°66.98%41.57%
HSB/HSV109°80.23%69.41%
CMYK65.54%0.00%80.23%
30.59%

Color #3DB123 in popluar number systems.

HEX3DB123
Decimal6117735
Binary11110110110001100011
Octal7526143

Shades and tints

Shades of #3DB123

#3DB123
(61,177,35)
#38A120
(56,161,32)
#33911D
(51,145,29)
#2E811A
(46,129,26)
#297117
(41,113,23)
#246114
(36,97,20)
#1F5111
(31,81,17)
#1A410E
(26,65,14)
#15310B
(21,49,11)
#102108
(16,33,8)
#0B1105
(11,17,5)
#000000
(0,0,0)

Tints of #3DB123

#3DB123
(61,177,35)
#4EB837
(78,184,55)
#5FBF4B
(95,191,75)
#70C65F
(112,198,95)
#81CD73
(129,205,115)
#92D487
(146,212,135)
#A3DB9B
(163,219,155)
#B4E2AF
(180,226,175)
#C5E9C3
(197,233,195)
#D6F0D7
(214,240,215)
#E7F7EB
(231,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DB123 color. Also use rgb(61,177,35) instead hex code.

Text Font Color

.myTextColor { color: #3DB123; }

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

This text font color is #3DB123.


Background Color

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

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

This div background color is #3DB123.


Border color

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

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

This div border color is #3DB123.


Opacity

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

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

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

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

This text has shadow with #3DB123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DB123 on black background.


Color preview on white background

This text has color #3DB123 on white background.



Black color preview on #3DB123 background

This text has black color on #3DB123 background.


White color preview on #3DB123 background

This text has white color on #3DB123 background.