COLOR #738C39

HEX: #738C39
RGB: (115,140,57)

Color info

#738C39 contains mainly red and green colors. Web safe color of #738C39 is #669933 (or #693).

RGB color model

#738C39 color RGB value is (115,140,57).

  • red value is 115;
  • green value is 140;
  • blue value is 57.
RGB:
(115,140,57)
(45%,55%,22%)

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 57 of 255 = 22%

115
140
57

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 57 = 312 (100%)
R 115 of 312 ~ 36.86%
G 140 of 312 ~ 44.87%
B 57 of 312 ~ 18.27%

%36.86
%44.87
%18.27

CMYK color model

#738C39 color CMYK value is (18,0,59,45).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 59.29%
  • key color value is 45.10%
CMYK:
(18,0,59,45)
C18M0Y59K45 
(18%,0%,59%,45%)
(0.18/0.00/0.59/0.45)	

CMYK percentages

%17.86
%0
%59.29
%45.1

Codes

Color #738C39 in popluar color models

738C39
RGB11514057
HSL78°42.13%38.63%
HSB/HSV78°59.29%54.90%
CMYK17.86%0.00%59.29%
45.10%

Color #738C39 in popluar number systems.

HEX738C39
Decimal11514057
Binary111001110001100111001
Octal16321471

Shades and tints

Shades of #738C39

#738C39
(115,140,57)
#698034
(105,128,52)
#5F742F
(95,116,47)
#55682A
(85,104,42)
#4B5C25
(75,92,37)
#415020
(65,80,32)
#37441B
(55,68,27)
#2D3816
(45,56,22)
#232C11
(35,44,17)
#19200C
(25,32,12)
#0F1407
(15,20,7)
#000000
(0,0,0)

Tints of #738C39

#738C39
(115,140,57)
#7F964B
(127,150,75)
#8BA05D
(139,160,93)
#97AA6F
(151,170,111)
#A3B481
(163,180,129)
#AFBE93
(175,190,147)
#BBC8A5
(187,200,165)
#C7D2B7
(199,210,183)
#D3DCC9
(211,220,201)
#DFE6DB
(223,230,219)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738C39 color. Also use rgb(115,140,57) instead hex code.

Text Font Color

.myTextColor { color: #738C39; }

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

This text font color is #738C39.


Background Color

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

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

This div background color is #738C39.


Border color

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

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

This div border color is #738C39.


Opacity

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

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

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

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

This text has shadow with #738C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C39 on black background.


Color preview on white background

This text has color #738C39 on white background.



Black color preview on #738C39 background

This text has black color on #738C39 background.


White color preview on #738C39 background

This text has white color on #738C39 background.