COLOR #73827A

HEX: #73827A
RGB: (115,130,122)

Color info

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

RGB color model

#73827A color RGB value is (115,130,122).

  • red value is 115;
  • green value is 130;
  • blue value is 122.
RGB:
(115,130,122)
(45%,51%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 130 of 255 = 51%
B 122 of 255 = 48%

115
130
122

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

Portions of RGB colors in percentages

R + G + B =
115 + 130 + 122 = 367 (100%)
R 115 of 367 ~ 31.34%
G 130 of 367 ~ 35.42%
B 122 of 367 ~ 33.24%

%31.34
%35.42
%33.24

CMYK color model

#73827A color CMYK value is (12,0,6,49).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK:
(12,0,6,49)
C12M0Y6K49 
(12%,0%,6%,49%)
(0.12/0.00/0.06/0.49)	

CMYK percentages

%11.54
%0
%6.15
%49.02

Codes

Color #73827A in popluar color models

73827A
RGB115130122
HSL148°6.12%48.04%
HSB/HSV148°11.54%50.98%
CMYK11.54%0.00%6.15%
49.02%

Color #73827A in popluar number systems.

HEX73827A
Decimal115130122
Binary1110011100000101111010
Octal163202172

Shades and tints

Shades of #73827A

#73827A
(115,130,122)
#69776F
(105,119,111)
#5F6C64
(95,108,100)
#556159
(85,97,89)
#4B564E
(75,86,78)
#414B43
(65,75,67)
#374038
(55,64,56)
#2D352D
(45,53,45)
#232A22
(35,42,34)
#191F17
(25,31,23)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #73827A

#73827A
(115,130,122)
#7F8D86
(127,141,134)
#8B9892
(139,152,146)
#97A39E
(151,163,158)
#A3AEAA
(163,174,170)
#AFB9B6
(175,185,182)
#BBC4C2
(187,196,194)
#C7CFCE
(199,207,206)
#D3DADA
(211,218,218)
#DFE5E6
(223,229,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73827A color. Also use rgb(115,130,122) instead hex code.

Text Font Color

.myTextColor { color: #73827A; }

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

This text font color is #73827A.


Background Color

.myBgColor { background-color: #73827A; }

<div style="background-color:#73827A">Inner text</div>

This div background color is #73827A.


Border color

.myBorderColor { border: 1px solid #73827A; }

<div style="border:3px solid #73827A">Div</div>

This div border color is #73827A.


Opacity

.myOpacity80 { color: #73827A; opacity: 0.8; }

<p style="color:#73827A;opacity:0.8;">80%</p>

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

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

This text has shadow with #73827A color.

.textShadow {text-shadow: 3px 3px 1px #73827A, 3px 3px 1px red;}

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

This text has shadow with #73827A primary color and red secondary color.


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

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

This text has shadow with #73827A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73827A on black background.


Color preview on white background

This text has color #73827A on white background.



Black color preview on #73827A background

This text has black color on #73827A background.


White color preview on #73827A background

This text has white color on #73827A background.