COLOR #7DA753

HEX: #7DA753
RGB: (125,167,83)

Color info

#7DA753 contains mainly red and green colors. Web safe color of #7DA753 is #669966 (or #696).

RGB color model

#7DA753 color RGB value is (125,167,83).

  • red value is 125;
  • green value is 167;
  • blue value is 83.
RGB:
(125,167,83)
(49%,65%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 167 of 255 = 65%
B 83 of 255 = 33%

125
167
83

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

Portions of RGB colors in percentages

R + G + B =
125 + 167 + 83 = 375 (100%)
R 125 of 375 ~ 33.33%
G 167 of 375 ~ 44.53%
B 83 of 375 ~ 22.13%

%33.33
%44.53
%22.13

CMYK color model

#7DA753 color CMYK value is (25,0,50,35).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 34.51%
CMYK:
(25,0,50,35)
C25M0Y50K35 
(25%,0%,50%,35%)
(0.25/0.00/0.50/0.35)	

CMYK percentages

%25.15
%0
%50.3
%34.51

Codes

Color #7DA753 in popluar color models

7DA753
RGB12516783
HSL90°33.60%49.02%
HSB/HSV90°50.30%65.49%
CMYK25.15%0.00%50.30%
34.51%

Color #7DA753 in popluar number systems.

HEX7DA753
Decimal12516783
Binary1111101101001111010011
Octal175247123

Shades and tints

Shades of #7DA753

#7DA753
(125,167,83)
#72984C
(114,152,76)
#678945
(103,137,69)
#5C7A3E
(92,122,62)
#516B37
(81,107,55)
#465C30
(70,92,48)
#3B4D29
(59,77,41)
#303E22
(48,62,34)
#252F1B
(37,47,27)
#1A2014
(26,32,20)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7DA753

#7DA753
(125,167,83)
#88AF62
(136,175,98)
#93B771
(147,183,113)
#9EBF80
(158,191,128)
#A9C78F
(169,199,143)
#B4CF9E
(180,207,158)
#BFD7AD
(191,215,173)
#CADFBC
(202,223,188)
#D5E7CB
(213,231,203)
#E0EFDA
(224,239,218)
#EBF7E9
(235,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA753 color. Also use rgb(125,167,83) instead hex code.

Text Font Color

.myTextColor { color: #7DA753; }

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

This text font color is #7DA753.


Background Color

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

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

This div background color is #7DA753.


Border color

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

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

This div border color is #7DA753.


Opacity

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

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

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

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

This text has shadow with #7DA753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA753 on black background.


Color preview on white background

This text has color #7DA753 on white background.



Black color preview on #7DA753 background

This text has black color on #7DA753 background.


White color preview on #7DA753 background

This text has white color on #7DA753 background.