COLOR #7DA375

HEX: #7DA375
RGB: (125,163,117)

Color info

#7DA375 contains red, green and blue colors in about the same proportion. Web safe color of #7DA375 is #669966 (or #696).

RGB color model

#7DA375 color RGB value is (125,163,117).

  • red value is 125;
  • green value is 163;
  • blue value is 117.
RGB:
(125,163,117)
(49%,64%,46%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 117 of 255 = 46%

125
163
117

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

Portions of RGB colors in percentages

R + G + B =
125 + 163 + 117 = 405 (100%)
R 125 of 405 ~ 30.86%
G 163 of 405 ~ 40.25%
B 117 of 405 ~ 28.89%

%30.86
%40.25
%28.89

CMYK color model

#7DA375 color CMYK value is (23,0,28,36).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(23,0,28,36)
C23M0Y28K36 
(23%,0%,28%,36%)
(0.23/0.00/0.28/0.36)	

CMYK percentages

%23.31
%0
%28.22
%36.08

Codes

Color #7DA375 in popluar color models

7DA375
RGB125163117
HSL110°20.00%54.90%
HSB/HSV110°28.22%63.92%
CMYK23.31%0.00%28.22%
36.08%

Color #7DA375 in popluar number systems.

HEX7DA375
Decimal125163117
Binary1111101101000111110101
Octal175243165

Shades and tints

Shades of #7DA375

#7DA375
(125,163,117)
#72956B
(114,149,107)
#678761
(103,135,97)
#5C7957
(92,121,87)
#516B4D
(81,107,77)
#465D43
(70,93,67)
#3B4F39
(59,79,57)
#30412F
(48,65,47)
#253325
(37,51,37)
#1A251B
(26,37,27)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #7DA375

#7DA375
(125,163,117)
#88AB81
(136,171,129)
#93B38D
(147,179,141)
#9EBB99
(158,187,153)
#A9C3A5
(169,195,165)
#B4CBB1
(180,203,177)
#BFD3BD
(191,211,189)
#CADBC9
(202,219,201)
#D5E3D5
(213,227,213)
#E0EBE1
(224,235,225)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA375 color. Also use rgb(125,163,117) instead hex code.

Text Font Color

.myTextColor { color: #7DA375; }

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

This text font color is #7DA375.


Background Color

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

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

This div background color is #7DA375.


Border color

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

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

This div border color is #7DA375.


Opacity

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

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

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

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

This text has shadow with #7DA375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA375 on black background.


Color preview on white background

This text has color #7DA375 on white background.



Black color preview on #7DA375 background

This text has black color on #7DA375 background.


White color preview on #7DA375 background

This text has white color on #7DA375 background.