COLOR #7DA267

HEX: #7DA267
RGB: (125,162,103)

Color info

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

RGB color model

#7DA267 color RGB value is (125,162,103).

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

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 103 of 255 = 40%

125
162
103

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 103 = 390 (100%)
R 125 of 390 ~ 32.05%
G 162 of 390 ~ 41.54%
B 103 of 390 ~ 26.41%

%32.05
%41.54
%26.41

CMYK color model

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

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 36.47%
CMYK:
(23,0,36,36)
C23M0Y36K36 
(23%,0%,36%,36%)
(0.23/0.00/0.36/0.36)	

CMYK percentages

%22.84
%0
%36.42
%36.47

Codes

Color #7DA267 in popluar color models

7DA267
RGB125162103
HSL98°24.08%51.96%
HSB/HSV98°36.42%63.53%
CMYK22.84%0.00%36.42%
36.47%

Color #7DA267 in popluar number systems.

HEX7DA267
Decimal125162103
Binary1111101101000101100111
Octal175242147

Shades and tints

Shades of #7DA267

#7DA267
(125,162,103)
#72945E
(114,148,94)
#678655
(103,134,85)
#5C784C
(92,120,76)
#516A43
(81,106,67)
#465C3A
(70,92,58)
#3B4E31
(59,78,49)
#304028
(48,64,40)
#25321F
(37,50,31)
#1A2416
(26,36,22)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #7DA267

#7DA267
(125,162,103)
#88AA74
(136,170,116)
#93B281
(147,178,129)
#9EBA8E
(158,186,142)
#A9C29B
(169,194,155)
#B4CAA8
(180,202,168)
#BFD2B5
(191,210,181)
#CADAC2
(202,218,194)
#D5E2CF
(213,226,207)
#E0EADC
(224,234,220)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA267; }

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

This text font color is #7DA267.


Background Color

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

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

This div background color is #7DA267.


Border color

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

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

This div border color is #7DA267.


Opacity

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

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

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

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

This text has shadow with #7DA267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA267 on black background.


Color preview on white background

This text has color #7DA267 on white background.



Black color preview on #7DA267 background

This text has black color on #7DA267 background.


White color preview on #7DA267 background

This text has white color on #7DA267 background.