COLOR #752941

HEX: #752941 RGB: (117,41,65)

Color info

#752941 contains mainly red and blue colors. Web safe color of #752941 is #663333 (or #633).

RGB color model

#752941 color RGB value is (117,41,65).

RGB: (117,41,65) (46%, 16%, 25%)

RGB channels and saturation

R 117 of 255 = 46%
G 41 of 255 = 16%
B 65 of 255 = 25%

117
41
65

R + G + B ~ 29%. #752941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 41 + 65 = 223 (100%)
R 117 of 223 ~ 52.47%
G 41 of 223 ~ 18.39%
B 65 of 223 ~ 29.15'%

%52.47
%18.39
%29.15

CMYK color model

#752941 color CMYK value is (0,65,44,54).

  • cyan value is 0.00%
  • magenta value is 64.96%
  • yellow value is 44.44%
  • key color value is 54.12%

CMYK: (0,65,44,54)
C0M65Y44K54 (0%, 65%, 44%, 54%)
(0.00 / 0.65 / 0.44 / 0.54)

CMYK percentages

%0
%64.96
%44.44
%54.12

Codes

Color #752941 in popluar color models

75 29 41
RGB 117 41 65
HSL 341° 48.10% 30.98%
HSB/HSV 341° 64.96% 45.88%
CMYK 0.00% 64.96% 44.44%
54.12%

Color #752941 in popluar number systems.

HEX 75 29 41
Decimal 117 41 65
Binary 1110101 101001 1000001
Octal 165 51 101

Shades and tints

Shades of #752941

#752941
(117,41,65)
#6B263C
(107,38,60)
#612337
(97,35,55)
#572032
(87,32,50)
#4D1D2D
(77,29,45)
#431A28
(67,26,40)
#391723
(57,23,35)
#2F141E
(47,20,30)
#251119
(37,17,25)
#1B0E14
(27,14,20)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #752941

#752941
(117,41,65)
#813C52
(129,60,82)
#8D4F63
(141,79,99)
#996274
(153,98,116)
#A57585
(165,117,133)
#B18896
(177,136,150)
#BD9BA7
(189,155,167)
#C9AEB8
(201,174,184)
#D5C1C9
(213,193,201)
#E1D4DA
(225,212,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752941 color. Also use rgb(117,41,65) instead hex code.

Text Font Color

.myTextColor { color: #752941; }

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

This text font color is #752941.

Background Color

.myBgColor { background-color: #752941; }

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

This div background color is #752941.

Border color

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

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

This div border color is #752941.

Opacity

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

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

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

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

This text has shadow with #752941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #752941.

Preview

Color preview on black background

This text has color #752941 on black background.


Color preview on white background

This text has color #752941 on white background.


Black color preview on #752941 background

This text has black color on #752941 background.


White color preview on #752941 background

This text has white color on #752941 background.


Related colors

Complementary color

Complementary color for #hex is #8AD6BE.


I love getcolorcode.com

Triadic colors

1 #417529 and #294175 with #752941 are triadic colors.

2 #412975 and #297541 with #752941 are triadic colors.