COLOR #4A2725

HEX: #4A2725 RGB: (74,39,37)

Color info

#4A2725 contains red, green and blue colors in about the same proportion. Web safe color of #4A2725 is #333333 (or #333).

RGB color model

#4A2725 color RGB value is (74,39,37).

RGB: (74,39,37) (29%, 15%, 15%)

RGB channels and saturation

R 74 of 255 = 29%
G 39 of 255 = 15%
B 37 of 255 = 15%

74
39
37

R + G + B ~ 20%. #4A2725 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 39 + 37 = 150 (100%)
R 74 of 150 ~ 49.33%
G 39 of 150 ~ 26%
B 37 of 150 ~ 24.67'%

%49.33
%26
%24.67

CMYK color model

#4A2725 color CMYK value is (0,47,50,71).

  • cyan value is 0.00%
  • magenta value is 47.30%
  • yellow value is 50.00%
  • key color value is 70.98%
CMYK: (0,47,50,71) C0M47Y50K71 (0%,47%,50%,71%) (0.00/0.47/0.50/0.71) 

CMYK percentages

%0
%47.3
%50
%70.98

Codes

Color #4A2725 in popluar color models

4A 27 25
RGB 74 39 37
HSL 33.33% 21.76%
HSB/HSV 50.00% 29.02%
CMYK 0.00% 47.30% 50.00%
70.98%

Color #4A2725 in popluar number systems.

HEX 4A 27 25
Decimal 74 39 37
Binary 1001010 100111 100101
Octal 112 47 45

Shades and tints

Shades of #4A2725

#4A2725
(74,39,37)
#442422
(68,36,34)
#3E211F
(62,33,31)
#381E1C
(56,30,28)
#321B19
(50,27,25)
#2C1816
(44,24,22)
#261513
(38,21,19)
#201210
(32,18,16)
#1A0F0D
(26,15,13)
#140C0A
(20,12,10)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #4A2725

#4A2725
(74,39,37)
#5A3A38
(90,58,56)
#6A4D4B
(106,77,75)
#7A605E
(122,96,94)
#8A7371
(138,115,113)
#9A8684
(154,134,132)
#AA9997
(170,153,151)
#BAACAA
(186,172,170)
#CABFBD
(202,191,189)
#DAD2D0
(218,210,208)
#EAE5E3
(234,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2725 color. Also use rgb(74,39,37) instead hex code.

Text Font Color

.myTextColor { color: #4A2725; }

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

This text font color is #4A2725.

Background Color

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

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

This div background color is #4A2725.

Border color

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

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

This div border color is #4A2725.

Opacity

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

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

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

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

This text has shadow with #4A2725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2725.

Preview

Color preview on black background

This text has color #4A2725 on black background.


Color preview on white background

This text has color #4A2725 on white background.


Black color preview on #4A2725 background

This text has black color on #4A2725 background.


White color preview on #4A2725 background

This text has white color on #4A2725 background.


Related colors

Complementary color

Complementary color for #hex is #B5D8DA.


I love getcolorcode.com

Triadic colors

1 #254A27 and #27254A with #4A2725 are triadic colors.

2 #25274A and #274A25 with #4A2725 are triadic colors.