COLOR #7DB955

HEX: #7DB955
RGB: (125,185,85)

Color info

#7DB955 contains mainly green color. Web safe color of #7DB955 is #66CC66 (or #6C6).

RGB color model

#7DB955 color RGB value is (125,185,85).

  • red value is 125;
  • green value is 185;
  • blue value is 85.
RGB:
(125,185,85)
(49%,73%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 185 of 255 = 73%
B 85 of 255 = 33%

125
185
85

R + G + B ~ 52%. #7DB955 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 185 + 85 = 395 (100%)
R 125 of 395 ~ 31.65%
G 185 of 395 ~ 46.84%
B 85 of 395 ~ 21.52%

%31.65
%46.84
%21.52

CMYK color model

#7DB955 color CMYK value is (32,0,54,27).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 27.45%
CMYK:
(32,0,54,27)
C32M0Y54K27 
(32%,0%,54%,27%)
(0.32/0.00/0.54/0.27)	

CMYK percentages

%32.43
%0
%54.05
%27.45

Codes

Color #7DB955 in popluar color models

7DB955
RGB12518585
HSL96°41.67%52.94%
HSB/HSV96°54.05%72.55%
CMYK32.43%0.00%54.05%
27.45%

Color #7DB955 in popluar number systems.

HEX7DB955
Decimal12518585
Binary1111101101110011010101
Octal175271125

Shades and tints

Shades of #7DB955

#7DB955
(125,185,85)
#72A94E
(114,169,78)
#679947
(103,153,71)
#5C8940
(92,137,64)
#517939
(81,121,57)
#466932
(70,105,50)
#3B592B
(59,89,43)
#304924
(48,73,36)
#25391D
(37,57,29)
#1A2916
(26,41,22)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #7DB955

#7DB955
(125,185,85)
#88BF64
(136,191,100)
#93C573
(147,197,115)
#9ECB82
(158,203,130)
#A9D191
(169,209,145)
#B4D7A0
(180,215,160)
#BFDDAF
(191,221,175)
#CAE3BE
(202,227,190)
#D5E9CD
(213,233,205)
#E0EFDC
(224,239,220)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB955 color. Also use rgb(125,185,85) instead hex code.

Text Font Color

.myTextColor { color: #7DB955; }

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

This text font color is #7DB955.


Background Color

.myBgColor { background-color: #7DB955; }

<div style="background-color:#7DB955">Inner text</div>

This div background color is #7DB955.


Border color

.myBorderColor { border: 1px solid #7DB955; }

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

This div border color is #7DB955.


Opacity

.myOpacity80 { color: #7DB955; opacity: 0.8; }

<p style="color:#7DB955;opacity:0.8;">80%</p>

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

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

This text has shadow with #7DB955 color.

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

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

This text has shadow with #7DB955 primary color and red secondary color.


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

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

This text has shadow with #7DB955 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB955 on black background.


Color preview on white background

This text has color #7DB955 on white background.



Black color preview on #7DB955 background

This text has black color on #7DB955 background.


White color preview on #7DB955 background

This text has white color on #7DB955 background.