COLOR #7B9385

HEX: #7B9385
RGB: (123,147,133)

Color info

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

RGB color model

#7B9385 color RGB value is (123,147,133).

  • red value is 123;
  • green value is 147;
  • blue value is 133.
RGB:
(123,147,133)
(48%,58%,52%)

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 133 of 255 = 52%

123
147
133

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

Portions of RGB colors in percentages

R + G + B =
123 + 147 + 133 = 403 (100%)
R 123 of 403 ~ 30.52%
G 147 of 403 ~ 36.48%
B 133 of 403 ~ 33%

%30.52
%36.48
%33

CMYK color model

#7B9385 color CMYK value is (16,0,10,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 42.35%
CMYK:
(16,0,10,42)
C16M0Y10K42 
(16%,0%,10%,42%)
(0.16/0.00/0.10/0.42)	

CMYK percentages

%16.33
%0
%9.52
%42.35

Codes

Color #7B9385 in popluar color models

7B9385
RGB123147133
HSL145°10.00%52.94%
HSB/HSV145°16.33%57.65%
CMYK16.33%0.00%9.52%
42.35%

Color #7B9385 in popluar number systems.

HEX7B9385
Decimal123147133
Binary11110111001001110000101
Octal173223205

Shades and tints

Shades of #7B9385

#7B9385
(123,147,133)
#708679
(112,134,121)
#65796D
(101,121,109)
#5A6C61
(90,108,97)
#4F5F55
(79,95,85)
#445249
(68,82,73)
#39453D
(57,69,61)
#2E3831
(46,56,49)
#232B25
(35,43,37)
#181E19
(24,30,25)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #7B9385

#7B9385
(123,147,133)
#879C90
(135,156,144)
#93A59B
(147,165,155)
#9FAEA6
(159,174,166)
#ABB7B1
(171,183,177)
#B7C0BC
(183,192,188)
#C3C9C7
(195,201,199)
#CFD2D2
(207,210,210)
#DBDBDD
(219,219,221)
#E7E4E8
(231,228,232)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9385 color. Also use rgb(123,147,133) instead hex code.

Text Font Color

.myTextColor { color: #7B9385; }

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

This text font color is #7B9385.


Background Color

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

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

This div background color is #7B9385.


Border color

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

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

This div border color is #7B9385.


Opacity

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

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

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

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

This text has shadow with #7B9385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9385 on black background.


Color preview on white background

This text has color #7B9385 on white background.



Black color preview on #7B9385 background

This text has black color on #7B9385 background.


White color preview on #7B9385 background

This text has white color on #7B9385 background.