COLOR #7DA153

HEX: #7DA153
RGB: (125,161,83)

Color info

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

RGB color model

#7DA153 color RGB value is (125,161,83).

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

RGB channels and saturation

R 125 of 255 = 49%
G 161 of 255 = 63%
B 83 of 255 = 33%

125
161
83

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

Portions of RGB colors in percentages

R + G + B =
125 + 161 + 83 = 369 (100%)
R 125 of 369 ~ 33.88%
G 161 of 369 ~ 43.63%
B 83 of 369 ~ 22.49%

%33.88
%43.63
%22.49

CMYK color model

#7DA153 color CMYK value is (22,0,48,37).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 48.45%
  • key color value is 36.86%
CMYK:
(22,0,48,37)
C22M0Y48K37 
(22%,0%,48%,37%)
(0.22/0.00/0.48/0.37)	

CMYK percentages

%22.36
%0
%48.45
%36.86

Codes

Color #7DA153 in popluar color models

7DA153
RGB12516183
HSL88°31.97%47.84%
HSB/HSV88°48.45%63.14%
CMYK22.36%0.00%48.45%
36.86%

Color #7DA153 in popluar number systems.

HEX7DA153
Decimal12516183
Binary1111101101000011010011
Octal175241123

Shades and tints

Shades of #7DA153

#7DA153
(125,161,83)
#72934C
(114,147,76)
#678545
(103,133,69)
#5C773E
(92,119,62)
#516937
(81,105,55)
#465B30
(70,91,48)
#3B4D29
(59,77,41)
#303F22
(48,63,34)
#25311B
(37,49,27)
#1A2314
(26,35,20)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #7DA153

#7DA153
(125,161,83)
#88A962
(136,169,98)
#93B171
(147,177,113)
#9EB980
(158,185,128)
#A9C18F
(169,193,143)
#B4C99E
(180,201,158)
#BFD1AD
(191,209,173)
#CAD9BC
(202,217,188)
#D5E1CB
(213,225,203)
#E0E9DA
(224,233,218)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA153; }

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

This text font color is #7DA153.


Background Color

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

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

This div background color is #7DA153.


Border color

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

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

This div border color is #7DA153.


Opacity

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

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

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

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

This text has shadow with #7DA153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA153 on black background.


Color preview on white background

This text has color #7DA153 on white background.



Black color preview on #7DA153 background

This text has black color on #7DA153 background.


White color preview on #7DA153 background

This text has white color on #7DA153 background.