COLOR #7DA364

HEX: #7DA364
RGB: (125,163,100)

Color info

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

RGB color model

#7DA364 color RGB value is (125,163,100).

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

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 100 of 255 = 39%

125
163
100

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

Portions of RGB colors in percentages

R + G + B =
125 + 163 + 100 = 388 (100%)
R 125 of 388 ~ 32.22%
G 163 of 388 ~ 42.01%
B 100 of 388 ~ 25.77%

%32.22
%42.01
%25.77

CMYK color model

#7DA364 color CMYK value is (23,0,39,36).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 38.65%
  • key color value is 36.08%
CMYK:
(23,0,39,36)
C23M0Y39K36 
(23%,0%,39%,36%)
(0.23/0.00/0.39/0.36)	

CMYK percentages

%23.31
%0
%38.65
%36.08

Codes

Color #7DA364 in popluar color models

7DA364
RGB125163100
HSL96°25.51%51.57%
HSB/HSV96°38.65%63.92%
CMYK23.31%0.00%38.65%
36.08%

Color #7DA364 in popluar number systems.

HEX7DA364
Decimal125163100
Binary1111101101000111100100
Octal175243144

Shades and tints

Shades of #7DA364

#7DA364
(125,163,100)
#72955B
(114,149,91)
#678752
(103,135,82)
#5C7949
(92,121,73)
#516B40
(81,107,64)
#465D37
(70,93,55)
#3B4F2E
(59,79,46)
#304125
(48,65,37)
#25331C
(37,51,28)
#1A2513
(26,37,19)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #7DA364

#7DA364
(125,163,100)
#88AB72
(136,171,114)
#93B380
(147,179,128)
#9EBB8E
(158,187,142)
#A9C39C
(169,195,156)
#B4CBAA
(180,203,170)
#BFD3B8
(191,211,184)
#CADBC6
(202,219,198)
#D5E3D4
(213,227,212)
#E0EBE2
(224,235,226)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA364; }

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

This text font color is #7DA364.


Background Color

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

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

This div background color is #7DA364.


Border color

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

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

This div border color is #7DA364.


Opacity

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

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

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

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

This text has shadow with #7DA364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA364 on black background.


Color preview on white background

This text has color #7DA364 on white background.



Black color preview on #7DA364 background

This text has black color on #7DA364 background.


White color preview on #7DA364 background

This text has white color on #7DA364 background.