COLOR #074023

HEX: #074023 RGB: (7,64,35)

Color info

#074023 contains red, green and blue colors in about the same proportion. Web safe color of #074023 is #003333 (or #033).

RGB color model

#074023 color RGB value is (7,64,35).

RGB: (7,64,35) (3%, 25%, 14%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 35 of 255 = 14%

7
64
35

R + G + B ~ 14%. #074023 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 64 + 35 = 106 (100%)
R 7 of 106 ~ 6.6%
G 64 of 106 ~ 60.38%
B 35 of 106 ~ 33.02'%

%60.38
%33.02

CMYK color model

#074023 color CMYK value is (89,0,45,75).

  • cyan value is 89.06%
  • magenta value is 0.00%
  • yellow value is 45.31%
  • key color value is 74.90%
CMYK: (89,0,45,75) C89M0Y45K75 (89%,0%,45%,75%) (0.89/0.00/0.45/0.75) 

CMYK percentages

%89.06
%0
%45.31
%74.9

Codes

Color #074023 in popluar color models

07 40 23
RGB 7 64 35
HSL 149° 80.28% 13.92%
HSB/HSV 149° 89.06% 25.10%
CMYK 89.06% 0.00% 45.31%
74.90%

Color #074023 in popluar number systems.

HEX 07 40 23
Decimal 7 64 35
Binary 111 1000000 100011
Octal 7 100 43

Shades and tints

Shades of #074023

#074023
(7,64,35)
#073B20
(7,59,32)
#07361D
(7,54,29)
#07311A
(7,49,26)
#072C17
(7,44,23)
#072714
(7,39,20)
#072211
(7,34,17)
#071D0E
(7,29,14)
#07180B
(7,24,11)
#071308
(7,19,8)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #074023

#074023
(7,64,35)
#1D5137
(29,81,55)
#33624B
(51,98,75)
#49735F
(73,115,95)
#5F8473
(95,132,115)
#759587
(117,149,135)
#8BA69B
(139,166,155)
#A1B7AF
(161,183,175)
#B7C8C3
(183,200,195)
#CDD9D7
(205,217,215)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074023 color. Also use rgb(7,64,35) instead hex code.

Text Font Color

.myTextColor { color: #074023; }

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

This text font color is #074023.

Background Color

.myBgColor { background-color: #074023; }

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

This div background color is #074023.

Border color

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

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

This div border color is #074023.

Opacity

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

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

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

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

This text has shadow with #074023 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074023.

Preview

Color preview on black background

This text has color #074023 on black background.


Color preview on white background

This text has color #074023 on white background.


Black color preview on #074023 background

This text has black color on #074023 background.


White color preview on #074023 background

This text has white color on #074023 background.


Related colors

Complementary color

Complementary color for #hex is #F8BFDC.


I love getcolorcode.com

Triadic colors

1 #230740 and #402307 with #074023 are triadic colors.

2 #234007 and #400723 with #074023 are triadic colors.