COLOR #7DBD5A

HEX: #7DBD5A
RGB: (125,189,90)

Color info

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

RGB color model

#7DBD5A color RGB value is (125,189,90).

  • red value is 125;
  • green value is 189;
  • blue value is 90.
RGB:
(125,189,90)
(49%,74%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 90 of 255 = 35%

125
189
90

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

Portions of RGB colors in percentages

R + G + B =
125 + 189 + 90 = 404 (100%)
R 125 of 404 ~ 30.94%
G 189 of 404 ~ 46.78%
B 90 of 404 ~ 22.28%

%30.94
%46.78
%22.28

CMYK color model

#7DBD5A color CMYK value is (34,0,52,26).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 25.88%
CMYK:
(34,0,52,26)
C34M0Y52K26 
(34%,0%,52%,26%)
(0.34/0.00/0.52/0.26)	

CMYK percentages

%33.86
%0
%52.38
%25.88

Codes

Color #7DBD5A in popluar color models

7DBD5A
RGB12518990
HSL99°42.86%54.71%
HSB/HSV99°52.38%74.12%
CMYK33.86%0.00%52.38%
25.88%

Color #7DBD5A in popluar number systems.

HEX7DBD5A
Decimal12518990
Binary1111101101111011011010
Octal175275132

Shades and tints

Shades of #7DBD5A

#7DBD5A
(125,189,90)
#72AC52
(114,172,82)
#679B4A
(103,155,74)
#5C8A42
(92,138,66)
#51793A
(81,121,58)
#466832
(70,104,50)
#3B572A
(59,87,42)
#304622
(48,70,34)
#25351A
(37,53,26)
#1A2412
(26,36,18)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #7DBD5A

#7DBD5A
(125,189,90)
#88C369
(136,195,105)
#93C978
(147,201,120)
#9ECF87
(158,207,135)
#A9D596
(169,213,150)
#B4DBA5
(180,219,165)
#BFE1B4
(191,225,180)
#CAE7C3
(202,231,195)
#D5EDD2
(213,237,210)
#E0F3E1
(224,243,225)
#EBF9F0
(235,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBD5A color. Also use rgb(125,189,90) instead hex code.

Text Font Color

.myTextColor { color: #7DBD5A; }

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

This text font color is #7DBD5A.


Background Color

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

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

This div background color is #7DBD5A.


Border color

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

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

This div border color is #7DBD5A.


Opacity

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

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

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

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

This text has shadow with #7DBD5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBD5A on black background.


Color preview on white background

This text has color #7DBD5A on white background.



Black color preview on #7DBD5A background

This text has black color on #7DBD5A background.


White color preview on #7DBD5A background

This text has white color on #7DBD5A background.