COLOR #738F52

HEX: #738F52
RGB: (115,143,82)

Color info

#738F52 contains mainly red and green colors. Web safe color of #738F52 is #669966 (or #696).

RGB color model

#738F52 color RGB value is (115,143,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 82 of 255 = 32%

115
143
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 143 + 82 = 340 (100%)
R 115 of 340 ~ 33.82%
G 143 of 340 ~ 42.06%
B 82 of 340 ~ 24.12%

%33.82
%42.06
%24.12

CMYK color model

#738F52 color CMYK value is (20,0,43,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%
CMYK:
(20,0,43,44)
C20M0Y43K44 
(20%,0%,43%,44%)
(0.20/0.00/0.43/0.44)	

CMYK percentages

%19.58
%0
%42.66
%43.92

Codes

Color #738F52 in popluar color models

738F52
RGB11514382
HSL88°27.11%44.12%
HSB/HSV88°42.66%56.08%
CMYK19.58%0.00%42.66%
43.92%

Color #738F52 in popluar number systems.

HEX738F52
Decimal11514382
Binary1110011100011111010010
Octal163217122

Shades and tints

Shades of #738F52

#738F52
(115,143,82)
#69824B
(105,130,75)
#5F7544
(95,117,68)
#55683D
(85,104,61)
#4B5B36
(75,91,54)
#414E2F
(65,78,47)
#374128
(55,65,40)
#2D3421
(45,52,33)
#23271A
(35,39,26)
#191A13
(25,26,19)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #738F52

#738F52
(115,143,82)
#7F9961
(127,153,97)
#8BA370
(139,163,112)
#97AD7F
(151,173,127)
#A3B78E
(163,183,142)
#AFC19D
(175,193,157)
#BBCBAC
(187,203,172)
#C7D5BB
(199,213,187)
#D3DFCA
(211,223,202)
#DFE9D9
(223,233,217)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738F52; }

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

This text font color is #738F52.


Background Color

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

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

This div background color is #738F52.


Border color

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

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

This div border color is #738F52.


Opacity

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

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

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

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

This text has shadow with #738F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738F52 on black background.


Color preview on white background

This text has color #738F52 on white background.



Black color preview on #738F52 background

This text has black color on #738F52 background.


White color preview on #738F52 background

This text has white color on #738F52 background.