COLOR #7B947D

HEX: #7B947D
RGB: (123,148,125)

Color info

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

RGB color model

#7B947D color RGB value is (123,148,125).

  • red value is 123;
  • green value is 148;
  • blue value is 125.
RGB:
(123,148,125)
(48%,58%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 125 of 255 = 49%

123
148
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 148 + 125 = 396 (100%)
R 123 of 396 ~ 31.06%
G 148 of 396 ~ 37.37%
B 125 of 396 ~ 31.57%

%31.06
%37.37
%31.57

CMYK color model

#7B947D color CMYK value is (17,0,16,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(17,0,16,42)
C17M0Y16K42 
(17%,0%,16%,42%)
(0.17/0.00/0.16/0.42)	

CMYK percentages

%16.89
%0
%15.54
%41.96

Codes

Color #7B947D in popluar color models

7B947D
RGB123148125
HSL125°10.46%53.14%
HSB/HSV125°16.89%58.04%
CMYK16.89%0.00%15.54%
41.96%

Color #7B947D in popluar number systems.

HEX7B947D
Decimal123148125
Binary1111011100101001111101
Octal173224175

Shades and tints

Shades of #7B947D

#7B947D
(123,148,125)
#708772
(112,135,114)
#657A67
(101,122,103)
#5A6D5C
(90,109,92)
#4F6051
(79,96,81)
#445346
(68,83,70)
#39463B
(57,70,59)
#2E3930
(46,57,48)
#232C25
(35,44,37)
#181F1A
(24,31,26)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7B947D

#7B947D
(123,148,125)
#879D88
(135,157,136)
#93A693
(147,166,147)
#9FAF9E
(159,175,158)
#ABB8A9
(171,184,169)
#B7C1B4
(183,193,180)
#C3CABF
(195,202,191)
#CFD3CA
(207,211,202)
#DBDCD5
(219,220,213)
#E7E5E0
(231,229,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B947D color. Also use rgb(123,148,125) instead hex code.

Text Font Color

.myTextColor { color: #7B947D; }

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

This text font color is #7B947D.


Background Color

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

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

This div background color is #7B947D.


Border color

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

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

This div border color is #7B947D.


Opacity

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

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

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

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

This text has shadow with #7B947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B947D on black background.


Color preview on white background

This text has color #7B947D on white background.



Black color preview on #7B947D background

This text has black color on #7B947D background.


White color preview on #7B947D background

This text has white color on #7B947D background.