COLOR #4C0725

HEX: #4C0725 RGB: (76,7,37)

Color info

#4C0725 contains mainly red and blue colors. Web safe color of #4C0725 is #330033 (or #303).

RGB color model

#4C0725 color RGB value is (76,7,37).

RGB: (76,7,37) (30%, 3%, 15%)

RGB channels and saturation

R 76 of 255 = 30%
G 7 of 255 = 3%
B 37 of 255 = 15%

76
7
37

R + G + B ~ 16%. #4C0725 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 7 + 37 = 120 (100%)
R 76 of 120 ~ 63.33%
G 7 of 120 ~ 5.83%
B 37 of 120 ~ 30.83'%

%63.33
%30.83

CMYK color model

#4C0725 color CMYK value is (0,91,51,70).

  • cyan value is 0.00%
  • magenta value is 90.79%
  • yellow value is 51.32%
  • key color value is 70.20%

CMYK: (0,91,51,70)
C0M91Y51K70 (0%, 91%, 51%, 70%)
(0.00 / 0.91 / 0.51 / 0.70)

CMYK percentages

%0
%90.79
%51.32
%70.2

Codes

Color #4C0725 in popluar color models

4C 07 25
RGB 76 7 37
HSL 334° 83.13% 16.27%
HSB/HSV 334° 90.79% 29.80%
CMYK 0.00% 90.79% 51.32%
70.20%

Color #4C0725 in popluar number systems.

HEX 4C 07 25
Decimal 76 7 37
Binary 1001100 111 100101
Octal 114 7 45

Shades and tints

Shades of #4C0725

#4C0725
(76,7,37)
#460722
(70,7,34)
#40071F
(64,7,31)
#3A071C
(58,7,28)
#340719
(52,7,25)
#2E0716
(46,7,22)
#280713
(40,7,19)
#220710
(34,7,16)
#1C070D
(28,7,13)
#16070A
(22,7,10)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #4C0725

#4C0725
(76,7,37)
#5C1D38
(92,29,56)
#6C334B
(108,51,75)
#7C495E
(124,73,94)
#8C5F71
(140,95,113)
#9C7584
(156,117,132)
#AC8B97
(172,139,151)
#BCA1AA
(188,161,170)
#CCB7BD
(204,183,189)
#DCCDD0
(220,205,208)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0725 color. Also use rgb(76,7,37) instead hex code.

Text Font Color

.myTextColor { color: #4C0725; }

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

This text font color is #4C0725.

Background Color

.myBgColor { background-color: #4C0725; }

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

This div background color is #4C0725.

Border color

.myBorderColor { border: 1px solid #4C0725; }

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

This div border color is #4C0725.

Opacity

.myOpacity80 { color: #4C0725; opacity: 0.8; }

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

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

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

This text has shadow with #4C0725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0725.

Preview

Color preview on black background

This text has color #4C0725 on black background.


Color preview on white background

This text has color #4C0725 on white background.


Black color preview on #4C0725 background

This text has black color on #4C0725 background.


White color preview on #4C0725 background

This text has white color on #4C0725 background.


Related colors

Complementary color

Complementary color for #hex is #B3F8DA.


I love getcolorcode.com

Triadic colors

1 #254C07 and #07254C with #4C0725 are triadic colors.

2 #25074C and #074C25 with #4C0725 are triadic colors.