COLOR #769483

HEX: #769483
RGB: (118,148,131)

Color info

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

RGB color model

#769483 color RGB value is (118,148,131).

  • red value is 118;
  • green value is 148;
  • blue value is 131.
RGB:
(118,148,131)
(46%,58%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 148 of 255 = 58%
B 131 of 255 = 51%

118
148
131

R + G + B ~ 52%. #769483 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 148 + 131 = 397 (100%)
R 118 of 397 ~ 29.72%
G 148 of 397 ~ 37.28%
B 131 of 397 ~ 33%

%29.72
%37.28
%33

CMYK color model

#769483 color CMYK value is (20,0,11,42).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(20,0,11,42)
C20M0Y11K42 
(20%,0%,11%,42%)
(0.20/0.00/0.11/0.42)	

CMYK percentages

%20.27
%0
%11.49
%41.96

Codes

Color #769483 in popluar color models

769483
RGB118148131
HSL146°12.30%52.16%
HSB/HSV146°20.27%58.04%
CMYK20.27%0.00%11.49%
41.96%

Color #769483 in popluar number systems.

HEX769483
Decimal118148131
Binary11101101001010010000011
Octal166224203

Shades and tints

Shades of #769483

#769483
(118,148,131)
#6C8778
(108,135,120)
#627A6D
(98,122,109)
#586D62
(88,109,98)
#4E6057
(78,96,87)
#44534C
(68,83,76)
#3A4641
(58,70,65)
#303936
(48,57,54)
#262C2B
(38,44,43)
#1C1F20
(28,31,32)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #769483

#769483
(118,148,131)
#829D8E
(130,157,142)
#8EA699
(142,166,153)
#9AAFA4
(154,175,164)
#A6B8AF
(166,184,175)
#B2C1BA
(178,193,186)
#BECAC5
(190,202,197)
#CAD3D0
(202,211,208)
#D6DCDB
(214,220,219)
#E2E5E6
(226,229,230)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769483 color. Also use rgb(118,148,131) instead hex code.

Text Font Color

.myTextColor { color: #769483; }

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

This text font color is #769483.


Background Color

.myBgColor { background-color: #769483; }

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

This div background color is #769483.


Border color

.myBorderColor { border: 1px solid #769483; }

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

This div border color is #769483.


Opacity

.myOpacity80 { color: #769483; opacity: 0.8; }

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

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

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

This text has shadow with #769483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769483 on black background.


Color preview on white background

This text has color #769483 on white background.



Black color preview on #769483 background

This text has black color on #769483 background.


White color preview on #769483 background

This text has white color on #769483 background.