COLOR #75420B

HEX: #75420B
RGB: (117,66,11)

Color info

#75420B contains mainly red and green colors. Web safe color of #75420B is #663300 (or #630).

RGB color model

#75420B color RGB value is (117,66,11).

  • red value is 117;
  • green value is 66;
  • blue value is 11.
RGB:
(117,66,11)
(46%,26%,4%)

RGB channels and saturation

R 117 of 255 = 46%
G 66 of 255 = 26%
B 11 of 255 = 4%

117
66
11

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

Portions of RGB colors in percentages

R + G + B =
117 + 66 + 11 = 194 (100%)
R 117 of 194 ~ 60.31%
G 66 of 194 ~ 34.02%
B 11 of 194 ~ 5.67%

%60.31
%34.02

CMYK color model

#75420B color CMYK value is (0,44,91,54).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 90.60%
  • key color value is 54.12%
CMYK:
(0,44,91,54)
C0M44Y91K54 
(0%,44%,91%,54%)
(0.00/0.44/0.91/0.54)	

CMYK percentages

%0
%43.59
%90.6
%54.12

Codes

Color #75420B in popluar color models

75420B
RGB1176611
HSL31°82.81%25.10%
HSB/HSV31°90.60%45.88%
CMYK0.00%43.59%90.60%
54.12%

Color #75420B in popluar number systems.

HEX75420B
Decimal1176611
Binary111010110000101011
Octal16510213

Shades and tints

Shades of #75420B

#75420B
(117,66,11)
#6B3C0A
(107,60,10)
#613609
(97,54,9)
#573008
(87,48,8)
#4D2A07
(77,42,7)
#432406
(67,36,6)
#391E05
(57,30,5)
#2F1804
(47,24,4)
#251203
(37,18,3)
#1B0C02
(27,12,2)
#110601
(17,6,1)
#000000
(0,0,0)

Tints of #75420B

#75420B
(117,66,11)
#815321
(129,83,33)
#8D6437
(141,100,55)
#99754D
(153,117,77)
#A58663
(165,134,99)
#B19779
(177,151,121)
#BDA88F
(189,168,143)
#C9B9A5
(201,185,165)
#D5CABB
(213,202,187)
#E1DBD1
(225,219,209)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75420B color. Also use rgb(117,66,11) instead hex code.

Text Font Color

.myTextColor { color: #75420B; }

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

This text font color is #75420B.


Background Color

.myBgColor { background-color: #75420B; }

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

This div background color is #75420B.


Border color

.myBorderColor { border: 1px solid #75420B; }

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

This div border color is #75420B.


Opacity

.myOpacity80 { color: #75420B; opacity: 0.8; }

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

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

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

This text has shadow with #75420B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75420B on black background.


Color preview on white background

This text has color #75420B on white background.



Black color preview on #75420B background

This text has black color on #75420B background.


White color preview on #75420B background

This text has white color on #75420B background.