COLOR #434030

HEX: #434030
RGB: (67,64,48)

Color info

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

RGB color model

#434030 color RGB value is (67,64,48).

  • red value is 67;
  • green value is 64;
  • blue value is 48.
RGB:
(67,64,48)
(26%,25%,19%)

RGB channels and saturation

R 67 of 255 = 26%
G 64 of 255 = 25%
B 48 of 255 = 19%

67
64
48

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

Portions of RGB colors in percentages

R + G + B =
67 + 64 + 48 = 179 (100%)
R 67 of 179 ~ 37.43%
G 64 of 179 ~ 35.75%
B 48 of 179 ~ 26.82%

%37.43
%35.75
%26.82

CMYK color model

#434030 color CMYK value is (0,4,28,74).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 28.36%
  • key color value is 73.73%
CMYK:
(0,4,28,74)
C0M4Y28K74 
(0%,4%,28%,74%)
(0.00/0.04/0.28/0.74)	

CMYK percentages

%0
%4.48
%28.36
%73.73

Codes

Color #434030 in popluar color models

434030
RGB676448
HSL51°16.52%22.55%
HSB/HSV51°28.36%26.27%
CMYK0.00%4.48%28.36%
73.73%

Color #434030 in popluar number systems.

HEX434030
Decimal676448
Binary10000111000000110000
Octal10310060

Shades and tints

Shades of #434030

#434030
(67,64,48)
#3D3B2C
(61,59,44)
#373628
(55,54,40)
#313124
(49,49,36)
#2B2C20
(43,44,32)
#25271C
(37,39,28)
#1F2218
(31,34,24)
#191D14
(25,29,20)
#131810
(19,24,16)
#0D130C
(13,19,12)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #434030

#434030
(67,64,48)
#545142
(84,81,66)
#656254
(101,98,84)
#767366
(118,115,102)
#878478
(135,132,120)
#98958A
(152,149,138)
#A9A69C
(169,166,156)
#BAB7AE
(186,183,174)
#CBC8C0
(203,200,192)
#DCD9D2
(220,217,210)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434030 color. Also use rgb(67,64,48) instead hex code.

Text Font Color

.myTextColor { color: #434030; }

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

This text font color is #434030.


Background Color

.myBgColor { background-color: #434030; }

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

This div background color is #434030.


Border color

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

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

This div border color is #434030.


Opacity

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

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

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

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

This text has shadow with #434030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434030 on black background.


Color preview on white background

This text has color #434030 on white background.



Black color preview on #434030 background

This text has black color on #434030 background.


White color preview on #434030 background

This text has white color on #434030 background.