COLOR #738F6C

HEX: #738F6C
RGB: (115,143,108)

Color info

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

RGB color model

#738F6C color RGB value is (115,143,108).

  • red value is 115;
  • green value is 143;
  • blue value is 108.
RGB:
(115,143,108)
(45%,56%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 108 of 255 = 42%

115
143
108

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

Portions of RGB colors in percentages

R + G + B =
115 + 143 + 108 = 366 (100%)
R 115 of 366 ~ 31.42%
G 143 of 366 ~ 39.07%
B 108 of 366 ~ 29.51%

%31.42
%39.07
%29.51

CMYK color model

#738F6C color CMYK value is (20,0,24,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 43.92%
CMYK:
(20,0,24,44)
C20M0Y24K44 
(20%,0%,24%,44%)
(0.20/0.00/0.24/0.44)	

CMYK percentages

%19.58
%0
%24.48
%43.92

Codes

Color #738F6C in popluar color models

738F6C
RGB115143108
HSL108°13.94%49.22%
HSB/HSV108°24.48%56.08%
CMYK19.58%0.00%24.48%
43.92%

Color #738F6C in popluar number systems.

HEX738F6C
Decimal115143108
Binary1110011100011111101100
Octal163217154

Shades and tints

Shades of #738F6C

#738F6C
(115,143,108)
#698263
(105,130,99)
#5F755A
(95,117,90)
#556851
(85,104,81)
#4B5B48
(75,91,72)
#414E3F
(65,78,63)
#374136
(55,65,54)
#2D342D
(45,52,45)
#232724
(35,39,36)
#191A1B
(25,26,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #738F6C

#738F6C
(115,143,108)
#7F9979
(127,153,121)
#8BA386
(139,163,134)
#97AD93
(151,173,147)
#A3B7A0
(163,183,160)
#AFC1AD
(175,193,173)
#BBCBBA
(187,203,186)
#C7D5C7
(199,213,199)
#D3DFD4
(211,223,212)
#DFE9E1
(223,233,225)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738F6C color. Also use rgb(115,143,108) instead hex code.

Text Font Color

.myTextColor { color: #738F6C; }

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

This text font color is #738F6C.


Background Color

.myBgColor { background-color: #738F6C; }

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

This div background color is #738F6C.


Border color

.myBorderColor { border: 1px solid #738F6C; }

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

This div border color is #738F6C.


Opacity

.myOpacity80 { color: #738F6C; opacity: 0.8; }

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

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

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

This text has shadow with #738F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738F6C on black background.


Color preview on white background

This text has color #738F6C on white background.



Black color preview on #738F6C background

This text has black color on #738F6C background.


White color preview on #738F6C background

This text has white color on #738F6C background.