COLOR #7AA38F

HEX: #7AA38F
RGB: (122,163,143)

Color info

#7AA38F contains red, green and blue colors in about the same proportion. Web safe color of #7AA38F is #669999 (or #699).

RGB color model

#7AA38F color RGB value is (122,163,143).

  • red value is 122;
  • green value is 163;
  • blue value is 143.
RGB:
(122,163,143)
(48%,64%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 163 of 255 = 64%
B 143 of 255 = 56%

122
163
143

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

Portions of RGB colors in percentages

R + G + B =
122 + 163 + 143 = 428 (100%)
R 122 of 428 ~ 28.5%
G 163 of 428 ~ 38.08%
B 143 of 428 ~ 33.41%

%28.5
%38.08
%33.41

CMYK color model

#7AA38F color CMYK value is (25,0,12,36).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(25,0,12,36)
C25M0Y12K36 
(25%,0%,12%,36%)
(0.25/0.00/0.12/0.36)	

CMYK percentages

%25.15
%0
%12.27
%36.08

Codes

Color #7AA38F in popluar color models

7AA38F
RGB122163143
HSL151°18.22%55.88%
HSB/HSV151°25.15%63.92%
CMYK25.15%0.00%12.27%
36.08%

Color #7AA38F in popluar number systems.

HEX7AA38F
Decimal122163143
Binary11110101010001110001111
Octal172243217

Shades and tints

Shades of #7AA38F

#7AA38F
(122,163,143)
#6F9582
(111,149,130)
#648775
(100,135,117)
#597968
(89,121,104)
#4E6B5B
(78,107,91)
#435D4E
(67,93,78)
#384F41
(56,79,65)
#2D4134
(45,65,52)
#223327
(34,51,39)
#17251A
(23,37,26)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #7AA38F

#7AA38F
(122,163,143)
#86AB99
(134,171,153)
#92B3A3
(146,179,163)
#9EBBAD
(158,187,173)
#AAC3B7
(170,195,183)
#B6CBC1
(182,203,193)
#C2D3CB
(194,211,203)
#CEDBD5
(206,219,213)
#DAE3DF
(218,227,223)
#E6EBE9
(230,235,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA38F color. Also use rgb(122,163,143) instead hex code.

Text Font Color

.myTextColor { color: #7AA38F; }

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

This text font color is #7AA38F.


Background Color

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

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

This div background color is #7AA38F.


Border color

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

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

This div border color is #7AA38F.


Opacity

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

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

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

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

This text has shadow with #7AA38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA38F on black background.


Color preview on white background

This text has color #7AA38F on white background.



Black color preview on #7AA38F background

This text has black color on #7AA38F background.


White color preview on #7AA38F background

This text has white color on #7AA38F background.