COLOR #799185

HEX: #799185
RGB: (121,145,133)

Color info

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

RGB color model

#799185 color RGB value is (121,145,133).

  • red value is 121;
  • green value is 145;
  • blue value is 133.
RGB: (121,145,133) (47%,57%,52%)

RGB channels and saturation

R 121 of 255 = 47%
G 145 of 255 = 57%
B 133 of 255 = 52%

121
145
133

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

Portions of RGB colors in percentages

R + G + B =
121 + 145 + 133 = 399 (100%)
R 121 of 399 ~ 30.33%
G 145 of 399 ~ 36.34%
B 133 of 399 ~ 33.33%

%30.33
%36.34
%33.33

CMYK color model

#799185 color CMYK value is (17,0,8,43).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 43.14%
CMYK: (17,0,8,43) C17M0Y8K43 (17%,0%,8%,43%) (0.17/0.00/0.08/0.43)

CMYK percentages

%16.55
%0
%8.28
%43.14

Codes

Color #799185 in popluar color models

799185
RGB121145133
HSL150°9.84%52.16%
HSB/HSV150°16.55%56.86%
CMYK16.55%0.00%8.28%
43.14%

Color #799185 in popluar number systems.

HEX799185
Decimal121145133
Binary11110011001000110000101
Octal171221205

Shades and tints

Shades of #799185

#799185
(121,145,133)
#6E8479
(110,132,121)
#63776D
(99,119,109)
#586A61
(88,106,97)
#4D5D55
(77,93,85)
#425049
(66,80,73)
#37433D
(55,67,61)
#2C3631
(44,54,49)
#212925
(33,41,37)
#161C19
(22,28,25)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #799185

#799185
(121,145,133)
#859B90
(133,155,144)
#91A59B
(145,165,155)
#9DAFA6
(157,175,166)
#A9B9B1
(169,185,177)
#B5C3BC
(181,195,188)
#C1CDC7
(193,205,199)
#CDD7D2
(205,215,210)
#D9E1DD
(217,225,221)
#E5EBE8
(229,235,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799185 color. Also use rgb(121,145,133) instead hex code.

Text Font Color

.myTextColor { color: #799185; }

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

This text font color is #799185.


Background Color

.myBgColor { background-color: #799185; }

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

This div background color is #799185.


Border color

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

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

This div border color is #799185.


Opacity

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

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

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

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

This text has shadow with #799185 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #799185 on black background.


Color preview on white background

This text has color #799185 on white background.



Black color preview on #799185 background

This text has black color on #799185 background.


White color preview on #799185 background

This text has white color on #799185 background.