COLOR #738378

HEX: #738378
RGB: (115,131,120)

Color info

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

RGB color model

#738378 color RGB value is (115,131,120).

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

RGB channels and saturation

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

115
131
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 120 = 366 (100%)
R 115 of 366 ~ 31.42%
G 131 of 366 ~ 35.79%
B 120 of 366 ~ 32.79%

%31.42
%35.79
%32.79

CMYK color model

#738378 color CMYK value is (12,0,8,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(12,0,8,49)
C12M0Y8K49 
(12%,0%,8%,49%)
(0.12/0.00/0.08/0.49)	

CMYK percentages

%12.21
%0
%8.4
%48.63

Codes

Color #738378 in popluar color models

738378
RGB115131120
HSL139°6.50%48.24%
HSB/HSV139°12.21%51.37%
CMYK12.21%0.00%8.40%
48.63%

Color #738378 in popluar number systems.

HEX738378
Decimal115131120
Binary1110011100000111111000
Octal163203170

Shades and tints

Shades of #738378

#738378
(115,131,120)
#69786E
(105,120,110)
#5F6D64
(95,109,100)
#55625A
(85,98,90)
#4B5750
(75,87,80)
#414C46
(65,76,70)
#37413C
(55,65,60)
#2D3632
(45,54,50)
#232B28
(35,43,40)
#19201E
(25,32,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #738378

#738378
(115,131,120)
#7F8E84
(127,142,132)
#8B9990
(139,153,144)
#97A49C
(151,164,156)
#A3AFA8
(163,175,168)
#AFBAB4
(175,186,180)
#BBC5C0
(187,197,192)
#C7D0CC
(199,208,204)
#D3DBD8
(211,219,216)
#DFE6E4
(223,230,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738378; }

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

This text font color is #738378.


Background Color

.myBgColor { background-color: #738378; }

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

This div background color is #738378.


Border color

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

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

This div border color is #738378.


Opacity

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

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

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

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

This text has shadow with #738378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738378 on black background.


Color preview on white background

This text has color #738378 on white background.



Black color preview on #738378 background

This text has black color on #738378 background.


White color preview on #738378 background

This text has white color on #738378 background.