COLOR #738F26

HEX: #738F26
RGB: (115,143,38)

Color info

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

RGB color model

#738F26 color RGB value is (115,143,38).

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

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 38 of 255 = 15%

115
143
38

R + G + B ~ 39%. #738F26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 143 + 38 = 296 (100%)
R 115 of 296 ~ 38.85%
G 143 of 296 ~ 48.31%
B 38 of 296 ~ 12.84%

%38.85
%48.31
%12.84

CMYK color model

#738F26 color CMYK value is (20,0,73,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 73.43%
  • key color value is 43.92%
CMYK:
(20,0,73,44)
C20M0Y73K44 
(20%,0%,73%,44%)
(0.20/0.00/0.73/0.44)	

CMYK percentages

%19.58
%0
%73.43
%43.92

Codes

Color #738F26 in popluar color models

738F26
RGB11514338
HSL76°58.01%35.49%
HSB/HSV76°73.43%56.08%
CMYK19.58%0.00%73.43%
43.92%

Color #738F26 in popluar number systems.

HEX738F26
Decimal11514338
Binary111001110001111100110
Octal16321746

Shades and tints

Shades of #738F26

#738F26
(115,143,38)
#698223
(105,130,35)
#5F7520
(95,117,32)
#55681D
(85,104,29)
#4B5B1A
(75,91,26)
#414E17
(65,78,23)
#374114
(55,65,20)
#2D3411
(45,52,17)
#23270E
(35,39,14)
#191A0B
(25,26,11)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #738F26

#738F26
(115,143,38)
#7F9939
(127,153,57)
#8BA34C
(139,163,76)
#97AD5F
(151,173,95)
#A3B772
(163,183,114)
#AFC185
(175,193,133)
#BBCB98
(187,203,152)
#C7D5AB
(199,213,171)
#D3DFBE
(211,223,190)
#DFE9D1
(223,233,209)
#EBF3E4
(235,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738F26; }

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

This text font color is #738F26.


Background Color

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

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

This div background color is #738F26.


Border color

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

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

This div border color is #738F26.


Opacity

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

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

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

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

This text has shadow with #738F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738F26 on black background.


Color preview on white background

This text has color #738F26 on white background.



Black color preview on #738F26 background

This text has black color on #738F26 background.


White color preview on #738F26 background

This text has white color on #738F26 background.