COLOR #753B3E

HEX: #753B3E RGB: (117,59,62)

Color info

#753B3E contains red, green and blue colors in about the same proportion. Web safe color of #753B3E is #663333 (or #633).

RGB color model

#753B3E color RGB value is (117,59,62).

RGB: (117,59,62) (46%, 23%, 24%)

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 62 of 255 = 24%

117
59
62

R + G + B ~ 31%. #753B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 59 + 62 = 238 (100%)
R 117 of 238 ~ 49.16%
G 59 of 238 ~ 24.79%
B 62 of 238 ~ 26.05'%

%49.16
%24.79
%26.05

CMYK color model

#753B3E color CMYK value is (0,50,47,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 47.01%
  • key color value is 54.12%

CMYK: (0,50,47,54)
C0M50Y47K54 (0%, 50%, 47%, 54%)
(0.00 / 0.50 / 0.47 / 0.54)

CMYK percentages

%0
%49.57
%47.01
%54.12

Codes

Color #753B3E in popluar color models

75 3B 3E
RGB 117 59 62
HSL 357° 32.95% 34.51%
HSB/HSV 357° 49.57% 45.88%
CMYK 0.00% 49.57% 47.01%
54.12%

Color #753B3E in popluar number systems.

HEX 75 3B 3E
Decimal 117 59 62
Binary 1110101 111011 111110
Octal 165 73 76

Shades and tints

Shades of #753B3E

#753B3E
(117,59,62)
#6B3639
(107,54,57)
#613134
(97,49,52)
#572C2F
(87,44,47)
#4D272A
(77,39,42)
#432225
(67,34,37)
#391D20
(57,29,32)
#2F181B
(47,24,27)
#251316
(37,19,22)
#1B0E11
(27,14,17)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #753B3E

#753B3E
(117,59,62)
#814C4F
(129,76,79)
#8D5D60
(141,93,96)
#996E71
(153,110,113)
#A57F82
(165,127,130)
#B19093
(177,144,147)
#BDA1A4
(189,161,164)
#C9B2B5
(201,178,181)
#D5C3C6
(213,195,198)
#E1D4D7
(225,212,215)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753B3E color. Also use rgb(117,59,62) instead hex code.

Text Font Color

.myTextColor { color: #753B3E; }

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

This text font color is #753B3E.

Background Color

.myBgColor { background-color: #753B3E; }

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

This div background color is #753B3E.

Border color

.myBorderColor { border: 1px solid #753B3E; }

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

This div border color is #753B3E.

Opacity

.myOpacity80 { color: #753B3E; opacity: 0.8; }

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

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

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

This text has shadow with #753B3E color.


.textShadow {text-shadow: 3px 3px 1px #753B3E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #753B3E; -webkit-box-shadow: 1px 1px 3px 2px #753B3E; box-shadow:1px 1px 3px 2px #753B3E;">
Div content here
</div>

This div box has shadow with color #753B3E.

Preview

Color preview on black background

This text has color #753B3E on black background.


Color preview on white background

This text has color #753B3E on white background.


Black color preview on #753B3E background

This text has black color on #753B3E background.


White color preview on #753B3E background

This text has white color on #753B3E background.


Related colors

Complementary color

Complementary color for #hex is #8AC4C1.


I love getcolorcode.com

Triadic colors

1 #3E753B and #3B3E75 with #753B3E are triadic colors.

2 #3E3B75 and #3B753E with #753B3E are triadic colors.