COLOR #425130

HEX: #425130
RGB: (66,81,48)

Color info

#425130 contains red, green and blue colors in about the same proportion. Web safe color of #425130 is #336633 (or #363).

RGB color model

#425130 color RGB value is (66,81,48).

  • red value is 66;
  • green value is 81;
  • blue value is 48.
RGB:
(66,81,48)
(26%,32%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 48 of 255 = 19%

66
81
48

R + G + B ~ 26%. #425130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 48 = 195 (100%)
R 66 of 195 ~ 33.85%
G 81 of 195 ~ 41.54%
B 48 of 195 ~ 24.62%

%33.85
%41.54
%24.62

CMYK color model

#425130 color CMYK value is (19,0,41,68).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 68.24%
CMYK:
(19,0,41,68)
C19M0Y41K68 
(19%,0%,41%,68%)
(0.19/0.00/0.41/0.68)	

CMYK percentages

%18.52
%0
%40.74
%68.24

Codes

Color #425130 in popluar color models

425130
RGB668148
HSL87°25.58%25.29%
HSB/HSV87°40.74%31.76%
CMYK18.52%0.00%40.74%
68.24%

Color #425130 in popluar number systems.

HEX425130
Decimal668148
Binary10000101010001110000
Octal10212160

Shades and tints

Shades of #425130

#425130
(66,81,48)
#3C4A2C
(60,74,44)
#364328
(54,67,40)
#303C24
(48,60,36)
#2A3520
(42,53,32)
#242E1C
(36,46,28)
#1E2718
(30,39,24)
#182014
(24,32,20)
#121910
(18,25,16)
#0C120C
(12,18,12)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #425130

#425130
(66,81,48)
#536042
(83,96,66)
#646F54
(100,111,84)
#757E66
(117,126,102)
#868D78
(134,141,120)
#979C8A
(151,156,138)
#A8AB9C
(168,171,156)
#B9BAAE
(185,186,174)
#CAC9C0
(202,201,192)
#DBD8D2
(219,216,210)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425130 color. Also use rgb(66,81,48) instead hex code.

Text Font Color

.myTextColor { color: #425130; }

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

This text font color is #425130.


Background Color

.myBgColor { background-color: #425130; }

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

This div background color is #425130.


Border color

.myBorderColor { border: 1px solid #425130; }

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

This div border color is #425130.


Opacity

.myOpacity80 { color: #425130; opacity: 0.8; }

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

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

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

This text has shadow with #425130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425130 on black background.


Color preview on white background

This text has color #425130 on white background.



Black color preview on #425130 background

This text has black color on #425130 background.


White color preview on #425130 background

This text has white color on #425130 background.