COLOR #7DA567

HEX: #7DA567
RGB: (125,165,103)

Color info

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

RGB color model

#7DA567 color RGB value is (125,165,103).

  • red value is 125;
  • green value is 165;
  • blue value is 103.
RGB: (125,165,103) (49%,65%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 103 of 255 = 40%

125
165
103

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

Portions of RGB colors in percentages

R + G + B =
125 + 165 + 103 = 393 (100%)
R 125 of 393 ~ 31.81%
G 165 of 393 ~ 41.98%
B 103 of 393 ~ 26.21%

%31.81
%41.98
%26.21

CMYK color model

#7DA567 color CMYK value is (24,0,38,35).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 35.29%
CMYK: (24,0,38,35) C24M0Y38K35 (24%,0%,38%,35%) (0.24/0.00/0.38/0.35)

CMYK percentages

%24.24
%0
%37.58
%35.29

Codes

Color #7DA567 in popluar color models

7DA567
RGB125165103
HSL99°25.62%52.55%
HSB/HSV99°37.58%64.71%
CMYK24.24%0.00%37.58%
35.29%

Color #7DA567 in popluar number systems.

HEX7DA567
Decimal125165103
Binary1111101101001011100111
Octal175245147

Shades and tints

Shades of #7DA567

#7DA567
(125,165,103)
#72965E
(114,150,94)
#678755
(103,135,85)
#5C784C
(92,120,76)
#516943
(81,105,67)
#465A3A
(70,90,58)
#3B4B31
(59,75,49)
#303C28
(48,60,40)
#252D1F
(37,45,31)
#1A1E16
(26,30,22)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7DA567

#7DA567
(125,165,103)
#88AD74
(136,173,116)
#93B581
(147,181,129)
#9EBD8E
(158,189,142)
#A9C59B
(169,197,155)
#B4CDA8
(180,205,168)
#BFD5B5
(191,213,181)
#CADDC2
(202,221,194)
#D5E5CF
(213,229,207)
#E0EDDC
(224,237,220)
#EBF5E9
(235,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA567 color. Also use rgb(125,165,103) instead hex code.

Text Font Color

.myTextColor { color: #7DA567; }

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

This text font color is #7DA567.


Background Color

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

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

This div background color is #7DA567.


Border color

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

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

This div border color is #7DA567.


Opacity

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

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

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

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

This text has shadow with #7DA567 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7DA567 on black background.


Color preview on white background

This text has color #7DA567 on white background.



Black color preview on #7DA567 background

This text has black color on #7DA567 background.


White color preview on #7DA567 background

This text has white color on #7DA567 background.