COLOR #75300B

HEX: #75300B RGB: (117,48,11)

Color info

#75300B contains mainly red color. Web safe color of #75300B is #663300 (or #630).

RGB color model

#75300B color RGB value is (117,48,11).

RGB: (117,48,11) (46%, 19%, 4%)

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 11 of 255 = 4%

117
48
11

R + G + B ~ 23%. #75300B is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 48 + 11 = 176 (100%)
R 117 of 176 ~ 66.48%
G 48 of 176 ~ 27.27%
B 11 of 176 ~ 6.25'%

%66.48
%27.27

CMYK color model

#75300B color CMYK value is (0,59,91,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 90.60%
  • key color value is 54.12%
CMYK: (0,59,91,54) C0M59Y91K54 (0%,59%,91%,54%) (0.00/0.59/0.91/0.54) 

CMYK percentages

%0
%58.97
%90.6
%54.12

Codes

Color #75300B in popluar color models

75 30 0B
RGB 117 48 11
HSL 21° 82.81% 25.10%
HSB/HSV 21° 90.60% 45.88%
CMYK 0.00% 58.97% 90.60%
54.12%

Color #75300B in popluar number systems.

HEX 75 30 0B
Decimal 117 48 11
Binary 1110101 110000 1011
Octal 165 60 13

Shades and tints

Shades of #75300B

#75300B
(117,48,11)
#6B2C0A
(107,44,10)
#612809
(97,40,9)
#572408
(87,36,8)
#4D2007
(77,32,7)
#431C06
(67,28,6)
#391805
(57,24,5)
#2F1404
(47,20,4)
#251003
(37,16,3)
#1B0C02
(27,12,2)
#110801
(17,8,1)
#000000
(0,0,0)

Tints of #75300B

#75300B
(117,48,11)
#814221
(129,66,33)
#8D5437
(141,84,55)
#99664D
(153,102,77)
#A57863
(165,120,99)
#B18A79
(177,138,121)
#BD9C8F
(189,156,143)
#C9AEA5
(201,174,165)
#D5C0BB
(213,192,187)
#E1D2D1
(225,210,209)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75300B; }

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

This text font color is #75300B.

Background Color

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

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

This div background color is #75300B.

Border color

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

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

This div border color is #75300B.

Opacity

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

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

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

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

This text has shadow with #75300B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75300B.

Preview

Color preview on black background

This text has color #75300B on black background.


Color preview on white background

This text has color #75300B on white background.


Black color preview on #75300B background

This text has black color on #75300B background.


White color preview on #75300B background

This text has white color on #75300B background.


Related colors

Complementary color

Complementary color for #hex is #8ACFF4.


I love getcolorcode.com

Triadic colors

1 #0B7530 and #300B75 with #75300B are triadic colors.

2 #0B3075 and #30750B with #75300B are triadic colors.