COLOR #765348

HEX: #765348
RGB: (118,83,72)

Color info

#765348 contains red, green and blue colors in about the same proportion. Web safe color of #765348 is #666633 (or #663).

RGB color model

#765348 color RGB value is (118,83,72).

  • red value is 118;
  • green value is 83;
  • blue value is 72.
RGB:
(118,83,72)
(46%,33%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 83 of 255 = 33%
B 72 of 255 = 28%

118
83
72

R + G + B ~ 36%. #765348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 83 + 72 = 273 (100%)
R 118 of 273 ~ 43.22%
G 83 of 273 ~ 30.4%
B 72 of 273 ~ 26.37%

%43.22
%30.4
%26.37

CMYK color model

#765348 color CMYK value is (0,30,39,54).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,30,39,54)
C0M30Y39K54 
(0%,30%,39%,54%)
(0.00/0.30/0.39/0.54)	

CMYK percentages

%0
%29.66
%38.98
%53.73

Codes

Color #765348 in popluar color models

765348
RGB1188372
HSL14°24.21%37.25%
HSB/HSV14°38.98%46.27%
CMYK0.00%29.66%38.98%
53.73%

Color #765348 in popluar number systems.

HEX765348
Decimal1188372
Binary111011010100111001000
Octal166123110

Shades and tints

Shades of #765348

#765348
(118,83,72)
#6C4C42
(108,76,66)
#62453C
(98,69,60)
#583E36
(88,62,54)
#4E3730
(78,55,48)
#44302A
(68,48,42)
#3A2924
(58,41,36)
#30221E
(48,34,30)
#261B18
(38,27,24)
#1C1412
(28,20,18)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #765348

#765348
(118,83,72)
#826258
(130,98,88)
#8E7168
(142,113,104)
#9A8078
(154,128,120)
#A68F88
(166,143,136)
#B29E98
(178,158,152)
#BEADA8
(190,173,168)
#CABCB8
(202,188,184)
#D6CBC8
(214,203,200)
#E2DAD8
(226,218,216)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765348 color. Also use rgb(118,83,72) instead hex code.

Text Font Color

.myTextColor { color: #765348; }

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

This text font color is #765348.


Background Color

.myBgColor { background-color: #765348; }

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

This div background color is #765348.


Border color

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

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

This div border color is #765348.


Opacity

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

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

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

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

This text has shadow with #765348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765348 on black background.


Color preview on white background

This text has color #765348 on white background.



Black color preview on #765348 background

This text has black color on #765348 background.


White color preview on #765348 background

This text has white color on #765348 background.