COLOR #738767

HEX: #738767
RGB: (115,135,103)

Color info

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

RGB color model

#738767 color RGB value is (115,135,103).

  • red value is 115;
  • green value is 135;
  • blue value is 103.
RGB:
(115,135,103)
(45%,53%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 135 of 255 = 53%
B 103 of 255 = 40%

115
135
103

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

Portions of RGB colors in percentages

R + G + B =
115 + 135 + 103 = 353 (100%)
R 115 of 353 ~ 32.58%
G 135 of 353 ~ 38.24%
B 103 of 353 ~ 29.18%

%32.58
%38.24
%29.18

CMYK color model

#738767 color CMYK value is (15,0,24,47).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 47.06%
CMYK:
(15,0,24,47)
C15M0Y24K47 
(15%,0%,24%,47%)
(0.15/0.00/0.24/0.47)	

CMYK percentages

%14.81
%0
%23.7
%47.06

Codes

Color #738767 in popluar color models

738767
RGB115135103
HSL98°13.45%46.67%
HSB/HSV98°23.70%52.94%
CMYK14.81%0.00%23.70%
47.06%

Color #738767 in popluar number systems.

HEX738767
Decimal115135103
Binary1110011100001111100111
Octal163207147

Shades and tints

Shades of #738767

#738767
(115,135,103)
#697B5E
(105,123,94)
#5F6F55
(95,111,85)
#55634C
(85,99,76)
#4B5743
(75,87,67)
#414B3A
(65,75,58)
#373F31
(55,63,49)
#2D3328
(45,51,40)
#23271F
(35,39,31)
#191B16
(25,27,22)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #738767

#738767
(115,135,103)
#7F9174
(127,145,116)
#8B9B81
(139,155,129)
#97A58E
(151,165,142)
#A3AF9B
(163,175,155)
#AFB9A8
(175,185,168)
#BBC3B5
(187,195,181)
#C7CDC2
(199,205,194)
#D3D7CF
(211,215,207)
#DFE1DC
(223,225,220)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738767 color. Also use rgb(115,135,103) instead hex code.

Text Font Color

.myTextColor { color: #738767; }

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

This text font color is #738767.


Background Color

.myBgColor { background-color: #738767; }

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

This div background color is #738767.


Border color

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

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

This div border color is #738767.


Opacity

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

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

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

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

This text has shadow with #738767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738767 on black background.


Color preview on white background

This text has color #738767 on white background.



Black color preview on #738767 background

This text has black color on #738767 background.


White color preview on #738767 background

This text has white color on #738767 background.