COLOR #755135

HEX: #755135
RGB: (117,81,53)

Color info

#755135 contains mainly red and green colors. Web safe color of #755135 is #666633 (or #663).

RGB color model

#755135 color RGB value is (117,81,53).

  • red value is 117;
  • green value is 81;
  • blue value is 53.
RGB:
(117,81,53)
(46%,32%,21%)

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 53 of 255 = 21%

117
81
53

R + G + B ~ 33%. #755135 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 53 = 251 (100%)
R 117 of 251 ~ 46.61%
G 81 of 251 ~ 32.27%
B 53 of 251 ~ 21.12%

%46.61
%32.27
%21.12

CMYK color model

#755135 color CMYK value is (0,31,55,54).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 54.70%
  • key color value is 54.12%
CMYK:
(0,31,55,54)
C0M31Y55K54 
(0%,31%,55%,54%)
(0.00/0.31/0.55/0.54)	

CMYK percentages

%0
%30.77
%54.7
%54.12

Codes

Color #755135 in popluar color models

755135
RGB1178153
HSL26°37.65%33.33%
HSB/HSV26°54.70%45.88%
CMYK0.00%30.77%54.70%
54.12%

Color #755135 in popluar number systems.

HEX755135
Decimal1178153
Binary11101011010001110101
Octal16512165

Shades and tints

Shades of #755135

#755135
(117,81,53)
#6B4A31
(107,74,49)
#61432D
(97,67,45)
#573C29
(87,60,41)
#4D3525
(77,53,37)
#432E21
(67,46,33)
#39271D
(57,39,29)
#2F2019
(47,32,25)
#251915
(37,25,21)
#1B1211
(27,18,17)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #755135

#755135
(117,81,53)
#816047
(129,96,71)
#8D6F59
(141,111,89)
#997E6B
(153,126,107)
#A58D7D
(165,141,125)
#B19C8F
(177,156,143)
#BDABA1
(189,171,161)
#C9BAB3
(201,186,179)
#D5C9C5
(213,201,197)
#E1D8D7
(225,216,215)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755135 color. Also use rgb(117,81,53) instead hex code.

Text Font Color

.myTextColor { color: #755135; }

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

This text font color is #755135.


Background Color

.myBgColor { background-color: #755135; }

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

This div background color is #755135.


Border color

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

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

This div border color is #755135.


Opacity

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

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

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

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

This text has shadow with #755135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755135 on black background.


Color preview on white background

This text has color #755135 on white background.



Black color preview on #755135 background

This text has black color on #755135 background.


White color preview on #755135 background

This text has white color on #755135 background.