COLOR #73817B

HEX: #73817B
RGB: (115,129,123)

Color info

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

RGB color model

#73817B color RGB value is (115,129,123).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 123 of 255 = 48%

115
129
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 123 = 367 (100%)
R 115 of 367 ~ 31.34%
G 129 of 367 ~ 35.15%
B 123 of 367 ~ 33.51%

%31.34
%35.15
%33.51

CMYK color model

#73817B color CMYK value is (11,0,5,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 49.41%
CMYK:
(11,0,5,49)
C11M0Y5K49 
(11%,0%,5%,49%)
(0.11/0.00/0.05/0.49)	

CMYK percentages

%10.85
%0
%4.65
%49.41

Codes

Color #73817B in popluar color models

73817B
RGB115129123
HSL154°5.74%47.84%
HSB/HSV154°10.85%50.59%
CMYK10.85%0.00%4.65%
49.41%

Color #73817B in popluar number systems.

HEX73817B
Decimal115129123
Binary1110011100000011111011
Octal163201173

Shades and tints

Shades of #73817B

#73817B
(115,129,123)
#697670
(105,118,112)
#5F6B65
(95,107,101)
#55605A
(85,96,90)
#4B554F
(75,85,79)
#414A44
(65,74,68)
#373F39
(55,63,57)
#2D342E
(45,52,46)
#232923
(35,41,35)
#191E18
(25,30,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #73817B

#73817B
(115,129,123)
#7F8C87
(127,140,135)
#8B9793
(139,151,147)
#97A29F
(151,162,159)
#A3ADAB
(163,173,171)
#AFB8B7
(175,184,183)
#BBC3C3
(187,195,195)
#C7CECF
(199,206,207)
#D3D9DB
(211,217,219)
#DFE4E7
(223,228,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73817B color. Also use rgb(115,129,123) instead hex code.

Text Font Color

.myTextColor { color: #73817B; }

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

This text font color is #73817B.


Background Color

.myBgColor { background-color: #73817B; }

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

This div background color is #73817B.


Border color

.myBorderColor { border: 1px solid #73817B; }

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

This div border color is #73817B.


Opacity

.myOpacity80 { color: #73817B; opacity: 0.8; }

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

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

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

This text has shadow with #73817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73817B on black background.


Color preview on white background

This text has color #73817B on white background.



Black color preview on #73817B background

This text has black color on #73817B background.


White color preview on #73817B background

This text has white color on #73817B background.