COLOR #752023

HEX: #752023 RGB: (117,32,35)

Color info

#752023 contains mainly red color. Web safe color of #752023 is #663333 (or #633).

RGB color model

#752023 color RGB value is (117,32,35).

RGB: (117,32,35) (46%, 13%, 14%)

RGB channels and saturation

R 117 of 255 = 46%
G 32 of 255 = 13%
B 35 of 255 = 14%

117
32
35

R + G + B ~ 24%. #752023 is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 32 + 35 = 184 (100%)
R 117 of 184 ~ 63.59%
G 32 of 184 ~ 17.39%
B 35 of 184 ~ 19.02'%

%63.59
%17.39
%19.02

CMYK color model

#752023 color CMYK value is (0,73,70,54).

  • cyan value is 0.00%
  • magenta value is 72.65%
  • yellow value is 70.09%
  • key color value is 54.12%

CMYK: (0,73,70,54)
C0M73Y70K54 (0%, 73%, 70%, 54%)
(0.00 / 0.73 / 0.70 / 0.54)

CMYK percentages

%0
%72.65
%70.09
%54.12

Codes

Color #752023 in popluar color models

75 20 23
RGB 117 32 35
HSL 358° 57.05% 29.22%
HSB/HSV 358° 72.65% 45.88%
CMYK 0.00% 72.65% 70.09%
54.12%

Color #752023 in popluar number systems.

HEX 75 20 23
Decimal 117 32 35
Binary 1110101 100000 100011
Octal 165 40 43

Shades and tints

Shades of #752023

#752023
(117,32,35)
#6B1E20
(107,30,32)
#611C1D
(97,28,29)
#571A1A
(87,26,26)
#4D1817
(77,24,23)
#431614
(67,22,20)
#391411
(57,20,17)
#2F120E
(47,18,14)
#25100B
(37,16,11)
#1B0E08
(27,14,8)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #752023

#752023
(117,32,35)
#813437
(129,52,55)
#8D484B
(141,72,75)
#995C5F
(153,92,95)
#A57073
(165,112,115)
#B18487
(177,132,135)
#BD989B
(189,152,155)
#C9ACAF
(201,172,175)
#D5C0C3
(213,192,195)
#E1D4D7
(225,212,215)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752023 color. Also use rgb(117,32,35) instead hex code.

Text Font Color

.myTextColor { color: #752023; }

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

This text font color is #752023.

Background Color

.myBgColor { background-color: #752023; }

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

This div background color is #752023.

Border color

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

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

This div border color is #752023.

Opacity

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

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

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

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

This text has shadow with #752023 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #752023.

Preview

Color preview on black background

This text has color #752023 on black background.


Color preview on white background

This text has color #752023 on white background.


Black color preview on #752023 background

This text has black color on #752023 background.


White color preview on #752023 background

This text has white color on #752023 background.


Related colors

Complementary color

Complementary color for #hex is #8ADFDC.


I love getcolorcode.com

Triadic colors

1 #237520 and #202375 with #752023 are triadic colors.

2 #232075 and #207523 with #752023 are triadic colors.