COLOR #738377

HEX: #738377
RGB: (115,131,119)

Color info

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

RGB color model

#738377 color RGB value is (115,131,119).

  • red value is 115;
  • green value is 131;
  • blue value is 119.
RGB:
(115,131,119)
(45%,51%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 119 of 255 = 47%

115
131
119

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 119 = 365 (100%)
R 115 of 365 ~ 31.51%
G 131 of 365 ~ 35.89%
B 119 of 365 ~ 32.6%

%31.51
%35.89
%32.6

CMYK color model

#738377 color CMYK value is (12,0,9,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(12,0,9,49)
C12M0Y9K49 
(12%,0%,9%,49%)
(0.12/0.00/0.09/0.49)	

CMYK percentages

%12.21
%0
%9.16
%48.63

Codes

Color #738377 in popluar color models

738377
RGB115131119
HSL135°6.50%48.24%
HSB/HSV135°12.21%51.37%
CMYK12.21%0.00%9.16%
48.63%

Color #738377 in popluar number systems.

HEX738377
Decimal115131119
Binary1110011100000111110111
Octal163203167

Shades and tints

Shades of #738377

#738377
(115,131,119)
#69786D
(105,120,109)
#5F6D63
(95,109,99)
#556259
(85,98,89)
#4B574F
(75,87,79)
#414C45
(65,76,69)
#37413B
(55,65,59)
#2D3631
(45,54,49)
#232B27
(35,43,39)
#19201D
(25,32,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #738377

#738377
(115,131,119)
#7F8E83
(127,142,131)
#8B998F
(139,153,143)
#97A49B
(151,164,155)
#A3AFA7
(163,175,167)
#AFBAB3
(175,186,179)
#BBC5BF
(187,197,191)
#C7D0CB
(199,208,203)
#D3DBD7
(211,219,215)
#DFE6E3
(223,230,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738377 color. Also use rgb(115,131,119) instead hex code.

Text Font Color

.myTextColor { color: #738377; }

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

This text font color is #738377.


Background Color

.myBgColor { background-color: #738377; }

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

This div background color is #738377.


Border color

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

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

This div border color is #738377.


Opacity

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

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

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

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

This text has shadow with #738377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738377 on black background.


Color preview on white background

This text has color #738377 on white background.



Black color preview on #738377 background

This text has black color on #738377 background.


White color preview on #738377 background

This text has white color on #738377 background.