COLOR #75232A

HEX: #75232A
RGB: (117,35,42)

Color info

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

RGB color model

#75232A color RGB value is (117,35,42).

  • red value is 117;
  • green value is 35;
  • blue value is 42.
RGB:
(117,35,42)
(46%,14%,16%)

RGB channels and saturation

R 117 of 255 = 46%
G 35 of 255 = 14%
B 42 of 255 = 16%

117
35
42

R + G + B ~ 25%. #75232A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 35 + 42 = 194 (100%)
R 117 of 194 ~ 60.31%
G 35 of 194 ~ 18.04%
B 42 of 194 ~ 21.65%

%60.31
%18.04
%21.65

CMYK color model

#75232A color CMYK value is (0,70,64,54).

  • cyan value is 0.00%
  • magenta value is 70.09%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(0,70,64,54)
C0M70Y64K54 
(0%,70%,64%,54%)
(0.00/0.70/0.64/0.54)	

CMYK percentages

%0
%70.09
%64.1
%54.12

Codes

Color #75232A in popluar color models

75232A
RGB1173542
HSL355°53.95%29.80%
HSB/HSV355°70.09%45.88%
CMYK0.00%70.09%64.10%
54.12%

Color #75232A in popluar number systems.

HEX75232A
Decimal1173542
Binary1110101100011101010
Octal1654352

Shades and tints

Shades of #75232A

#75232A
(117,35,42)
#6B2027
(107,32,39)
#611D24
(97,29,36)
#571A21
(87,26,33)
#4D171E
(77,23,30)
#43141B
(67,20,27)
#391118
(57,17,24)
#2F0E15
(47,14,21)
#250B12
(37,11,18)
#1B080F
(27,8,15)
#11050C
(17,5,12)
#000000
(0,0,0)

Tints of #75232A

#75232A
(117,35,42)
#81373D
(129,55,61)
#8D4B50
(141,75,80)
#995F63
(153,95,99)
#A57376
(165,115,118)
#B18789
(177,135,137)
#BD9B9C
(189,155,156)
#C9AFAF
(201,175,175)
#D5C3C2
(213,195,194)
#E1D7D5
(225,215,213)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75232A; }

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

This text font color is #75232A.


Background Color

.myBgColor { background-color: #75232A; }

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

This div background color is #75232A.


Border color

.myBorderColor { border: 1px solid #75232A; }

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

This div border color is #75232A.


Opacity

.myOpacity80 { color: #75232A; opacity: 0.8; }

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

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

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

This text has shadow with #75232A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75232A on black background.


Color preview on white background

This text has color #75232A on white background.



Black color preview on #75232A background

This text has black color on #75232A background.


White color preview on #75232A background

This text has white color on #75232A background.