COLOR #738452

HEX: #738452
RGB: (115,132,82)

Color info

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

RGB color model

#738452 color RGB value is (115,132,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 132 of 255 = 52%
B 82 of 255 = 32%

115
132
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 132 + 82 = 329 (100%)
R 115 of 329 ~ 34.95%
G 132 of 329 ~ 40.12%
B 82 of 329 ~ 24.92%

%34.95
%40.12
%24.92

CMYK color model

#738452 color CMYK value is (13,0,38,48).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 48.24%
CMYK:
(13,0,38,48)
C13M0Y38K48 
(13%,0%,38%,48%)
(0.13/0.00/0.38/0.48)	

CMYK percentages

%12.88
%0
%37.88
%48.24

Codes

Color #738452 in popluar color models

738452
RGB11513282
HSL80°23.36%41.96%
HSB/HSV80°37.88%51.76%
CMYK12.88%0.00%37.88%
48.24%

Color #738452 in popluar number systems.

HEX738452
Decimal11513282
Binary1110011100001001010010
Octal163204122

Shades and tints

Shades of #738452

#738452
(115,132,82)
#69784B
(105,120,75)
#5F6C44
(95,108,68)
#55603D
(85,96,61)
#4B5436
(75,84,54)
#41482F
(65,72,47)
#373C28
(55,60,40)
#2D3021
(45,48,33)
#23241A
(35,36,26)
#191813
(25,24,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #738452

#738452
(115,132,82)
#7F8F61
(127,143,97)
#8B9A70
(139,154,112)
#97A57F
(151,165,127)
#A3B08E
(163,176,142)
#AFBB9D
(175,187,157)
#BBC6AC
(187,198,172)
#C7D1BB
(199,209,187)
#D3DCCA
(211,220,202)
#DFE7D9
(223,231,217)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738452; }

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

This text font color is #738452.


Background Color

.myBgColor { background-color: #738452; }

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

This div background color is #738452.


Border color

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

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

This div border color is #738452.


Opacity

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

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

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

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

This text has shadow with #738452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738452 on black background.


Color preview on white background

This text has color #738452 on white background.



Black color preview on #738452 background

This text has black color on #738452 background.


White color preview on #738452 background

This text has white color on #738452 background.