COLOR #738635

HEX: #738635
RGB: (115,134,53)

Color info

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

RGB color model

#738635 color RGB value is (115,134,53).

  • red value is 115;
  • green value is 134;
  • blue value is 53.
RGB:
(115,134,53)
(45%,53%,21%)

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 53 of 255 = 21%

115
134
53

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 53 = 302 (100%)
R 115 of 302 ~ 38.08%
G 134 of 302 ~ 44.37%
B 53 of 302 ~ 17.55%

%38.08
%44.37
%17.55

CMYK color model

#738635 color CMYK value is (14,0,60,47).

  • cyan value is 14.18%
  • magenta value is 0.00%
  • yellow value is 60.45%
  • key color value is 47.45%
CMYK:
(14,0,60,47)
C14M0Y60K47 
(14%,0%,60%,47%)
(0.14/0.00/0.60/0.47)	

CMYK percentages

%14.18
%0
%60.45
%47.45

Codes

Color #738635 in popluar color models

738635
RGB11513453
HSL74°43.32%36.67%
HSB/HSV74°60.45%52.55%
CMYK14.18%0.00%60.45%
47.45%

Color #738635 in popluar number systems.

HEX738635
Decimal11513453
Binary111001110000110110101
Octal16320665

Shades and tints

Shades of #738635

#738635
(115,134,53)
#697A31
(105,122,49)
#5F6E2D
(95,110,45)
#556229
(85,98,41)
#4B5625
(75,86,37)
#414A21
(65,74,33)
#373E1D
(55,62,29)
#2D3219
(45,50,25)
#232615
(35,38,21)
#191A11
(25,26,17)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #738635

#738635
(115,134,53)
#7F9147
(127,145,71)
#8B9C59
(139,156,89)
#97A76B
(151,167,107)
#A3B27D
(163,178,125)
#AFBD8F
(175,189,143)
#BBC8A1
(187,200,161)
#C7D3B3
(199,211,179)
#D3DEC5
(211,222,197)
#DFE9D7
(223,233,215)
#EBF4E9
(235,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738635 color. Also use rgb(115,134,53) instead hex code.

Text Font Color

.myTextColor { color: #738635; }

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

This text font color is #738635.


Background Color

.myBgColor { background-color: #738635; }

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

This div background color is #738635.


Border color

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

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

This div border color is #738635.


Opacity

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

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

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

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

This text has shadow with #738635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738635 on black background.


Color preview on white background

This text has color #738635 on white background.



Black color preview on #738635 background

This text has black color on #738635 background.


White color preview on #738635 background

This text has white color on #738635 background.