COLOR #4B1725

HEX: #4B1725
RGB: (75,23,37)

Color info

#4B1725 contains red, green and blue colors in about the same proportion. Web safe color of #4B1725 is #330033 (or #303).

RGB color model

#4B1725 color RGB value is (75,23,37).

  • red value is 75;
  • green value is 23;
  • blue value is 37.
RGB:
(75,23,37)
(29%,9%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 23 of 255 = 9%
B 37 of 255 = 15%

75
23
37

R + G + B ~ 18%. #4B1725 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 23 + 37 = 135 (100%)
R 75 of 135 ~ 55.56%
G 23 of 135 ~ 17.04%
B 37 of 135 ~ 27.41%

%55.56
%17.04
%27.41

CMYK color model

#4B1725 color CMYK value is (0,69,51,71).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 50.67%
  • key color value is 70.59%
CMYK:
(0,69,51,71)
C0M69Y51K71 
(0%,69%,51%,71%)
(0.00/0.69/0.51/0.71)	

CMYK percentages

%0
%69.33
%50.67
%70.59

Codes

Color #4B1725 in popluar color models

4B1725
RGB752337
HSL344°53.06%19.22%
HSB/HSV344°69.33%29.41%
CMYK0.00%69.33%50.67%
70.59%

Color #4B1725 in popluar number systems.

HEX4B1725
Decimal752337
Binary100101110111100101
Octal1132745

Shades and tints

Shades of #4B1725

#4B1725
(75,23,37)
#451522
(69,21,34)
#3F131F
(63,19,31)
#39111C
(57,17,28)
#330F19
(51,15,25)
#2D0D16
(45,13,22)
#270B13
(39,11,19)
#210910
(33,9,16)
#1B070D
(27,7,13)
#15050A
(21,5,10)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #4B1725

#4B1725
(75,23,37)
#5B2C38
(91,44,56)
#6B414B
(107,65,75)
#7B565E
(123,86,94)
#8B6B71
(139,107,113)
#9B8084
(155,128,132)
#AB9597
(171,149,151)
#BBAAAA
(187,170,170)
#CBBFBD
(203,191,189)
#DBD4D0
(219,212,208)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1725 color. Also use rgb(75,23,37) instead hex code.

Text Font Color

.myTextColor { color: #4B1725; }

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

This text font color is #4B1725.


Background Color

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

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

This div background color is #4B1725.


Border color

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

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

This div border color is #4B1725.


Opacity

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

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

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

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

This text has shadow with #4B1725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1725 on black background.


Color preview on white background

This text has color #4B1725 on white background.



Black color preview on #4B1725 background

This text has black color on #4B1725 background.


White color preview on #4B1725 background

This text has white color on #4B1725 background.