COLOR #738578

HEX: #738578
RGB: (115,133,120)

Color info

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

RGB color model

#738578 color RGB value is (115,133,120).

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

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 120 of 255 = 47%

115
133
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 120 = 368 (100%)
R 115 of 368 ~ 31.25%
G 133 of 368 ~ 36.14%
B 120 of 368 ~ 32.61%

%31.25
%36.14
%32.61

CMYK color model

#738578 color CMYK value is (14,0,10,48).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 47.84%
CMYK:
(14,0,10,48)
C14M0Y10K48 
(14%,0%,10%,48%)
(0.14/0.00/0.10/0.48)	

CMYK percentages

%13.53
%0
%9.77
%47.84

Codes

Color #738578 in popluar color models

738578
RGB115133120
HSL137°7.26%48.63%
HSB/HSV137°13.53%52.16%
CMYK13.53%0.00%9.77%
47.84%

Color #738578 in popluar number systems.

HEX738578
Decimal115133120
Binary1110011100001011111000
Octal163205170

Shades and tints

Shades of #738578

#738578
(115,133,120)
#69796E
(105,121,110)
#5F6D64
(95,109,100)
#55615A
(85,97,90)
#4B5550
(75,85,80)
#414946
(65,73,70)
#373D3C
(55,61,60)
#2D3132
(45,49,50)
#232528
(35,37,40)
#19191E
(25,25,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #738578

#738578
(115,133,120)
#7F9084
(127,144,132)
#8B9B90
(139,155,144)
#97A69C
(151,166,156)
#A3B1A8
(163,177,168)
#AFBCB4
(175,188,180)
#BBC7C0
(187,199,192)
#C7D2CC
(199,210,204)
#D3DDD8
(211,221,216)
#DFE8E4
(223,232,228)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738578; }

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

This text font color is #738578.


Background Color

.myBgColor { background-color: #738578; }

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

This div background color is #738578.


Border color

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

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

This div border color is #738578.


Opacity

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

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

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

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

This text has shadow with #738578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738578 on black background.


Color preview on white background

This text has color #738578 on white background.



Black color preview on #738578 background

This text has black color on #738578 background.


White color preview on #738578 background

This text has white color on #738578 background.